I have a requirement to display additional details as a child row when the parent row is expanded in Infragistics UltraWinGrid. But details will not be displayed in a grid kind structure instead it should be property - value type structure in a panel. How this functionality can be achieved?
Thanks,
Pooja
Hi Pooja,
I don't understand what you mean. Can you post a screen shot of what you want, or explain in more detail?
Hi Mike,
Thanks for your response. Please refer following screenshot for details. On click on any row within UltraWinGrid, i have to display some relevant detailed content below the row area. I have achieved similar behavior by adding TextUIElement in the RowPreviewArea and makin PreviewArea visible on click of respective row. But in that situation, i have no control to style text like making it bold. Probably there should be a better way to achieve this behavior.