Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
310
How to set UltraToolTipInfo for an UltraGridCell when data source is not a DataTable
posted

Using the code in the sample "WinToolTipManager - Tool Tips with Context" I am able to create a balloon ToolTip for a UltraGridCell  by using the SetColumnError method:

row.SetColumnError("ColumnKey","Tool tip message."

This works quite well (though somewhat cumbersome using the helpers classes) provided the underlying data source is a datatable.

How can I achieve this same functionality when the data source is an IbindingList?  Since the list doesn't have rows (only a collection of entities), there is no SetColumnError method.

Parents Reply Children
No Data