Click here to Skip to main content
15,887,397 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,

I have created 3 nested level with jqsubgrid, now in inner 3rd level I want to edit a cell value, after edit all top level grids should be reloaded. All these things are working fine with following,
cellEdit: true,
cellsubmit: 'remote', // since i want to recalculate parent grids value i need on the spot edit
cellurl: 'someurlfor edit'

Now if user does not change anything in a drop-down control and move to another row than also post-back occures, I want postback on if dropdown value is changed.

Thanks, in advance.
:)
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900