Re: Using same grid in multiple tabs


Hi


Many thanks for your reply


But i am using Struts form. So the implementation is different. But anyway i ve no trouble in submitting one grid's values as i form a  combined string of all data and set it in form attribute. The problem comes as to how i access multiple grids. Can i access it like grid[0], grid[1] like any other HTML element?

The grid can’t be accessed as HTML element, while creating grid returns object reference, which can be stored in any kind of var to reuse later.
While sending data to the server grid doesn’t send any info by default. If form integration used grid generates and sends data field named in special way.
    dhtmlx.com/docs/products/dhtmlxG … t_htmlform