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 - hideki.yoshikura

Pages: 1 [2] 3
16
Excuse me, but could you answer?

17
Will this matter take a long time to resolve?

18
Help for ParamQuery Pro / Re: grid filter auto width does not work
« on: July 01, 2020, 10:33:29 am »
Sorry.
I made a mistake in the setting location of scrollStop

It was solved by adding scrollStop.
Thank you



19
Help for ParamQuery Pro / Re: grid filter auto width does not work
« on: July 01, 2020, 07:56:11 am »
Thank you for your reply.

I added the option for scrollStop, but the symptom did not change.
As a test, setting the character string that combined the alphabet, kanji and numbers in the cell on the 2nd line, auto width worked.
Please see the attached file
Is this related to the combination of strings?

20
Help for ParamQuery Pro / Re: grid filter auto width does not work
« on: June 30, 2020, 03:26:31 pm »
Sorry,

I will attach the file again.
please confirm

21
Help for ParamQuery Pro / grid filter auto width does not work
« on: June 30, 2020, 03:22:21 pm »
Hi,

Param query version is using 6.2.4.
There is a phenomenon that the auto width of the filter does not work when the character displayed in the filter contains the character string of the combination of Kanji and numbers.
For alphabets only, auto-width works and the string is displayed correctly.

This phenomenon can be confirmed with the following procedure at the demo site below.
https://paramquery.com/pro/demos62

1. First, set grid option referring to the following site.
https://paramquery.com/pro/demos/filter_custom
gridOptions: {
                width: 'flex',
                flex: { one: true }
            }
2. Set the following css.
.pq-popup {
    width: auto !important;
}

3. In ShipCountry, enter kanji and numbers. 30 characters in total

4.The width of the filter is not adjusted automatically and some characters are not displayed.
Please see the attached file

Is this a bug?
Please tell me the reason why the filter does not work depending on the combination of character strings, and if there is a countermeasure,

Thank you.

22
Thank you
I was able to solve this problem by using beforeCellKeyDown event

23
Thank you for your answer.

I was able to know that there is a way to implement it in the beforeCellKeyDown event.

I might ask you this question again, but in that case I would appreciate your favor.

24
Hi,

Param query version is using 6.2.4.
If the cell is editable = true, you can move to the next cell by pressing Enter key.
But,Pressing enter key on a cell with editable = false does not move the cursor to the next cell

This phenomenon can also be confirmed on the demo page.
For example, if you press the Enter key on the first cell of company name, you will not move to the next focus.
https://paramquery.com/pro/demos51/readonly_cells

Is there an implementation way to press Enter on a cell with editable = false to move to the next cell?
We are considering coding within the range that does not affect performance

Thanking you in advance

25
Thank you for your answer

OK. I was able to solve it by using condition = empty.
By the way,
If dateType is an integer type cell and condition = equal, is it impossible to filter Blanks cell?


26
Thank you
It has been resolved.

27

I'm sorry
Since the last post content was inappropriate,
We will ask again about the following contents

Param query version is using 6.2.4.
When autofilling cells in a Param query, "No rows to display." may be displayed.
I would like to know the cause of this bug and how to resolve it.
This event occurs about once every 20 times.
The procedure for generating a bug is as follows.

1. Filter the grid cell of Param query.(See attached image screen1.png)
2. Select cells other than the cells filtered in 1. and autofill at the position of the first cell in the same column.(See attached image screen2.png)
3. Instead of being autofilled, The grid line is hidden and "No rows to display." is displayed.(See attached image screen3.png)

Thanking you in advance.

28
Hi,

About display collapse when the magnification of the browser is reduced
When the display scale of the display of windows10 pro is set to 100% and the magnification of crome is displayed at 50%, the lower part of the filter character string is cut off from the display frame. It should be displayed so that it fits within the display frame.
So, I have a question, but please let me know if there is a setting that the character string cannot be cut off from the display frame even at the enlargement ratio of 50%.

This phenomenon of display collapse can also be confirmed on the demo page.
I confirmed it on the page below.
https://paramquery.com/pro/demos/filter_header_local

Thank you.

29
Bug Report / The background color of the grid cells may not change
« on: June 25, 2020, 10:22:28 am »
Hi,
I have an issue where selecting a cell in the grid does not change the background color.
Normally, selecting a cell with the mouse changes the background color, but in some rare cases, selecting the cell after scrolling the grid does not change the background color.
This phenomenon occurs in all dateType cells.
The frequency of this phenomenon is about once for about 30 operations.

Please tell me the cause of this phenomenon and the measures to prevent it.

30
Hi

Param query version is using 6.2.4.
I want to filter cells whose dataType is integer type with Blanks cells.
If condition=equal, is it possible to filter with Blanks?
If possible, please tell me how to set it up

[img][/screen.png]

Pages: 1 [2] 3