How can I select a child row ina hierarchy ultragrid?
One way I found is going through ChildBand.Rows collection ... is there a simpler way ?
Ok thanks, I guess I have no choice but to recursively walkthrough each rows of childbands and compare the listobject.
Well, if you know the index of the row in the data list, you can use the GetRowWithListIndex method on the Rows collection. But you still have to walk down into the child band to get the right rows collection.
I'm using ListObject to determine the row to select.
It depends on what row you want to select. What criteria are you using to determine the row?