We have a webhierarchicalgrid which does not have any bands and has only columns.
We have set the grouping settings here and the grouping is enabled here.
But we see that paging does not work here.Is it a known bug ?
Hi divyaramesh,
If you are expecting a page count of 8 to have 8 group rows, that is not the behavior. When paging is on, it works on Data rows, not the group rows. I hope this clears up any confusion.
regards,David Young
Dave,
We have a webhierarchicalgrid to which we have bound a list.We have enabled grouping on the grid.
But we see that when we enable paging behavior on the webhierarchicalgrid,the pager displays the correct number of pages and correct number of data rows.But strangely we see that ,when we do a page change or try going to the next page,the grid is not refreshed with the data on the second page.It still has the data in the first page.
And we have not written any custom paging.Its the default paging provided by infragistics that we are trying to use.
So what could be the reason for this behavior.We have enabled paging on webdatagrids.There we dont see any problem.Its only in webhierarchicalgrid paging that we see this behaviour.
So can you look into this and let us know a possible solution as soon as possible.
Thanks,
Divya