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
1160
How to show column value in a popup as we right Click in a XAM grid row?
posted

Hi,

We are using XAM grid and we want to show column value as a popup or message as we right click in a Row.

For Example:  We have Three Columns ID, Price, Status and as we right click in a row selected Price value will be shown as a message or Popup.

Please let us aware for us.

Thanks

  • 16495
    Offline posted

    Hello Kanwar,

     

    Thank you for your post.

     

    I have been looking into the functionality you are looking for and what I can suggest is to handle the PreviewMouseRightButtonDown event of XamGrid, so  in the event handler you can access the current active cell and show it’s value in the popup message. I have created simple sample application based on your scenario  in order to show you how you can implement this approach and achieve the functionality you wish.

     

    Please  let me know if you require any further assistance regarding this matter.

    ShowCellValueInPopup.zip