Page 1 of 1

Grid Find method doesn't highlight found keyword

Posted: Fri May 27, 2016 4:21 am
by chs
Hi everyone,

We have a grid and a find button.

On the find button on the "on click event" we have entered the following java script code which should find a keyword in a grid:

getObj("GRD04").grid.find(3, "Folder");

While using the application, we click on the find button to search the keyword "Folder" in a column.

The search mechanism works fine (the search mechanism jumps to the right page in the grid) but the found keyword in the grid is not highlighted.

Can we change something to make it work or is this an error on your part?

We use profound version 5.4.0 and internet explorer version 11.0. The keyword is also not highlighted when using Chrome.

Thanks for your answer in advance.

Christoph

Re: Grid Find method doesn't highlight found keyword

Posted: Fri May 27, 2016 9:07 am
by emhill
Have you tried the PUI built-in find function for grids? Set the grid property "find option" to "true" then right clicking on the column will give you the find option.

Just a thought....

Re: Grid Find method doesn't highlight found keyword

Posted: Sun May 29, 2016 1:19 am
by Scott Klement
Christoph,

This is a bug. Please report it to support@profoundlogic.com.

Thanks!

Re: Grid Find method doesn't highlight found keyword

Posted: Mon May 30, 2016 3:47 am
by chs
Thanks for your answer.

I have sent an email to support@profoundlogic.com.

Christoph

Re: Grid Find method doesn't highlight found keyword

Posted: Mon Jun 06, 2016 7:25 am
by chs
I have received 3 patch files from Profound and installed them.

The keywords are now highlighted.

Thank you for the quick fix.

Christoph