Hi,
We are using RadGridView into our silverlight application to show data. The data source for this grid view is dynamically defined. The data source can contain variable number of properties, which get bind to columns of grid view. We are currently facing one issue with this grid view. The issue is as follows:
We are binding data source to the grid view which is having around 25 properties. So, these will results into 25 columns into grid view. As the width of grid is not enough to accommodate all these columns, the Horizontal Scroll bar gets appeared at bottom of grid. The issue is when we are scrolling from left to right/right to left, the values into cell are disappearing randomly and they never come back. We need to reload the grid view again. We have debugged that all the rows gets loaded properly when grid view gets loaded first time. But when we start scroll horizontally left to right/right to left, the cells values are started getting disappeared randomly. We have also observed that this is generally happens when the grid view is only having one row.
Kindly revert back us on this ASAP as we need to fix this very urgently.
Thanks in advance,
Kinnar