Hi, it's possible to create GridView Row toolTip with Image whose ImageSource is generated from Row data?
In my application I've collection of objects in GridView. Objects contains a few properties for generate image. I want to show tooltip with image generated from row when mouse is over it.
1 Answer, 1 is accepted
0
Dilyan Traykov
Telerik team
answered on 24 Oct 2016, 10:47 AM
Hello Marek,
In order to achieve the desired result, you can handle RadGridView's RowLoaded event and set the tooltip of the current row there, possibly by using the DataElement property of the RowLoadedEventArgs: