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 - ami dev

Pages: [1]
1
Bug Report / Grid break with string of specific pattern
« on: January 20, 2020, 06:52:37 am »
Hi.

If a character string of a specific pattern using tags is set as data, the grid will be broken.

Pattern: "<<x"
* x is any alphabet

Specifically, it occurs only when the alphabet continues after "less than" is repeated twice as shown below.

NG:
  <<x

OK:
  <
  <<
  <<x>
  <x>>
  x>>
  >>
  >
  <<=
  <<あ

Is there any workaround for this?
Thank you.

2
Bug Report / Nested grid columns are grayed out
« on: September 04, 2019, 08:17:56 am »
As a result of upgrading to 6.2.4, the following two problems occur in the nested grid.
Are these bugs?

1. Click on the icon to expand the grid and the area from the icon column to the bottom of the nested grid is grayed out.
2. After expanding the grid, click on the column of the parent row, the area from this column to the bottom of the nested grid is grayed out.

These did not occur in version 6.1.0, so please check.

3
Bug Report / Default order after filtering by range
« on: December 04, 2018, 07:12:46 am »
We were wondering if this is a glitch for the latest version.
Once we filtered by range, the default displaying order won't be restored even though we remove the filter.
For example, see the default order for the demo page.(see 1-1.png)
https://paramquery.com/pro/demos/filter_header_local

1. Filter only "United Package" by Shipping Via and the result is correct.
(Uncheck Shipping Via and check "United Package": see 1-1.png, 1-2.png)
2. Remove the filter but the displaying order look different than the default displaying order.
(Check Shipping Via: see 2.png)

Select filter for version 4 was restored the default dsiplaying order by removing filters by the way.

4
We have been using version 4.0.3 and upgraded to version 5.4.0.
We found a few unexpected behaviors. We would like to know if these behaviors are expected.
If not, do you have a plan to fix these issues?

#1 Localization at pagers is partially incomplete.
When we use pagers for version 4, all the labels are displayed properly in selected language.
However when we use pagers for version 5, some labels remain in English even though we selected different language.
Please see the attached image_1.png that a red square shows labels remaining English and blue one shows localized labels as expected.
It seems localized files other than English are not updated properly in version 5 in the first place.


#2 Heights of rows are not adjusted in refreshRow.
Heights of rows were automatically adjusted when the refreshRow was fired after we modified values in the cell for version 4. (See image_2-1.png,image_2-2.png)


However after upgrading to version 5, the heights of rows were not adjusted when the refreshRow was fired. And the extended labels are hidden. (See image_3.png)

So we had to call refreshView to refresh the whole grid instead in order to adjust the heights.

5
Help for ParamQuery Pro / totalRecords of remote paging with large data
« on: October 02, 2018, 11:17:51 am »
Hi.

I'm using remote filter and paging.
I have large data (10,000,000+), so It is slow to count totalRecords.
So I want to set totalRecords separately from data, or paging without totalRecords.

Is that possible?
Or do you have other any good ideas?

Pages: [1]