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
515
Grid Save Layout Bug
posted

In my grid i have three drop down columns. When the grid is closed, the layout is saved to a file and retrieved on grid open.

But the grid save layout messes up with the drop down columns, it just takes the first dropdown column values and populates on other two drop down also.

If I remove the save layout option, the grid works fine. But I loose the good save layout feature

 

Parents
No Data
Reply
  • 469350
    Suggested Answer
    Offline posted

    Hi,

    I've never heard of that happening before. I've used the save and load feature of the grid many times with grids that have several dropdowns and never had a problem like that.

    My guess is that something in your InitializeLayout event code is doing something to alter the dropdowns, or perhaps you are assigning editors to the grid columns and using the same editor for multiple columns. It's hard to guess.

    Of course, I could be wrong, perhaps this is an obscure bug that only occurs with certain property setting combinations.

    Can you reproduce this in a small sample project so we can check it out?

     

     

Children