V
Venkat Chellam
I have a datagrid in my page which has one editcommandcolumn with
edit, update and cancel options. Paging is also enabled in my
datagrid. When viewing data the paging works fine but when move to
next page and then click edit link of the editcommand column for the
1st row,it doesn't make that row editable and nothing happens.
i trapped the event in on_editcommand event and when i check
DataGridCommand args, the paramter e, it has the itemindex at 0. I am
expecting the itemindex at 10 as its the first item in the second page
and each page has 10 items.
Can someone help me?
venky
edit, update and cancel options. Paging is also enabled in my
datagrid. When viewing data the paging works fine but when move to
next page and then click edit link of the editcommand column for the
1st row,it doesn't make that row editable and nothing happens.
i trapped the event in on_editcommand event and when i check
DataGridCommand args, the paramter e, it has the itemindex at 0. I am
expecting the itemindex at 10 as its the first item in the second page
and each page has 10 items.
Can someone help me?
venky