DataGrid: NumericPages + NextPrev PagerMode combined

  • Thread starter Thread starter DC
  • Start date Start date
D

DC

Hi,

I know this has been asked a number of times... but maybe a new trick
was found by now? I need to offer paging options for a datagrid Google
style:

<< previous Page 1 2 3 4 5...(of 23) next >>

Is this possible without reinventing the datagrid control; e.g. can I
replace the paging control with a custom control?

I must stick to the datagrid, since I actually use the Anthem:DataGrid
with AJAX postback support.

TIA for any hint!

Regards
DC
 
You can inherit from the DataGrid and add your own paging method, or move to
a pure custom paging mechanism. Either would serve your needs. Currently,
the grid supports many of the features, just not all at the same time.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

*************************************************
Think outside the box!
*************************************************
 
Back
Top