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
190
HowTo copy an UltraGridBand
posted

Hi,

 

First, please excuse my english.

Is it possible to copy a UltraGridBand? Because I have a recursive datasource, a list<MyObject> and MyOBject contains a List<MyObject>, the composite design pattern. The UltraGrid seems to don't like this datasource, it freeze the PC, and I can't design columns or anything else.

So I would like to add band when it's necessary at runtime.

I've tryed to use the copy constructor such as UltraGridBand myBand = new UltraGridBand(oldUltaGridBand), but it doesn't exist, like The Clone() method.

I hope there is an issue to my problem, because UltraGrid and UltraBand components have a lots of properties, and I would not miss anyone.

Thanks in advance, I hope someone understand my english.

 

Parents Reply Children
No Data