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 - 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 / Re: refresh issue in the 2.3.0
« on: December 06, 2014, 09:17:54 am »
I did check all the files , and clear the browser cache, the issue is still the same;
also once I refresh my page, the grid lost some events

3
ParamQuery Pro Evaluation Support / Re: refresh issue in the 2.3.0
« on: December 06, 2014, 09:11:03 am »
yes, I use the new files from 2.3.0

does it require any specific jquery version, jquery UI version?

4
ParamQuery Pro Evaluation Support / Re: refresh issue in the 2.3.0
« on: December 06, 2014, 01:10:37 am »
now refresh seems like working
but when I refresh by using dataAndView, the css style changed,

and I can see an additional text put shows at the bottom if I click one of the cell.

see my attachment please

5
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]