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
279
Dynamic data and row layout
posted

Hi,

I'm trying to usa an UltraWinGrid to display dynamic data.

I've binded the UltraWinGrid with a BindingSource object. The datasource of this object changes (only rows change, not columns). 

If I try this:

binding.DataSource = _myData;
myWinGrid.DataBind(); 

I can correctly load data in the control, but the row layout I've applied with the designer resets to a default, flat, "all columns"  layout.

How can I keep the layout and dynamically change the data?  I've tried to save the layout but I was not able to load it at runtime...

Thanks in advance

Parents Reply Children
No Data