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 2 [3] 4 5 ... 20
35
News / Upgrade to Pro Version 8.3.0
« on: March 15, 2022, 03:04:02 pm »
Dear All

We are quite excited to announce release of version 8.3.0 with following enhancements:

Sticky headers: While scrolling the browser window, grid header remains in the browser viewport and sticks to its top edge as long as the grid body is also present in the browser viewport.

Key navigation: This version brings improvements in the key navigation w.r.t accessibility and better user experience.
Behaviour of Tab key has been improved to maintain tab order of pqgrid w.r.t other controls present in the document.
Besides 2 new options autoAddRow and autoAddCol have been added to automatically add rows and columns as the user reaches last cell of a row or column.

Until now clipboard access was limited to Ctrl -C, Ctrl -V keyboard operations for copy and paste respectively in pqgrid.
By leveraging the permissions based API available in moden browsers, system clipboard access has been extended to programmatic invocation with click of a button or context menu item.

Key press to edit: Among other bug fixes, a prominent one worth mentioning in this post is "Key Press to Edit"
It was a long pending issue pertaining to unicode based languages e.g., Chinese, Japanese, Korean, etc whereby first character typed by the user on a focused cell couldn't be captured correctly.
This issue has been resolved in this version.

Extended support for Excel import/export interoperability with other libraries: Excel files saved with openxml or any library based on openxml format can be opened in Pqgrid and vice versa. This might be important who have openxml based xlsx files in the workflow.

pqSelect component: Besides checkbox and filtering enhancement, new virtual rendering feature has been added to load tens of thousands of records in pqSelect without loss of performance.


Best Regards
Paramvir

41
News / Upgrade to Pro Version 8.2.0
« on: November 29, 2021, 10:46:30 pm »
Dear All

Besides bug fixes, version 8.2.0 has been released with few enhancements in Range, csv import and global editor API.

Previously we could initialize Range object only by passing an object with r1, r2, c1, c2, rc, cc properties.
i.e.,
Code: [Select]
var range = grid.Range( { r1: 2, c1: 2, r2: 5, c2: 4 } ) for a block range

Now we can do the same by using spreadsheet way which is comparitively easier i.e,

Code: [Select]
var range = grid.Range( "A2,B2:D5,2:4" ) //for collection of ranges.

csv import

separator parameter has been added to pq.excel.importXl method which allows us to pass custom separator while importing csv files in pqgrid
i.e., ";" which is commonly used in some European countries.


Best Regards
The ParamQuery Team

42
Help for ParamQuery Pro / MOVED: Copy and paste problem
« on: November 26, 2021, 06:11:24 pm »

Pages: 1 2 [3] 4 5 ... 20