hi,
We have a layout with multiple ListGrids with alwaysShowEditors set to true.
Tabbing on the page tabs from one ListGrid to the next. When reached the last ListGrid it tabs into the first field of the first ListGrid and than tabs to the end of that ListGrid. Then tabbing stops. We would like to tab into the Fields of the other ListGrids.
Setting listEndEditAction or rowEndEditAction on the ListGrid does not bring us from one ListGrid to the next.
We would like to tab through all Fields of all ListGrids. And not onto the ListGrid.
How can we do that?
(with IE9)
thanks,
Marco
We have a layout with multiple ListGrids with alwaysShowEditors set to true.
Tabbing on the page tabs from one ListGrid to the next. When reached the last ListGrid it tabs into the first field of the first ListGrid and than tabs to the end of that ListGrid. Then tabbing stops. We would like to tab into the Fields of the other ListGrids.
Setting listEndEditAction or rowEndEditAction on the ListGrid does not bring us from one ListGrid to the next.
We would like to tab through all Fields of all ListGrids. And not onto the ListGrid.
How can we do that?
(with IE9)
thanks,
Marco
Comment