Hi,
is it possible to display a Description or instructions below the caption?
Ex:
(Caption) Invoices
—————————————————
(description) Invoices sorted by the most current date. Only open invoices are listed here; for closed invoices, visit ….
—————————————————
(toolbar)
Thanks
W
You can set:
$col = array();
$col["title"] = "Name<br><font size='1'>(test description)</font>";
Screenshot: http://prntscr.com/fgzhtx
Limitation is it will also set in dialog.
Hi Abu,
Actually, it's under the grid title that I want to add a brief description to.
In your screenshot, it would be under 'Group Headers'
Example:
GROUP HEADERS
(place of description)–> This is the most current list of …..
toolbar and pager
Thanks
… I meant to ask if it's the same way:
$col["Caption"] = "Group headers<br><font size='1'>(test description)</font>";
or if there's another setting available?
Thanks.