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
1280
Add new row/item to XamGrid from code
posted

Hi,

I have been using the examples from this thread

the update and delete examples are working fine, but the adding example doesn't work.

I get a NullReferenceException

Infra error

And by the way, doing it that way will just create a new empty item, which has to be edited.

So my question is:

Isn't it possible to just add a new empty row to the grid in edit-mode, when you push a ADD button ?