Hi,
Say,i have dropdown displaying status as 'pending','completed',below in html page i have grid which has column with values as pending,completed.Now if dropdown selects pending,need all pending records,if completed same as pending.similar to the grouping.php from demo downloaded. question is i gottu give column values inside javascript instead of column names as u have used in grouping.php…..How?
This is currently not supported.
You can search on google if it is doable with jqgrid then follow that example, or let me know link of jqgrid example.
Regards,
Hi,
It is doable,get the selected column status into variable and pass it in querystring of the IFrame,on window.load,get the querystring value and pass it to the sql command
For People Who faced similar Problems!!