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
120
Display a Panel(Edit Window) Immedialtly after selecting a Unbound Filed (Edit Button) in XAMGrid Row
posted

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.

  

Edit

2222

Test2

Test2 Test2

New York

Edit

3333

Test3

Test3 Test3

London

Thanks,

Satya

 

 

S

 

Parents
  • 138253
    Offline posted

    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.

Reply Children