Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - shadab

Pages: [1]
1
ParamQuery Pro Evaluation Support / 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');
               
            }

Pages: [1]