This is a migrated thread and some comments may be shown as answers.

Cell values are disappearing while using horizontal scrolling

1 Answer 60 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Kinnar
Top achievements
Rank 1
Kinnar asked on 04 Sep 2012, 03:38 PM

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

1 Answer, 1 is accepted

Sort by
0
Yoan
Telerik team
answered on 06 Sep 2012, 01:35 PM
Hello Kinnar,

Unfortunately I was not able to reproduce this problem using our latest dlls. Please tell me the exactly version of the controls you are using. You can follow these steps in order to check  the exact version of your dlls using visual studio:
  1. Open the project containing the dll-s with Visual Studio.
  2. Double click on the dll file so the properties window of the dll to be shown.
  3. Expand the Version folder.
  4. Double Click on the version and you will see the whole information about the dll.

If you are using the latest dills I would ask you to send me a sample project which we can debug locally.

Kind regards,
Yoan
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Kinnar
Top achievements
Rank 1
Answers by
Yoan
Telerik team
Share this question
or