Hello.
When I bind the DataTable in a UltraGrid, the formating is perfect. I can change anything.
But when I bind the UltraGrid with a DataSet I can't define the formatting of the subgrid (DataSet with DataRelations between DataTables).
How can I do it?
Hello Chandradeep.
My problem was solved, thanks! I'm learning how work with Infragistics UltraGrid. With some searchs in Google I got the answers.
Thank you!
Hello Romulo,
Hope you are doing well!
This is just follow up and I have not heard back from you for the last three days and wanted to make sure that the provided solution meets your requirement or not,please let me know if you have been able to review what I sent or need any further assistance from our side.
Thank you for choosing Infragistics.
Sincerely, ChandradeepDeveloper Support Engineer,MCTS Infragisticswww.infragistics.com/support
Thank you for posting your query on forum.
I am follow up to see if you have solved your issue as Mike has suggested solution to you.
Thank you.
Hi,
There's not much information here to go on. My best guess is that you mean you are "formatting" the grid at design-time by designing the data schema and then at run-time when you bind the grid you are losing the layout in the child band. This is most likely because you didn't set the Key on the child band at design time to what it will actually be at run-time. Remember that with a DataSet, this will be the name of the Relationship, not the name of the child table.