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
Nope. Thanks
Hello Chev,
Just checking in. Did you have any other questions or concerns regarding this case?
Sincerely,AndrewDeveloper Support IInfragistics Inc.www.infragistics.com/support
Ignore my above comment. Its a post for another thread.
I found a way. I used the ActiveItem and then iterate over my collection to find the index.
This issue has been solved in another forum thread.
Here is the link: http://ko.infragistics.com/community/forums/t/89103.aspx
Please let me know if you have any questions or concerns.