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 - magfi.1234

Pages: [1]
1
Any Screen reader tool (NVDA or JAWS) is not able to identify the populated pq grid header row. It is identifying the row selection in the pq grid where the focus exists.
Is there any way to read pq grid header by screen reader when row is selected.

2
I want to set the default focus to the grid header instead of the grid 1st row. Does anyone has an idea how to achieve it? Thanks in advance.

3
Help for ParamQuery Grid (free version) / Re: export grid data error
« on: March 24, 2020, 12:47:31 pm »
You can create the new blob and save the data in the blob with data type as "type": "text/csv;charset=utf8;"

4
Any Screen reader tool (NVDA or JAWS) is not able to identify the populated pq grid header row. It is identifying the row selection in the pq grid where the focus exists.
Is there any way to read pq grid header by screen reader

5
Help for ParamQuery Pro / nested grid required for column
« on: July 05, 2019, 02:34:25 pm »
We are using ParamQuery Pro version 3.1 for our applications. For one of the requirement, we need nested grid for one column. We tried using nested grid but not able to succeed.
Attached is the snapshot for the requirement where for the first row, require multiple entries in the column 3rd (Product).

6
Hi,

Apologize for delayed response.

I used the 3.1 and things are working fine if we move page forward. But still there is a issue when you move back (i.e. if you click above the cursor in vertical scroll bar).

Thanks

7
Is it possible to give some path or workaround for this. We have major release coming in this month end.

Thanks
Magfirulla

8
Hi,

We are using Param Query Grid in our application. If you observe any grid control when you clicked inside vertical scroll bar the page is supposed to be moved by one page.
In Param query grid if you clicked inside scroll bar the page moves by more than one page. Is there is any option where we can set this to scroll by one page?

Thanks
Magfirulla

9
Thank. It resolved the issue.

10
Hi,

The option Virtual and Virtual Y resolved the issue. But this fix is creating one more issue. The grid some times may have very less data. In this case if you scroll, the vertical scroll bar gets invisible and we no longer able to scroll up or down.

It can be reproducible in demo below. Just modify number of rows to 12. Then scroll. The vertical Scroll bar gets hidden.

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

Thanks
Magfirulla

11
Thank you so much. It resolved the issue.

12
Hi,

We are using Param Query Grid Inside Iframe and updating records in the grid is fast as expected. We just migrated to Param query pro and observe that it is taking long time to update the records and also the Iframe is responding very slow on mouse click if we load grid with more than 3000 records. Below is code we used to update the records in the database.

searchUsrGrid.pqGrid("option", "dataModel.data", users);
searchUsrGrid.pqGrid("refreshView");

Quick help is appreciated as we have release in coming weeks.

Thanks
Magfirulla

Pages: [1]