Hi,
How do I insert a pop-up balloon (similar to a tooltip but will be inserted as a row) inside the XamGrid?
I would need to achieve something as pictured in this link:
https://ibb.co/hhgoWQ
Thanks!
Hello Erika,
What I can suggest you in order to achieve your requirement is to use a child row to show your popup information.
I have modified the sample so that the row is expanded when a text inside the cell is clicked.
In this sample, each parent row has one child row, and a child band has only one TemplateColumn defined.If you click a cell text for “Test2” column, the child row is displayed.
Let me know if I may be of further assistance.
Thank you,Mihoko Kamiishi
I've looked at you sample but if you looked at my picture, you will notice that the "tooltip" is part of xamgrdi itself, like a child of another row.
I suggest you use ToolTip property of CellsPanel style in order to show a tooltip on a row.
I have attached the sample for your reference.
Thank you,
Mihoko Kamiishi