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.


Topics - daizhixia

Pages: [1]
1
I have specific requirements need to build special json structure;

each row will have three children rows 1, 2, 3, 

most values are copied from the first row;  and row 2, row 3 will have slight different values compare to row one in the dynamic columns.

now the data grid generate 3 rows for my json structure;

when I group the data, it throws errors, anyway that can make the index to be 1, and each index will contain three children ?

2
ParamQuery Pro Evaluation Support / refresh issue in the 2.3.0
« on: December 05, 2014, 12:06:14 pm »
I got latest 2.3.0 pro version recently.
however something not working properly when I updated from free version;
the first issue is I can't refresh my data grid anymore.
anytime I have to click page somewhere to render the correct data again;
my page has one refresh button which will get new&refresh data from server side;
everything works fine, load data fine, but can't refresh the page with new data;
oppForecast().init(); this method is to grab the new data from server side;
and this piece of code is working fine in the free version;
can someone help to check ?
is it bug?

    $("#refresh").click(function(){
       $("#grid_json").pqGrid("refreshDataAndView");
        oppForecast().init();

    });

Pages: [1]