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
400
Grid without datasource
posted

 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 

 

  • 469350
    Offline posted

    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.