Grid Find method doesn't highlight found keyword
Posted: Fri May 27, 2016 4:21 am
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
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