ParamQuery Grid
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ParamQuery grid support forum
»
General Category
»
ParamQuery Pro Evaluation Support
»
Grid Refresh issue
« previous
next »
Print
Pages: [
1
]
Author
Topic: Grid Refresh issue (Read 2308 times)
shadab
Newbie
Posts: 1
Grid Refresh issue
«
on:
April 03, 2020, 01:47:06 am »
Grid is not refresh I'm I'm implement this grid
https://jsfiddle.net/as1euxtr/
Here is my code for the refresh grid and calling the below method. please let me know if still any information with us thanks in advanced
self.refreshGrid = function () {
debugger;
obj.dataModel = { data: importFileList };
$("#grid_filter").pqGrid(obj);
grid.pqGrid('refreshDataAndView');
}
Logged
paramvir
Administrator
Hero Member
Posts: 6310
Re: Grid Refresh issue
«
Reply #1 on:
April 03, 2020, 09:06:36 am »
grid is reloaded with new_data as below:
Code:
[Select]
$("#grid_filter").pqGrid( 'option', 'dataModel.data', new_data ).pqGrid( 'refreshDataAndView' );
Logged
Print
Pages: [
1
]
« previous
next »
ParamQuery grid support forum
»
General Category
»
ParamQuery Pro Evaluation Support
»
Grid Refresh issue