Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
620
How to get the count of the sibling rows ?
posted

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?

 

Parents
No Data
Reply
  • 620
    Offline posted

    Is it    e.Row.ParentCollection.Count ; 

    My issue is solved by using this.

     

    Thanks.

     

Children
No Data