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
110
How to get the recordcount of Child items.
posted

Hi,

I have a XamDataGrid that is divided in to categories.

And each category is then further subdivided into Child and GrandChild items. I am able to get the record count of categories/parent by using XamDataGrid("Grid").RecordCount

Now I need to get the recordcount  for each Child.

This is what I was using for retreiving data in the Child cell:

 Name = WpfWindow("WpfWindow").XamDataGrid("Grid").GetCellData("{0}{0}[1]")

Any help greatly appreciated.

Thanks,
Suseela

 

Parents Reply Children
No Data