M
madhu.datla
Hi,
I created a page with datagrid where i can edit, update, cancel the
data. but rather strangely the update and cancel commands are not
working. Only Edit button works.
Did any one face the same problem before. Neither
dgMasterData_CancelCommand() nor dgMasterData_UpdateCommand() is
getting the control.
I debugged and found that when I click update command the control goes
to dgMasterData_EditCommand(), Also e.commandName has value "Edit"
instead of "Update".
(I already tried the ultimate solutions: Closing VS.Net and reloading
the project,deleting the event handlers, and readding etc)
any pointers? I have a decent amount of time trying to figure out what
was happening. but no luck..
I created a page with datagrid where i can edit, update, cancel the
data. but rather strangely the update and cancel commands are not
working. Only Edit button works.
Did any one face the same problem before. Neither
dgMasterData_CancelCommand() nor dgMasterData_UpdateCommand() is
getting the control.
I debugged and found that when I click update command the control goes
to dgMasterData_EditCommand(), Also e.commandName has value "Edit"
instead of "Update".
(I already tried the ultimate solutions: Closing VS.Net and reloading
the project,deleting the event handlers, and readding etc)
any pointers? I have a decent amount of time trying to figure out what
was happening. but no luck..