K
Kovan A
In the old datagrid 1.1 we had a property called virtualcount for the
datagrid that allowed one to set the virtual count and based on that provide
page numbers, this property is not available in gridview and i need to be
able to do this. when i say custom paging i mean i have a data access layer
that does take care of the paging architecture so that only few records are
returned and total COUNT of the records is returned.
so in short i need to be able to do this without object datasource, (one of
the most useless controls in 2.0)
datagrid that allowed one to set the virtual count and based on that provide
page numbers, this property is not available in gridview and i need to be
able to do this. when i say custom paging i mean i have a data access layer
that does take care of the paging architecture so that only few records are
returned and total COUNT of the records is returned.
so in short i need to be able to do this without object datasource, (one of
the most useless controls in 2.0)