This question is locked. New answers and comments are not allowed.
hi!
i have a grid with ajax binding and EnableCustomBinding = true.
If i set the grid to not be Pageable, the GridCommand variable will have these values when someone ask for data:
Page: 1
PageSize: 0
so the query will return a good value for Total but the Data will always be empty because of PageSize = 0
In my opition, when we tell the grid to be not Pageable, i expect to have a PageSize of int.MaxValue or something like that.
The workaround for that is to tell the grid to BE pageable and set the PageSize to something that can't be never reach.
alex
i have a grid with ajax binding and EnableCustomBinding = true.
If i set the grid to not be Pageable, the GridCommand variable will have these values when someone ask for data:
Page: 1
PageSize: 0
so the query will return a good value for Total but the Data will always be empty because of PageSize = 0
In my opition, when we tell the grid to be not Pageable, i expect to have a PageSize of int.MaxValue or something like that.
The workaround for that is to tell the grid to BE pageable and set the PageSize to something that can't be never reach.
alex