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 - sdswuxi2017

Pages: [1]
1
Help for ParamQuery Pro / autocomplete editor (version 4.0.3)
« on: January 11, 2018, 07:32:45 am »
   Hello,
   I   include these files 
    <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>   
    <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js"></script>

 the example : https://paramquery.com/pro/demos/editing_custom
A column called books
the  autocomplete  list of position as shown in attachment,
how can I solve the problem .

2
Bug Report / export csv
« on: August 30, 2017, 08:19:20 am »
Hi, sir
I export the grid data into CSV format file with csv extension,chinese characters is  not  correct.

3
Bug Report / Re: calculateSummary
« on: June 23, 2017, 01:28:23 pm »
 The issue has been resolved,thank you. :)

4
Bug Report / Re: calculateSummary
« on: June 20, 2017, 09:02:15 am »
Hi Sir,

Would you please advise if this bug will be fixed in next release? And when it would happen?

Thanks.

5
Bug Report / Re: calculateSummary
« on: May 26, 2017, 10:54:13 am »
Hi Sir,

I used the code you mentioned above, but it was not exactly the result i want.
In your code, the calculated column value could be rd.qty * rd.price. It's correct. But in the Summarydata row, the value of this cell will be calculated with the same logic in above cells: sum(rd.qty) * sum(rd.price).  In my case, we cannot calculate list this.
Please see attached screenshot and you may get a better understand to what i actually asked. The formula marked in Red is the one pqgrid provides and the formula marked in Green will be the one i want to achieve.

Thanks a lot in advance.

6
Bug Report / calculateSummary
« on: May 25, 2017, 02:18:34 pm »
Hi,

I have a question  about calculateSummary() where I use multiplication or Division formula.
please check the attachment.


Pages: [1]