Prblem with updates in dhtmlxGrid

Hello everybody.

I’m testing the dhtmlxGrid, I’m getting to experiment wonderful. I realized that you can update the data from the database through the table.

But I have two problems, the first is that if for example I update the phone registered customer and update the browser. The change is made, but the data is scrambled.

That is, the phone is in the address, e-mail is the date, etc …
How to solve this?

And the second problem is that I would like to block one of the columns, so that the User can not change the information.

I take this opportunity to congratulate the excellent web application :smiley: in a short time managed to make the connection to my database and test some features. :mrgreen:

Please, I await answers.

Best wishes. :wink:

The change is made, but the data is scrambled.
dhtmlxGrid component is encoding agnostic. The encoding in the xml, database and html page should be the same.

And the second problem is that I would like to block one of the columns, so that the User can not change the information.
You can use “ro” eXcell type. Please find more information here docs.dhtmlx.com/doku.php?id=dhtm … cell_types

THANK YOU!!! :smiley: :smiley: :smiley: :smiley:

Very, very, very thanks!!!