We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

ggc + databindingcomplete event

ggc temporarily displays a white box when it is building a large grid before the data is finnaly shown. There is a small millisecend lag betwen the time this white outline box appear and the time the data finally shows up in the grid. Is there any event that I can listen to know when the databinding process is complete and the data is visible in the grid

1 Reply

AD Administrator Syncfusion Team December 19, 2006 03:34 PM UTC

Hi James,

Thank you for being patience. The reason is the grid being drawn partially before the data is completely loaded, you can avoid it by using data loading between the TableControl.BeginUpdate and TableControl.EndUpdate methods.

You can try using the TableSourceListChanged event which gets triggered after the datasource is replaced.

Kindly let us know if you need any further assistance.
Have a nice day.

Best regards,
Madhan

Loader.
Live Chat Icon For mobile
Up arrow icon