Hi. I want to pass extra parameters to SelectMethod in RagGrid.
Important: By default RadGrid will expect SelectMethod with four arguments with the following names and types:
int startRowIndex
int maximumRows
List sortExpression
List filterExpression> and SelectCountMethod with no arguments!
How can i pass extra parameters to SelectMethod in RadGrid ?