Categories | Question details Back To List | ||
I have seen dhtmlXGrid v.1.2
Professional Edition. And I have tried to implement this DhtmlXGrid wi... 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.Answer posted on Mar 14, 2007 14:51 dhtmlxGrid supports dynamic header. When you
form xml use tags: <head> <column ...>Title1</column> <column ...>Title2</column> ... </head> ...
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 <rows> <head> <beforeInit> <call command="attachHeader"> <param>A,B,C</param> </call> </beforeInit .... To organize colspans and rowspans - you can use #cspan and #rspan strings as labels of hedef
samples/grid_complexheader.html Answer posted by Darya (Support) on Dec 06, 2014 21:26 The information connected with javascript download url and scheduling calendars also can help you, so please check it too. |