G
Guest
is there like a BeforeColumnEdit() or BeforeRowEdit() event in the datagrid.
i want to disable a command button when a row in the grid is dirty. (i.e. a column is being currently edited) and enable it after the Changed() or Validated event fires
i tried the RowChanging(), ColumnChanging() events. but it didnt work.
i want to disable a command button when a row in the grid is dirty. (i.e. a column is being currently edited) and enable it after the Changed() or Validated event fires
i tried the RowChanging(), ColumnChanging() events. but it didnt work.