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

Pages: 1 ... 14 15 [16] 17 18 ... 20
226
News / Upgrade to Pro Version 3.3.1
« on: May 30, 2016, 02:46:10 pm »
Dear All

Patch version v3.3.1 has been launched.

There are no API changes and it's fully compatible with v3.3.0.

Please check the change log included with the SDK for list of bug fixes.


Best Regards
The ParamQuery Team

230
News / Upgrade to Pro Version 3.3.0
« on: March 14, 2016, 03:28:11 pm »
Dear All

Thanks for your continuous support and feedback, it's time to explore new version (v3.3.0) and more features.

Grouping has been improved and refined with addition of more features:

a) Range grouping in months, weeks, years, age groups, etc.

b) Grouping fields can be chosen by end user with drag and drop toolbar.

c) summary type can be chosen with drop down editor.

d) Grand summary row at the bottom can be toggled.

e) Custom aggregates.

f) Merging of grouped cells having same value.

g) Keyboard navigation and selection over grouped titles and summary fields.


And new featues in data export are:

a) Export to Excel in xlsx format.

b) Export to Html, Json format.

c) zip the downloadable files.

d) Export of merged cells.

e) Export of grouped rows.

f) Export of grouped columns.


DnD for columns

a) Parent columns can also be dragged & dropped.

b) The draggable & droppable columns can be set during initialization and changed during run time.


Formats and Formula support.

a) Date, number & currency formats.

b) Javascript formulas to create computed columns.


Custom themes

Around a dozen custom themes ( including bootstrap theme ) have been added.


and many more...

PS: Dear members, please note that new version can be downloaded from your account under the menu "Pro Download" once you login to your account.

Best Regards
The ParamQuery Team

233
Bug Report / MOVED: Need "Complete" Event
« on: November 12, 2015, 09:25:47 am »

234
News / Upgrade to Pro Version 3.2.0
« on: October 13, 2015, 01:04:40 pm »
Dear All

Thanks for your support and feedback, we are glad to announce yet another version and with this version we have moved significantly closer to a powerful web based spreadsheet by introducing the following features:

1. Merged cells. We can now have merged cells that can span over hundred of thousand of rows and columns similar to our support for unlimited rows and columns.

2. Range object for collective manipulation of cells. It makes the manipulation of cells so much easier for example the content of 1st column from left can be cut and paste onto the 3rd column from left in a single line of code.

grid.range( { c1: 0 } ).cut( { dest: { c1: 2 } );

3. Cut the selected cells/rows/columns and use the data for paste later on. It can be done with click of a button or use of Ctrl / Command X.

4. Delete the selections with delete key.

5. Column based selections. We already have row and cell based selections , in this version we have also added column based selections.



And we have the following updates as for the grid features:

1. Checkbox columns have been revamped in this version to support their use in transactional editing, support validations, display disabled checkboxes and to support overriding their default rendering with column.render and header cell rendering. As a tradeoff, we had to drop support for IE8 for this feature as this old browser has many inconsistencies for checkbox.

2. New lightweight events which can be directly bound to grid instance. Its API is similar to the jQuery based events e.g., it has methods on, one and off to bind callbacks with events.

3. Export of rendered cells. It's quite helpful when we want to format the exported cells.

4. Asynchronous post rendering.

5. Improvement in conditional styles whereby class, style and HTML attributes can be injected into a row or cell based upon any run time condition in rowInit and column.render respectively.

Note: There are breaking changes in this version, so please refer to the upgrade guide when you migrate to this version from an older one.

As always we welcome valuable feedback from the members and please suggest us the features you would like in your upcoming projects.


Best Regards
The ParamQuery Team

237
News / Upgrade to Pro Version 3.1.0
« on: July 15, 2015, 11:47:12 pm »
Dear All

Version 3.1.0 has been launched with some fixes which are mentioned in the change log in SDK.

And there is a new feature of asynchronous post rendering in cells for convenient rendering of charts or interactive rich content in the cells without hampering the performance.


Best Regards
The ParamQuery Team

239
News / Upgrade to Pro Version 3.0.0
« on: June 30, 2015, 05:04:59 pm »
Dear All

The much awaited new version 3.0.0 with the below mentioned enhancements has been launched. Please go through the upgrade guide to know the upgrade related changes and check the changelog included in the SDK.

http://paramquery.com/pro/upgrade

1. Bootstrap support: Official support for bootstrap (version 3.x) has been added with this version. That implies PQ plugins can not only be used in bootstrap environment but bootstrap specific classes e.g., table-striped, table-bordered, etc and bootstrap glyphicons can also be used in the plugins.

2. Flex layout for columns: In previous versions flex layouts were limited to height and width of the grid. Now it's also supported for columns whereby double click on the edge of column header cells lead to auto calculation of the width of the column so that all cell content in the column is visible without text wrap. There is also flex API which can be configured & invoked programmatically.
Example: http://paramquery.com/pro/demos/nesting

3. Save / Load state: The state of the grid w.r.t. the order & width of columns, filter state, sort state can all be saved in browser local storage or database so that the grid state can be restored at a later time.
Example: http://paramquery.com/pro/demos/grid_state

4. Revamped Sorting: Sorting API has been enriched with sort method, more parameters in beforeSort, sort events. The sorting can also be cancelled to restore the original order of records.

http://paramquery.com/pro/demos/sorting

5. maxHeight support: It's quite useful when used along with flex height.

6. Support for grouped columns even in virtual columns mode { virtualX: true }. http://paramquery.com/pro/demos/infinite

7. colModel is optional  as grid can autogenerate columns from data in the grid.

8. columnOrder event. http://paramquery.com/pro/api#event-columnOrder


Best Regards
The ParamQuery Team

Pages: 1 ... 14 15 [16] 17 18 ... 20