Refreshing problem in GridDataBoundGrids inside different tab pages

Hi, If i create two gridDataBoundGrids, each located in a tab page, with datasource of separate DataView instances (but pointing to the same dataTable), changes on dataTable cannot be populate to grid. However, if i get 1 tab 1 grid only or 1 tab 2 grids, changes can be populate and reflect on screen. Thx Eric

2 Replies

EP Eric Pang September 29, 2005 05:36 AM UTC

The error occuried when i load form (without switching to 2nd tab page) and changes occuried. But, i switch to 2nd tab before updated arrived, changes can be populate to grids in both tab. Are there any function i shall invoke when the form is loaded? Seems sth has been done on the grid instance when i switch to 2nd tab and activate the grid


ST stanleyj Syncfusion Team September 29, 2005 01:34 PM UTC

Hi Eric, I guess calling AcceptChanges of the dataset.table in the SelectedIndexChanged handler would solve this problem. Best regards, Stanley

Loader.
Up arrow icon