Show a Tooltip for the RadGridView's Editor
Environment
Product Version | Product | Author |
---|---|---|
2020.3.915 | RadGridView for WinForms | Desislava Yordanova |
Description
RadGridView offers a convenient way for showing tool tips for the cell elements when they are not being edited. However, once an editor is activated, it handles the keyboard and mouse input. That is why the cell's tool tip is not shown in this case.
This article demonstrates a sample approach how to show a tool tip for the cell's editor:
Solution
Subscribe to the CellEditorInitialized event which is fired when the editor is activated. Then, handle the MouseHover event for the hosted text box in the editor and show programmatically a RadToolTip at the cursor's position: