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
575
Ultragrid column states not persisting during runtime.
posted

Hello,

I am trying to find out why column settings are not persisting.  I have a Dataset with a single table which has 40+ columns.

The form has a single grid on it which has its datasource set in designer mode.  Most columns have editor controls, heading captions changed, etc.  The designer opens correctly in visual studio.  

During runtime (no code is running other than initializecompent (designer stuff), the form opens and the grid looks as if i just changed that datasource, all columns are visible and no settings which are visible in the designer are shown.

How does the ultragrid know that the datasource that is set in the initializecomponent is different, why would it act as if its different?  Does it store some metadata somewhere?

Thank you,B

Parents
No Data
Reply
  • 29065
    Offline posted

    Hello,

    I am going to require more information regarding your application.

    1. What seems to trigger this issue?
    2. Can this issue be reproduced? How? Please provide steps.
    3. What does your application consist of besides an UltraWinGrid? Provide screenshots compressed.

    In order to properly assist you I require an isolated sample that demonstrates the issue. From there I can take a look at your application and try and reproduce the behavior on my end.

     

Children