grid edit and save by admin only

hi… i am trying to figure out how to edit and save the grid of petrol stations.

— edit and save by admin only —
can it be done so that type=“ed” can be edited by an admin only?
i’m trying the use of the enable/disable of:
onClick=“mygrid.enableEditTabOnly(true/false);” command.
can a password be attached too?
or is it better to have a separate admin section for new xml file upload.

— checkbox —
how to stop anyone from checking on/off the checkbox

— server save —
how to link the client side with server side php… is that the best method??

— grid page —
helicalcoreofcreation.com/we … /test.html

— xml file —
helicalcoreofcreation.com/we … ations.xml

thanks,
lance.

You can disable grid for edit with setEditable() method docs.dhtmlx.com/doku.php?id=dhtm … eteditable

Also you can disable separate cell for edit with setDisabled(true) method of cell object
docs.dhtmlx.com/doku.php?id=dhtm … of_excells

hi… thanx. the edit enable/disable was simple to work out… n with a little bit of time i could would out the individual cell editing too. how now is it possible to save the changes to the xml file on the server??

docs.dhtmlx.com/doku.php?id=dhtm … aving_data
dhtmlx.com/docs/products/dhtmlxC … x.shtml?mn