Hello forum,
RadControl newbie looking for help:
I would like to build a grid custom paging function that returns a pagesize dependant on a datasource value - is this possible? The actual scenario I'm trying to accomplish is displaying a grid of tracks belonging to an album (trackcollection). If the album contains more than one CD, ideally, I'd like to page/show the tracks belonging to this particular CD only.
Each datasource row/griditem contains among other things cdNo and trackNo - if an album contains 4 CDs with 12, 14, 4, and 6 tracks respectively, the paging function should then result in 12 records on page1, 14 on page2 and so on.
Does anyone have something that could get me going in the right direction?
Thank you very much.
knut
RadControl newbie looking for help:
I would like to build a grid custom paging function that returns a pagesize dependant on a datasource value - is this possible? The actual scenario I'm trying to accomplish is displaying a grid of tracks belonging to an album (trackcollection). If the album contains more than one CD, ideally, I'd like to page/show the tracks belonging to this particular CD only.
Each datasource row/griditem contains among other things cdNo and trackNo - if an album contains 4 CDs with 12, 14, 4, and 6 tracks respectively, the paging function should then result in 12 records on page1, 14 on page2 and so on.
Does anyone have something that could get me going in the right direction?
Thank you very much.
knut