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
20
Regarding the Master Detail Using PropertyDescriptor Collection
posted

Hello,

   Currently we are using the Infragistics Grid which is Bind using PropertyDescriptor. It works fine for Single Band.

   But our requirement is to show Master Details, but we have to use the PropertyDescriptor Method Only. 

   Can u send a example for the Same. But we do not want to use DataSet and UltraDataSource.

Thanks & Regards

Chandan Kapoor

Parents
  • 469350
    Offline posted

    Hi Chandan,

        I'm not sure what you mean by the "PropertyDescriptor Method". 

        The WinGrid will bind to any object that implements IList or IBindingList. If you are creating your own custom data source, then what you would do is create a list of objects as the root-level data of your grid. To get a row to display child rows, then child object must return a public property that also implement IList or IBindingList.  

Reply Children