How can i expand the first row of a ultrawingrid which has the child row on load ?
in this ultrawingrid there are multiple rows which has child rows but i want to expand only first row which has child row like shown in picture. using C# .Net
I know that using expanAll methos i can expand all the rows.
Also i know that ExpandAncestors() will expand the row which i want(provided i need to select a row as child)
How can i achive this ? Thanks in Advance...