ItemCommand, EditCommand, etc in datagrid

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello All:

I have the understanding that the datagrid requires that ViewState be turned
on in order to use the ItemCommand, EditCommand,SortCommand, etc event
handlers. Does anyone know if this is correct - that ViewState must be
turned on. If this is true, does anyone know why it's true?

Many TIA,
 
Hi Joe,

Answer is no.

If you re-bind the datagrid with its data source when posting back, the
Commands (Item, Sort, Edit and so on) will work even its viewstate is
disabled.

I already gave the answer yesterday.

HTH

Elton Wang
 
Back
Top