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.
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.
You can send the sample with the version for vs 2008 please.thanks