I am wondering if there is a possibility of something like this :
For example, if I have a jqxdropdownlist like this :
https://www.jqwidgets.com/jquery-widgets-documentation/documentation/jqxdropdownlist/jquery-dropdownlist-getting-started.htm
And if I click on “Affogato” or “Breve” or any other item in the list,
1) I would like to do an Ajax call and based on the JSON response, I would like to display a jQXgrid, maybe in the popup manner or in a different manner. Since,
the web service calls could return 20-30,000 records, I am planning to use this approach.
2) If a user clicks on any of the row of the jqxgrid, I would like to have another web service call which could either show another jQXgrid in a heirarchical manner or in some
different manner.