Hi All,
I have a xamgrid with few columns and I want to make it as editable and needs to save updated data on row leave. I am using MVVM design pattern can any one please provide me guidelines/sample to fulfill my requirement.
Thanks in advance
Hello,
Thank you for your post. I have been looking into your question and our XamGrid provides editing functionality. For more information please look into the following link from our online documentation :
http://help.infragistics.com/NetAdvantage/Silverlight/2012.2/CLR4.0/?page=xamGrid_Editing_Data.html
If you need any further assistance on this matter, feel free to ask.
Hi
Can I get any sample code which explains all the events in Editable XAMGrid. I need more information about the events
Thanks in advance.
I am just checking if you require any further assistance on the matter.
Hi,
Thank you for your feedback. Currently we do not provide a sample application what shows all the editing events. When you edit a cell/row and end the editing(losing the focus) your data is updated automatically. All you need is to implement the INotifyPopertyChanged interface in order to notify that a property has been changed in your data source.
When you click on the events hyperlinks in the link above in ‘Editing Events’ section, you can see when a particular event is raised.
If you need any specific question regarding any event, do not hesitate to ask.