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

[Solved] Client selection sort issue

0 Answers 18 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.
aron
Top achievements
Rank 2
aron asked on 13 May 2011, 05:16 PM
Hi!

I'm working based on this official demo, but if you see when the second grid (orders) is sorted the current data is "lost" and only shows the data related to the first row of the customers grid. This is because the  orders grid is rebind with its hardcoded value "ALFKI"
          
.DataBinding(dataBinding => dataBinding.Ajax().Select("_SelectionClientSide_Orders",
                                                     "Grid", new { customerID = "ALFKI" }))

Tags
Grid
Asked by
aron
Top achievements
Rank 2
Share this question
or