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
605
Navigate/Traverse through XamDataGrid when Grouped with multiple Columns
posted

Hi,

     Iam using Infragistics XamDatagrid which is having say 8 columns and 100 records for example. I have grouped the grid with 4 Columns in the groupBy area which resulted in 7 rows(visible directly) and internally having remaining records. Now if i expand the first row, i get another group which is having 10 records in this example.....When the grid is not grouped, i am traversing through the records using Prev and Next Buttons which i am using ...now my problem is iam not able to hold the correct index of the row when the XamDataGrid is Grouped with multiple Columns.......Please suggest me a way of how can i traverse/Navigate through the internal DataRecords which are inside the inner Groups of the XamDataGrid Sequentially using Prev / Next buttons ....

Thanks in Advance

Ram