Hi All,
As part of a process of optimizing my grids I want to include a drop down combobox on the page and ideally to conserve space it will be in the pager section. I intend on providing a MaxRows parameter to my Stored Procedure that will then use SET ROWCOUNT @MaxRows to limit the number of rows returned. To that end I need a combo box to show a variety of options for the rowcount.
All easy enough until I need to add the combo box to the pager. I am using the standard pager except for the fact that I'm inserting some custom numbers into the results per page dropdown. Is there a simple way to extend the pager or will I be stuck having to use a pager template?
If I have to use the pager template, is there an example somewhere of how to duplicate the normal style?
Regards,
Jon
As part of a process of optimizing my grids I want to include a drop down combobox on the page and ideally to conserve space it will be in the pager section. I intend on providing a MaxRows parameter to my Stored Procedure that will then use SET ROWCOUNT @MaxRows to limit the number of rows returned. To that end I need a combo box to show a variety of options for the rowcount.
All easy enough until I need to add the combo box to the pager. I am using the standard pager except for the fact that I'm inserting some custom numbers into the results per page dropdown. Is there a simple way to extend the pager or will I be stuck having to use a pager template?
If I have to use the pager template, is there an example somewhere of how to duplicate the normal style?
Regards,
Jon