Hi.
In documentation mentioned that by default RadGrid will expect SelectMethod with four arguments with the following names and types:
Thanks.
In documentation mentioned that by default RadGrid will expect SelectMethod with four arguments with the following names and types:
- int startRowIndex
- int maximumRows
- List<GridSortExpression> sortExpression
- List<GridFilterExpression> filterExpression
Thanks.