AD
Administrator
Syncfusion Team
November 21, 2006 06:19 AM UTC
Hi OL,
The best way to do this would be to have an extra column in your DataTable say ‘HideStatus’ to keep track of the hidden rows. You can initially set the value to be false and apply filter from Grid to show the records that satisfy the false criteria. So whenever you need to hide a row, you just need to set the bool value of that Row field to true. This will be very faster.
Please refer this sample for the implementation
http://www.syncfusion.com/Support/user/uploads/GRidHide_4a110c5.zip
Best Regards,
Haneef