hello !
I want to generate hierarchical grid but without data source in runtime.
Is it possible to add bands & child band to grid without data source ?
thanks
Shital
Hi Shital,
No, the grid must have a data source. This doesn't mean you need a database, though. You can use ny object which implements IList or IBindingList. I recommend using the UltraDataSource component. The grid designer will even create one for you.