DataGrid Problems

kachrico

New Member
Is there any problems with using the pageing and editing together in .NET? When i put these two properties together in the datagrid properties section, they will both redirect to "Grid_DetailsCommand". Any Help on this one?<BR><BR>OnpageIndexChanged="MyDataGrid_Page"<BR>OnItemCommand="Grid_DetailsCommand"<BR>
 
Back
Top