Dhtmlxgrid - Limiting the characters entered in Cell

A dhtmlxgrid is populated from an xml using mygrid.loadXMLString();, in the xml , how can we set the size of the editable text (edtxt). The text should allow only 10 characters to enter, i.e., the size of the cell text box should be 10.

West

The xml for populating the grid is shown below:

West 20110221 / 08:00

How can we set the size of the editable cell in the xml for populating the dhtmlxgrid.

docs.dhtmlx.com/doku.php?id=dhtm … xtension&s[]=validator

Hi,

How can we set the size of the editable cell in the xml for populating dhtmlx grid instead of performing Dhtmlx Live Validation.

Unfortunately there is no built in functionality for such use-case.