Paging in Datagrid and deletion of records
-
I tried so many times to use paging as well as deletion pf records in a data grid .But when i click on paging numbers the ItemCommand event is fired instead of PageIndexChanged event. The ItemCommand event is meant for deletion where as PageIndexChanged event is meant for paging of datagrid. I want an application where two recors will be displayed with delete buttons for each record.There will be paging numbers to navigate to other records in the dataset:~ .
-
I tried so many times to use paging as well as deletion pf records in a data grid .But when i click on paging numbers the ItemCommand event is fired instead of PageIndexChanged event. The ItemCommand event is meant for deletion where as PageIndexChanged event is meant for paging of datagrid. I want an application where two recors will be displayed with delete buttons for each record.There will be paging numbers to navigate to other records in the dataset:~ .