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 - YONGHOO KIM

Pages: [1] 2
1
Hi !
When the header row in a grid consists of multiple rows, and you set the rowSpanHead mode to true, it's expected behavior that only the columns in the final row of the header will be sortable.
How can I enable sorting functionality for columns other than the final row's column ?

2
News / Re: Upgrade to Pro Version 9.0.2
« on: September 14, 2023, 12:28:23 pm »
Hi pqgrid !
It works well
Do you have a plan to include this guide into your core source on next release?

Thanks in advanced

3
Bug Report / Error with addRow while using pqtooltip
« on: September 12, 2023, 01:06:53 pm »
Dear PQ grid

We downloaded and applied the recently released version 9.0.2.
However, an attachment error occurs in the add row function, which previously had no problems.

What should we check?


4
Bug Report / Re: Inquiry about import excel date format (pqgrid 9.x)
« on: September 06, 2023, 12:16:27 pm »

 Dear PQgrid

We confirmed here (https://paramquery.com/pro/demos/import_xlsx_tabs) that this problem has been resolved and the import can be done without issues.
We need a release of this patch version.

When will we be able to download this?

 Best regards

 

5
Of course, I understand that you want to know if there is a way to automatically populate data into the grid columns at their new positions based on an "indx" attribute, even after rearranging the grid column order in Excel.

1. Download the grid Excel file.
2. Rearrange grid column positions on the screen.
3. Automatically populate data in the order of the changed positions when uploading the Excel file.

Is there a way to achieve this?

6
I'm looking to implement a feature where, after downloading PQ Grid data to an Excel file, opening that file, moving columns, and then uploading it again, the system automatically identifies the column positions and populates the data accordingly.
It seems like using the 'indx' attribute might be a solution.
Could you provide guidance on how to store and process this attribute for achieving this functionality?

7
Bug Report / Re: Inquiry about import excel date format (pqgrid 9.x)
« on: August 30, 2023, 12:47:25 pm »
Hi, PQGrid

I wonder your patch plan about pqgrid 9.x  with bug fix my issue !
Our user continuously complain about this issue...

Please let me know your plan :)

Thanks

8
Bug Report / Re: Inquiry about import excel date format (pqgrid 9.x)
« on: August 10, 2023, 10:40:50 am »
Thank you for your reply !  :)

9
Bug Report / Re: Inquiry about import excel date format (pqgrid 9.x)
« on: August 09, 2023, 01:31:46 pm »
Dear PQGrid

When is the next release date ?

Thanks

10
Bug Report / Re: Inquiry about import excel date format (pqgrid 9.x)
« on: August 09, 2023, 06:10:37 am »
Thank you for your support,
Could you notice on this ticket, if it is fixed?

Thanks !

11
Bug Report / Re: Inquiry about import excel date format (pqgrid 9.x)
« on: August 08, 2023, 04:29:10 am »
Dear pqgrid

Please give me a more information.
I can not understand your comment.

Thanks  ;)

12
Bug Report / Re: Inquiry about import excel date format (pqgrid 9.x)
« on: August 04, 2023, 11:18:54 am »
Dear pqgrid

You mean, did you reproduce the problem ?
So, what is the next step ? is it a bug ? or not ?

13
Bug Report / Re: Inquiry about import excel date format (pqgrid 9.x)
« on: August 02, 2023, 01:18:44 pm »
Hi pqgrid

I'm testing with your sample  - https://paramquery.com/pro/demos/import-xlsx (toolbar import excel button)

I Uploaded the test result - pqgrid excel import.jpg
I hope you will find the problem. ;)
If you think it is not an error, please guide to me how can I upload "Date" excel data as is.

test condition
1. Please make OS Timezone to another region which date is not today
2. Excel column type is "Date"

Thanks

14
Bug Report / Inquiry about import excel date format (pqgrid 9.x)
« on: August 01, 2023, 09:56:46 am »
Hello pqgrid
When I upload excel to pqgrid using pq.excelImport.getWorkbook api.
After uploaded the date data was changed.

For example, the excel data is 7/23/2023, when I upload into pqgrid, pqgrid data is expressed 7/22/2023.
It seems data changed by OS locale country date.

How can I upload the data as is ?

15
ParamQuery Pro Evaluation Support / inquiry Autocomplete column
« on: December 16, 2022, 08:17:03 am »
Hi !

This is question of AutoComplete cell.
Few days ago I upgrade pqgrid 7.2.0 to 7.7.0

7.2.0 version
When I type the data which does not exist in init dataset, cell will be change to blank cell.

7.7.0 version
When I type the data which does not exist in init dataset, input data is still exist.

For example
initdata:["apple", "banana", "carrot"]
> type "Z"
> 7.2.0 Cell change to ""
> 7.7.0 Cell value is "Z"

What is changed? How can I handle ? Do you have any option ?
I want to do that like 7.2.0.

Thank you

Pages: [1] 2