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
740
2 bands in my grid
posted

I have a grid, and I link to DataSet to the DataSource property; ultraGrid.DataSource = dsDatos.

The DataSet has a DataRelation bound by 2 fields.

When I set up my UltraDataSource with the two bands, only band 1 I respect the format of the columns but the inline formatting of the band 2 is deleted.

Someone can help me how to work with a DataSet related.

Thank you.

Parents
No Data
Reply
  • 71886
    Suggested Answer
    Offline posted

    Hello Carlos,

    You should create a DataRealtion for the two tables and add it to the data set, I prepared a sample showing this for you, so could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.

    DataRelationWinGrid.zip
Children