I have a column with heading "Unit #" and I would like to display "Unit ID-Not Editable" when mouse hiovers on it. igGrid is in a webform and not in MVC.
Following approach worked for me:
Hello vnt_prabhu,
In order to add tooltip to the column header you should add "title" attribute to the "th" element of the column. Each "th" element has "id" attribute which has the following structure "<gridId>_<columnKey>" where <gridId> is the id of the grid and <columnKey> is the key of the column.
Here is the example code:
Hope this helps,
Martin Pavlov,
Infragistics, Inc.