Hello
I have a RadGridView, and when a user hovers the mouse over a cell, I would like to give him a "how did this data got here" kind of tooltip. Using RadGridView1_ToolTipTextNeeded works well, and allows me to query the database for the detailled informations of a cell, but I would like to display it in a column-aligned tooltip to make it easy to read. I created a complex method that "pad" the tooltip "columns" according to the number of characters, but I got caught by the rookie mistake that the default font is not fixed size (like Arial).
Is there a way to change the displayed font?
Also, can the tooltip display timer be increased? I would like the user to have time to read it before it closes.
Thanks
I have a RadGridView, and when a user hovers the mouse over a cell, I would like to give him a "how did this data got here" kind of tooltip. Using RadGridView1_ToolTipTextNeeded works well, and allows me to query the database for the detailled informations of a cell, but I would like to display it in a column-aligned tooltip to make it easy to read. I created a complex method that "pad" the tooltip "columns" according to the number of characters, but I got caught by the rookie mistake that the default font is not fixed size (like Arial).
Is there a way to change the displayed font?
Also, can the tooltip display timer be increased? I would like the user to have time to read it before it closes.
Thanks