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
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.
This scenario is to hard to create a example.
I bind the grid to a dataset in the designer and at runtime all my configurations to the grid are wiped out. The grid is acting like it was bound to a completely different datasource when it was not. I know this because there is NO code on this form other than the auto generated designer code.
Basically i want to know how the datasource determines to now used the configured designer code and cause a complete rebind.