This question is locked. New answers and comments are not allowed.
Hi,
I am experience an argument exception when I click a column header when trying to sort.
Expression of type 'System.Object' cannot be used for parameter of type 'System.String' of method 'System.Object Field[Object](System.Data.DataRow, System.String)'
From what I can see I think the URL doesn't appear to be forming properly for sorting.
Telerik Demo: &Grid-orderBy=OrderID-asc
My URL: &grd-orderBy=-asc
thanks,
Andrew.
I am experience an argument exception when I click a column header when trying to sort.
Expression of type 'System.Object' cannot be used for parameter of type 'System.String' of method 'System.Object Field[Object](System.Data.DataRow, System.String)'
From what I can see I think the URL doesn't appear to be forming properly for sorting.
Telerik Demo: &Grid-orderBy=OrderID-asc
My URL: &grd-orderBy=-asc
thanks,
Andrew.