hi,
I'm using v10.3, is that any function on showing a tooltip on a cell when mouse over?
Thanks in advance
Hello,
Yes, the tooltips are available in 10.3. You can set a tooltip of a particular cell, for example, in InitializeRow event:
protected void WebDataGrid1_InitializeRow(object sender, RowEventArgs e)
{
e.Row.Items[0].Tooltip = "some tooltip";
}
Hope this helps.
Regards,
Lyuba
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hi Lyuba,
Is this feature available on latest service release of version 10.2. If so which version?
Assyst
I want the data of each cell as the tool-tip for that cell. I done with client side function but it makes things slower. If we do some other action then unresponsive script alert occurs. this happens in case of large data.