I have a list of addresses in the jqGrid. Using the formedit feature, select the row, click on form edit button on footer. In the form edit window, when the country USA is displayed the State dropdown box is hidden, when US selected the State dropdown is enabled and visible. This works fine with the code below as I set it on the “beforeShowForm” event. However, when I use the paging feature inside the formedit window pdata and nData), I need to reset the properties on the State for that row (like my code below). What event can I use for this?
beforeShowForm: function() {
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top