I have seen dhtmlXGrid v.1.2
Professional Edition. And I have tried to implement this DhtmlXGrid with
JSP (J2EE functionality).
I want to know whether it support
dynamic header (i.e. In Grid header data directly comes from database). And
does it support Multiline Heading with column/row merge in this dynamic header.
If it does support then please suggest me how to
achieve it.
dhtmlxGrid supports dynamic header. When you
form xml use tags:
<column …>Title1
<column …>Title2
…
…
Details can be found in guide and in
samples/pro_config.html
Also multiline headers can be created by using
attachHeader command it can be initiated from XML as
A,B,C
</beforeInit
…
To organize colspans and rowspans - you can use #cspan
and #rspan strings as labels of hedef
samples/grid_complexheader.html<o:p></o:p>