When I load a page that uses a grid and autobind is set to true the page flashes an empty grid while it is loading data and then populates the data. I thought I'd avoid the 'flash' by manually creating / initializing a table with the first page of data and then initializing the grid with autobind set to false.
The problem is when I do that the page number is 0 and the 'x-y of z items' text shows zero items. I know that's because it doesn't know the page number or total number of items until the data source reads from the server...is there a way I can manually set the variables it needs when the page loads? I tried setting the 'page' property of the grid to 1 but that didn't seem to help.
Thanks,
Troy
The problem is when I do that the page number is 0 and the 'x-y of z items' text shows zero items. I know that's because it doesn't know the page number or total number of items until the data source reads from the server...is there a way I can manually set the variables it needs when the page loads? I tried setting the 'page' property of the grid to 1 but that didn't seem to help.
Thanks,
Troy