Hello,
I am implementing virtual mode for WinForms RadGridView
Everything working ok except one thing, in my virtual mode implementation user may required additional data from slow data source in such case the data will not be available when grid needs the cell value.
In this case the cells displays a "Loading..." text until the data is retrieved from the slow source.
The problem is how to tell the GridView to reread the cells values to update the cells with real content.
I tried the MasterTemplate.Refresh but this cause the grid scroll returns to the top again and display the first item.
Is there any method to call to force the grid to re-read the visisble cells values without reseting the scroll?
I am using 2011 Q2 SP1
I am implementing virtual mode for WinForms RadGridView
Everything working ok except one thing, in my virtual mode implementation user may required additional data from slow data source in such case the data will not be available when grid needs the cell value.
In this case the cells displays a "Loading..." text until the data is retrieved from the slow source.
The problem is how to tell the GridView to reread the cells values to update the cells with real content.
I tried the MasterTemplate.Refresh but this cause the grid scroll returns to the top again and display the first item.
Is there any method to call to force the grid to re-read the visisble cells values without reseting the scroll?
I am using 2011 Q2 SP1