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
299
Set Band in Wingrid
posted

Hi,

  I have three table in my dataset. I want to show these tables as a part of Band in the my WinGrid.

Please Help me to achieve this.

If i use UltraDataSource and add bands throgh wizard then it is working.

 

Faiz Ahmad

Parents
  • 45049
    posted

    If your DataSet has three DataTables, then each table will represent a separate band in WinGrid.  If you want data from multiple tables to be shown in the same band, then you'll need to composite that data in some way - whether using a WinDataSource or by copying the data to a separate DataSet that uses a single table per band.

Reply Children