Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Ultragrid values reseting automatically
posted

Hi....

I am having two grids in my form. First grid will show the list of records. If i select anyone of the record that particular row only have to show in second grid. The first grid should be same list. But in my form it automatically re-assigning the row which is the result for grid two. (Grid two also showing the correct record)

 

I am sure, in my code I am not assigned the new dataset to the grid one. Then why I am getting this problem.... I have to make the grid one's values stable.....

Pls help me....

Thanks in advance...

  • 469350
    Offline posted

    Hi,

    I'm having a hard time understand you, but it sounds like you are saying that you are setting the DataSource on the second grid and the rows in the first grid are changing.

    If that's the case, then something in your code must be causing this - there is no way that assigning a data source to once grid could possibly affect another grid in this way.