Author Topic: Upgrade to Pro Version 2.3.0  (Read 7801 times)

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6124
    • View Profile
Upgrade to Pro Version 2.3.0
« on: November 24, 2014, 12:05:21 pm »
Dear All

ParamQuery Pro version 2.3.0 contains features based on feedback provided by our users.

1) It adds copy/ paste methods in the API so that it can be invoked programmatically besides Ctrl - C, Ctrl - V. While Ctrl - C, Ctrl - V is more versatile clipboard based operation which can be used to copy / paste across pqGrid and other applications i.e., Excel spreadsheet, copy / paste method is limited to copy paste within a grid or from one grid to another.
http://paramquery.com/pro/demos/copy_paste

2) It provides support for multiple checkbox columns and events to customize the functionality.
http://paramquery.com/pro/demos/checkbox

3) It enables simultaneous editing, filtering and sorting.
http://paramquery.com/pro/demos/edit_filter

4) It enables to add meta data to the cells / rows by enriching the API ( data, removeData, attr, removeAttr )
http://paramquery.com/pro/demos/comments

5) It adds a button and API ( toggle ) to maximize the grid and snugly fit into the desktop or touch device viewport.

6) It adds warnings in validation system which work similar to validation but don't prevent user from entering invalid data, they only provide a warning.

Best Regards
The ParamQuery Team
« Last Edit: November 24, 2014, 05:56:40 pm by paramquery »

michaellaborde

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Upgrade to Pro Version 2.3.0
« Reply #1 on: December 15, 2014, 07:28:42 pm »
Hello paramquery!
Where can I download the latest versión?
Thanks a lot!
Michael

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6124
    • View Profile
Re: Upgrade to Pro Version 2.3.0
« Reply #2 on: December 15, 2014, 07:52:08 pm »
It can be downloaded from your account under the menu "Pro Downloads"

nebels

  • Pro Enterprise
  • Newbie
  • *
  • Posts: 12
    • View Profile
Re: Upgrade to Pro Version 2.3.0
« Reply #3 on: June 19, 2015, 06:14:51 am »
would you mind posting a sample on how you envisaged 'warning' to be done from 2.3 onwards. I managed to get the blue triangle in the right top corner by setting warn:true inside the validator. Alas the warning message does not appear. I had already a look at the http://paramquery.com/pro/demos/editing_custom2 - but this one does not use the warn feature.

I should add that I am using a my own custom validation function.

Thanks heaps in advance
« Last Edit: June 19, 2015, 06:28:06 am by nebels »

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6124
    • View Profile
Re: Upgrade to Pro Version 2.3.0
« Reply #4 on: June 19, 2015, 07:22:29 am »
Warning is used in Unit Price column in this demo http://paramquery.com/pro/demos/editing_instant

It's used by setting warn: true property inside the validation.

{ type: 'gt', value: 0.5, msg: "better be > 0.5", warn: true}