RealGrid2 Guide
Cell components
groupheader tooltip

Group header tooltip

You can specify a group header tooltip in the layout.

Check the tooltip contents of the companyGroup header.

Display group header tooltip

To change the header tooltip to different content, specify a string in header.tooltip. Specify header.showTooltip to display the group header tooltip.

layout1 = [
   {
     name: "companyGroup",
     direction: "horizontal",
     header:{tooltip:"companyGroup tooltip", showTooltip: true},
     items: [
       "Country",
       "CompanyName"
     ],
     header: {
       text: "Company",
     }
   },
   "OrderID",
   "CustomerID",
   "EmployeeID",
   "OrderDate",
   "Phone"
]