Hi.
Grid Object isn't supported by Page.SetFocus().
i think it is a object similar input, combobox and other
and need focus action.![]()
Professional Software Development Tools
Hi.
Grid Object isn't supported by Page.SetFocus().
i think it is a object similar input, combobox and other
and need focus action.![]()
The intellisense doesn't indicate it, but try Page.SetFocus("Grid1") followed by Grid.SetFocusCell("Grid1", Row, Column) and it should work for you.
hth
Hi. Don't Work!![]()
Samio
Here's a quick example that sets and increments the focus in a grid object.
The button 'On Click' will set the page focus and the grid cell focus.
If this is not what you're looking for then I mis-understood what you are trying to accomplish.
hth
you need to ensure a cell has been previously selectedGrid Object isn't supported by Page.SetFocus().
if no selection is made in the grid and you set focus to it then it does not seem to accecpt focus at all, if there is a selected cell and you set focus to it then it seems to accecpt the focus and keyboard up/down keys scroll the list as expected ...
Hi.
Very Very Thanks Dear holtgrewe and MicroByte.
it is ok!![]()