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
720
XamGrid add new record programatically
posted

Hi

I have a xamgrid with a date value column, string value column and a double value column. Initially the grid is read only. The grid is made editable by enabling a checkbox. Now I want to add a new single row to the grid. This should be possible whether the grid is in readonly mode or editable mode. The new row should be added just below the currently focussed row. The new row should have the values of the row which was last focussed.

Also, kindly let me know how the above can be achieved using the MVVM pattern.

Thanks

Chev

Parents Reply Children
No Data