How do you set a custom tooltip for each cell on the server side? I don't think the grid is capable of doing this. Am i wrong?
This is currently not supported.
Is this feature supported now? What's the version? Thank you.
Hi Chris, It can be done. Please refer this link
http://community.infragistics.com/forums/t/33246.aspx?PageIndex=1
Thanks, Assyst
The problem with that link is that it is a workaround. It requires us to load the tooltip data on the client after the page has loaded. That is not really a solution to the problem.
Why can't I set the tooltip of cell when a row\cell is initialized? I think that is the solution that everyone is really looking for. That is nice for now, but it really needs to be able to be done on the server as part of the databinding process.
Also, that link even has users stating that it is a problem with a large number of rows. If we could load it on the server before the page is displayed that would solve this problem.
The feature is still not available. We are planning to add it to 10.3 which is planned to be out in October.
Alex,
Was the tooltip added for each cell in 10.3, if so I can't find it?Regards,Graham.
Found it in:
WebDataGrid1_InitializeRow
' add tooltips.
Int32
e.Row.Items.Count - 1
e.Row.Items(x).Tooltip = e.Row.Items(x).Value
Next