We use GridView with custom data binding (http://demos.devexpress.com/MVCxGridViewDemos/DataBinding/AdvancedCustomBinding)) with data filter row. -I explain our propmblem on a simple case:
- For examle, we have two rows in database with keys 111, 222 (field ID).
- We select all the records and checked all
- Filter the records on the field ID enter filter expression: start with "2"
- On the screen we see оне checked record with ID 222
- However, javascript method GetSelectedRowCount return 2, and GetSelectedFieldValues return two rows. We are expect one record only.
Please, explain us, how get correct checked items from the grid.
Hello,
We need some additional time to review this information to provide you with a precise answer. We appreciate your patience while we are working on finding a solution to your inquiry.