How to get the count of the sibling rows?
If I have a child row, Is there any way so that I can find the number of sibling rows it has ?
I mean, how many more child rows does the parent of that particular child row has?
Is it e.Row.ParentCollection.Count ;
My issue is solved by using this.
Thanks.