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
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.