Hi,
I have a set of results to be displayed in grid, where i need to use rowspan feature of dhtmlxgrid.
Consider there are 2 tables in database, say User and Address.
A particular User can have any number of Addresses(one to many association).
So, tin the results, for a particular User, list of addresses should be displayed.
I am using mygrid.enableRowspan(true), but i keep getting error mygrid.enableRowspan is not a function.
I found out the reason as ‘dhtmlxgrid_rowspan.js’ file is not present in the dhtml component that I am using.
In which version of dhtml can i have the facility to use rowspan property?
And how exactly should I use it?
(The input to the grid should be an XML file)
Thanks,
Pooja