Post values from Grid panel and Loading it in Response
Post values from Grid panel and Loading it in Response
hello every one....
i have created a data store which goes to a php file and load the grid in response.
i have added an tool bar on Grid Panel and want to post some values of the toolbar's components to the same php file that i have assigned to store. and want to load the grid again as response... please help me
thanks in advance.
Sounds like your toolbar should alter the params for the store load, then just load() the store. You'll either use baseParams or params depending on your situation. Details of what I'm describing is in the Grid FAQ if you search for "params".