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

Pages: [1]
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
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?


3
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?

4
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 ?

5
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

6
ParamQuery Pro Evaluation Support / Inquery about select type cell.
« on: June 07, 2022, 09:51:37 am »
Hello paramquery.
About "select" type cell, when I clicked that the data is not displayed at once.
After click one more time, finally I can see lists.
Is there any way to open it with only single click?

7
ParamQuery Pro Evaluation Support / Cell editable api inquiry
« on: April 06, 2022, 12:47:58 pm »
Dear pqgrid :)

I want to change only one cell editable to non-editable or non-editable to editable after initialization(dynamically).
Is there any api ? I can only found api for column or whole datagrid, can not found change only one cell.

**For example pqgrid.setCellEditable (row, col, true or false); like this.

8
Hi, pqgrid
I try copy excel value and paste to pqgrid through context menu.
but datas didn't paste in grid, is there any way to paste excel data through context menu? (not using ctrl +V)

You can try https://paramquery.com/pro/demos > context menu sample

9
Help for ParamQuery Pro / Inquiry for copy and paste action.
« on: June 24, 2020, 01:28:06 pm »
hi
we use

var editModel = {
    clicksToEdit: 1,
};


When I copy multiple cell first like below
A
B
C
and paste into editing mode cell and then data will be set into just one cell with space like "A B C". (case 1)
If I grep any 2 more cell and paste the data will be set same as what I copied (case 2)
A
B
C

The question is if I paste into editing mode cell, I don't want to set data like "A B C" (case 1)
Do you have any way to express data row by row like case2?

10
Help for ParamQuery Pro / dataType:date raw date format inquery
« on: May 14, 2020, 05:51:52 am »
Hi, param query
our raw data format is not "dd/mm/yyyy" also "yyyy-mm-dd"
Server returns like '20200514'.
How can I display on grid without change raw data?

{
   dataType: "date", format: "yy-mm-dd"
}


expected : Display "2020-05-14" in grid
actual: "NaN-NaN-NaN"

Pages: [1]