Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
85
Addrow in XamGrid while the filter is on
posted

Weird problem that looks straight forward but not sure what am I missing -

I am using a xamGrid bound to observable collection. The collection has data rows which I can see in the grid. Now I apply the Grid filter (by clicking on the icon on grid column) and eliminate few rows. Everything works fine till this point.

Now I have a button and on it click I am adding new row to the grid. However the moment I click on the button a row gets added to the underlying collection however since it does not "qualify" for current filter it never shows up on grid. Is this the limitation of the grid or am I missing something.

The worst thing is I have cell validation which appears on screen top + LEFT instead on the cell as the row itself is not been seen on grid.

Parents Reply Children
No Data