Hey!
I have some probleme with grid reloading.
When i edit a row, and i submit it, the submitted data will be entered to the row, but the whole grid is not reloading.
I need a method to reload my grid AFTER the server side scritps done their job, in other words i need the following to happen:
1. Grid sends the edited values through POST to the server
2. Server (PHP, MySQL) processes the data
3. Server gives a trigger to the grid to reload
I tried some stuff, but currently im clueless. Anyone have some idea how to manage this?
Thanks in advance!
KBB
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top