For example I use a Trirand JqSuit TreeView or some Ajax category navigation on left panel of the website. It contains 2 categories:
New Arrivals (50)
Processed (50)
Now, I have a JqGrid displaying the "New Arrivals" table data. I edit a row, and mark the row as "Processed". I want the JqGrid to trigger the TreeView when update is completed. So we can have the following:
New Arrivals (49)
Processed (51)
What method is used in JqGrid to trigger another control (in the New Arivals table case)? Or be triggered by another control (in the TreeView case) Thank you.