Hi
how I can refresh a GridTableView from javascript ?
gridtableview.refresh() does not seem to work
Thanks
Pasquale Polisi | |
Hi
how I can refresh a GridTableView from javascript ? gridtableview.refresh() does not seem to work Thanks
Posted Dec 14, 2015
Kool
|
|
Anthony Amolochitis | |
When you create the koolgrid you give it a name.
Ex.
Now you need a javascript method to call the refresh event when you want the grid to refresh/reload.
Posted Dec 14, 2015 , edited Dec 14, 2015
Kool
|
|
Pasquale Polisi | |
It's a GridTableView not Grid
$gridtableview = new GridTableView(); $gridtableview->Name="gridtableview"; in DOM there isn't a gridtableview object to refresh
Posted Dec 14, 2015
Kool
|
|
Anthony Amolochitis | |
Could you place your javascript here?
I did this test found in their documentation and it worked. http://doc.koolphp.net/Controls/KoolGrid/Javascript/GridTableView/index.php#refresh
Posted Dec 14, 2015
Kool - 1 person likes this post
|
|