Hi
I implemented a custom form for add and edit as I need some additonal things like select lists with multiple values and an extra button which checks a given and email and fills all other values of the form.
I was able to add my own buttons and link them to my custom form. I used the functions gridtoform for the edit form and the function formtoogrid to save the data back to the grid.
My problem is that this only stores the data temporary in the grid and not in the database.
The autogenerated forms make a post request to store the data but I have no idea how I can call such a post request manually.
I mostly used this code with the difference that I use Coldfusion and not PHP:
http://the-wagyu.ddo.jp/web_tec/02.AJAX/04.jQuery/01.kiso/03.jqgrid/custbutt.html
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top