Hi,
Can we display table/grid with few cols and rows in tool tip's row hover?
Thanks,
Valliappan
There's no built-in support for any kind of table structure in a tooltip. You could use a fixed-width font (such as Courier New) and build a string with tabs or spaces and format the text of your tooltips into columns and rows that way.
Basically when i hover over a particular row, i want to show some details ( in a table format with few cols and few rows) related with the row.
I'm not exactly sure I understand the question. But you can set the ToolTipText property on the cell to any text you want.