Hi,
We have number of fields for XAMDataGrid where first field contains an EditButton. And remaining are from my ViewModel Object.
I need to display a panel which contains number of controls for editing the selected DataItem. That panel should be immediatly after the selected Item. Can you suggest me with some solution for this. A sample code will help me more.
Thank you.
Account Number
Name
Details
Location
Edit
1111
Test1
Test1 test 1
Hyderabad
Some controls with above data to Edit. And also Save and Cancel Buttons for saving and cancelling. After Save/Cancel I need to close this panel.
2222
Test2
Test2 Test2
New York
3333
Test3
Test3 Test3
London
Thanks,
Satya
S
Hello Satya,
Thank you for your post. I have been looking into and I can suggest you see the sample in the Samples Browser under xamDataGrid / Editing and Selection / Adorning Editors section, where it is shown how to achieve the functionality you want.
Hope this helps you.
Thank you for your reply. I already gone through the adorner sample. But i am not able to pass DataItem's data context to the Adorner. And also i want open and close the adorner on clicking of edit button. Can you provide me a sample with these two features. So it is helpful to me.