Get KoolPHP UI with 30% OFF!

Disable Page refresh on delete/expand grid row

Christian
Hi
is there a way to disable grid refresh after delete or expand a row?
i use a modal jquery window with KoolGrid. On the parent page is also a grid. After deleting or expanding a grid row in the Dialog grid, the parent page will be shown in the dalog box.
Chris
Posted Dec 8, 2015 Kool -
David
Hi Christian,
In KoolGrid, Delete and Expand commands are mostly processed in server-side code the grid needs to commit the commands to server. Thus, currently there's no way to not refresh the grid after those commands. If what you want is not to refresh the whole page then you could set $grid->AjaxEnabled = true; so that only the grid is refreshed while other parts of your page remain the same.
Please let us know if we understand your question correctly.
Rgds,
Posted Dec 9, 2015 , edited Dec 9, 2015 Kool
Anthony Amolochitis
What exactly are you trying to accomplish? Could you provide a screenshot of the before and after delete event? I'm curious too. It seems you're trying to get a performance gain on both client and server, but I'm not sure what you are doing.
Let me know
Posted Dec 9, 2015 Kool