AD
Administrator
Syncfusion Team
April 30, 2004 09:34 PM UTC
No, there is no such API. You would have to use ExpandAtRowIndex.
You could try looping through the grid rows and test the GridBoundRecordState.LevelIndex for each row to decide whether the expand it.
AD
Administrator
Syncfusion Team
May 6, 2004 01:49 PM UTC
That is the way I ended up handling this. I was looking for a way that didn''t have me looping through the rows. Thanks for the help.
>No, there is no such API. You would have to use ExpandAtRowIndex.
>
>You could try looping through the grid rows and test the GridBoundRecordState.LevelIndex for each row to decide whether the expand it.