SetRowHidden calling

Is it mandatory to call BeginUpddate and EndUpdate when using SetRowHidden(0 function?

we had a rare scenario which the GridControl was not updated after calling SetRowHidden, and whole painting of Grid was messed up by trying to scroll manually when trying to force the grid control to update by scrolling manually.

it happens occasionally.

when checking the code, we found the coder didn't use these begin and end update functions.




1 Reply

RC Rajadurai C Syncfusion Team December 31, 2008 06:29 AM UTC

Hi Shaoli,

Thanks for your interest in Syncfusion products.

In usual case, it is not necessary to call Update methods while SetRowHidden(from,to,true) method is called.

You can try calling grid.UpdateScrollbars() or grid.Refresh() to see if that avoids this problem.

Regards,
Rajadurai


Loader.
Up arrow icon