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

[Solved] Grdi Sorting problem with Custom Binding

1 Answer 24 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Ramani
Top achievements
Rank 1
Ramani asked on 24 Mar 2011, 02:53 PM
We have recently upgraded from 2010.3.1318 to 2011.1.315 of telerik MVC controls.

And after the upgrade, we are facing issue in the Sorting of the grid.
We hae implemented custom binding for the grid and are having rebind call when ever filters are changed. For rest of the operations lile Sorting and paging, we have the filter selections retained and was working fine in the previous version.
But after upgrade, the first time filters show the data as filtered. But on click of Sorting, the default(page load) values are passed to the Ajax binded method and the data in now changed.

The same is not observed when using the 2010.3.1318 version.

Please let us know if this is a known issue and what is the possible solution for this?

Thanks,
Ramani.

1 Answer, 1 is accepted

Sort by
0
Atanas Korchev
Telerik team
answered on 24 Mar 2011, 03:40 PM
Hi Ramani,

 I think you are observing the change documented here. The rebind method no longer retains the last supplied argument. Use the OnDataBinding event instead and supply arguments as shown in the linked helped topic.

Regards,
Atanas Korchev
the Telerik team
Tags
Grid
Asked by
Ramani
Top achievements
Rank 1
Answers by
Atanas Korchev
Telerik team
Share this question
or