Hi,
I'm using Essential Studio 6.3.0.30 with VS2008.
Here is my problem : when I've got more than 12 rows in my GridGroupingControl datasource (12 rows in my datatable), only 12 are displayed. I don't want to have a pager, I'd like that all the rows are displayed in the same page with a scroll bar. How can I do that ?
Thanks.
LyLy
LH
Lucie Houel
December 3, 2008 03:15 PM UTC
I've changed the PageSize. Is that the best way ?
Thanks.
LyLy
MS
Mohamed Suhaib Fahad A.
Syncfusion Team
December 4, 2008 06:51 AM UTC
Hi,
Thanks for the details. You can simply set the PageSize = -1, to load all rows. And then set the Height and Width of the Grid to make the scrolls appear.
Please let me know if you want any more details.
Thanks,
Fahad
ASP.NET Grid Team
Syncfusion Inc.,
LH
Lucie Houel
December 4, 2008 08:57 AM UTC
Hi Fahad,
Thanks a lot for your help :)
LyLy