Hi,
I use the RadGrid sorting functionnality and it works well, but I need to know the sorting order of the items to build an index on my collection and pass it to another page where I don't use the grid. I would like to do that without sorting my source collection, only building an index. Is it possible to access a structure of the grid that I could use to build my index? My first idea whas to loop on the Items collection, but it is limited to the items of the current page.
Thanks,
Pascal.
I use the RadGrid sorting functionnality and it works well, but I need to know the sorting order of the items to build an index on my collection and pass it to another page where I don't use the grid. I would like to do that without sorting my source collection, only building an index. Is it possible to access a structure of the grid that I could use to build my index? My first idea whas to loop on the Items collection, but it is limited to the items of the current page.
Thanks,
Pascal.