Login
Latest Development Blogs
Forum Topics Post
Browse By Tag
Hi
Using grid in MVVM way. Have page/textbox that accepts a filter criteria and the grid displays results.
Works perfectly until I click on the column header (to sort or group or use in-built filter etc) then it does not work - the underlying Model is refreshed okay (Model.count changes) but the grid does not refresh with the correct records/data (existing data stays present). Move off to another page and return - the grid works correctly again (but then fails as described above). Can you please advise.
Thanks
Richard
FYI, the GridPresenter has not fully support MVVM. However, it seems this issue is caused by a bug. A bug report has been submitted so the developer could analyze the issue further.