This question is locked. New answers and comments are not allowed.
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"
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"}))