#define.taskSelectAll(778)
element.task(#taskSelectAll);
If I have more than one grid, the task always selects the same griddata altough the focus is on another grid. Is there a way to set the focus?
#define.taskSelectAll(778)
element.task(#taskSelectAll);
If I have more than one grid, the task always selects the same griddata altough the focus is on another grid. Is there a way to set the focus?
Copyright © 2021 Jogjafile Inc.
Set the grid's
AutoDeclaration = Yes
then call this code, replacinggrid1
with your actual grid control:OR if you don't want to set the
AutoDeclaration = Yes
and avoid the added overhead, you can do this: