This is a migrated thread and some comments may be shown as answers.

Sort bug in custombinding?

1 Answer 38 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Mattias
Top achievements
Rank 1
Mattias asked on 30 Jan 2013, 10:41 AM
Hi,
I'm using this code:
.EnableCustomBinding(true)
.PrefixUrlParameters(false)

and when I hover over the UpdatedDate column I'm getting the correct url: pageSize=10&sort=UpdatedDate-asc
but after I clicked it the url in address bar is: undefinedsort=UpdatedDate-asc&undefinedpage=1&undefinedpageSize=10&undefinedgroup=&undefinedfilter=

Have I missed something?
I have also set a name for the grid: .Name("MyGrid") and that part is removed when using PrefixUrlParameters(false).

Regards,
Mattias

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 01 Feb 2013, 06:10 AM
Hello Mattias,

This is a known issue that has already been addressed in the service pack release(2012.3.1315). Try updating the version you are using and let me know if the problem persists.

Regards,
Daniel
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Mattias
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or