Hello,
In my table I have two fields, for example:
country
State
…
{name: 'state', index: 'state', editable: true, EditType: "select", editoptions {dataUrl: "../jqGrid_options?option=LstOptionEtat&IDcountry="+IDCountry}}
{name: 'IDCountry', index: 'IDCountry', editable: true, EditType: "select", editoptions {dataUrl: ".. / jqGrid_options?option=LstCountry"}},
…
The two fields when editing are fields that I care to fill a dropdown via editoptions {dataUrl:
How to retrieve the IDCountry to pass a parameter for editing?
Thank you for your help.
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top