I am using JQGrid, and getting problem with the Dependent dropdown in case of inline editing, my requirment is as follows..I have two columns in jqgrid Country and State, I have two country in first column let USA and INDIA, on selection of this I have to populate second dropdown from database having state table(as two table one is for state of USA and another is State Of USA), my problem is when I am doing inline editing in second column for USA data is coming right but for INDIA, its showing the State Of USA as default, and i have to select USA first and den INDIA to gets its state in second dropdown. Plz someone help for this as from last one week i am facing this issue, i have gone thru Oleg example but he have done it on local data and i have to get it from database.