To set the number of character in the cells of each column

Hello,

I come here to ask you if you know how i can delimit the number of characters that the user can enter in the cells of each column.
In fact, i use the grid in order to enter datas that i want to send in a database 's table. The matter is that each columns’cell (into the table) has a maximum size. So, it will be a good thing if i could parameter it when i create the grid.

Thanks you for your help

Vinou

dhtmlxGrid doesn’t have such functionality. But you can try to use “Validation” extension to check whether user entered correct value to the cell. Please check examples here docs.dhtmlx.com/doku.php?id=dhtm … validation

Thank you for your help