Handle Update in grid

hello
i have a question about update in compelx grid! for example, we have two table:
tbl_city(id,city,id_country)
tbl_country(id,country)

SELECT * FROM tbl_city,tbl_country where tbl_city.id_country=tbl_country.id
result:
1 otava canada
2 la usa

i can generate grid for show data in htmlx grid, but i want help you (please) to handle CRUD event(add, update and delete).
how can handle?

i am working in a company that is willing to purchase dhtmlx enterprise, but i must to solve any solution with dhtmlx, and this post is important, please help me. (Sorry about my bad language)
thanks

sorry, i want help me :wink: no help you, it’s my problem :smiley:

You may try to use dataprocessor component.
Here you can find a working example:
dhtmlx.com/docs/products/dht … _init.html
and a tutorial:
docs.dhtmlx.com/doku.php?id=dhtm … cessor:toc

thanks, but i can write crud for simple gird ( single table ), i want help for multi table soloution. but thanks man, :ugeek:

Unfortunately such feature is not supported by dhtmlxgrid.

:wink:

answer:
docs.dhtmlx.com/doku.php?id=dhtm … _an_action

and

docs.dhtmlx.com/doku.php?id=dhtm … ide_events

thanks Stanislav and sematik for help me