Hi everyone, im making a grid table wherein each column’s data on dropdown/combobox list is dependent on previous selected dropdown list, please see image for more details

In the image, when i click the cell and select a data in the red box, it will load the data into the bluebox based on the selected data on the redbox, basically datas are related with each other between columns.
How to do i do it in jqGrid, im currently using dataAdapter to load datas into the dropdownlist but each is independtly loaded.