Input Capable List TabbingStyle property - VL Web
Posted: Tue Jul 12, 2016 10:53 am
Hi,
I am trying to see if I can replicate an input capable grid from VL in VL Web.
In VL the #prim_grid control has a property 'TabbingStyle' which I can set to 'AroundGrid' to allow me to tab from cell to cell in the grid.
In VL Web there is no #prim_grid available, so I attempted to use #prim_list to implement an input capable grid/list with cell to cell tabbing. Unfortunately there is no property 'TabbingStyle' available #prim_list, it only has a 'Tabstop' property.
Is there a way I can implement cell to cell tabbing in a VL Web #prim_list component?
If not I could probably use a Tree control with a panel representing the row in the list to do the data entry. Any advice?
Regards,
David
I am trying to see if I can replicate an input capable grid from VL in VL Web.
In VL the #prim_grid control has a property 'TabbingStyle' which I can set to 'AroundGrid' to allow me to tab from cell to cell in the grid.
In VL Web there is no #prim_grid available, so I attempted to use #prim_list to implement an input capable grid/list with cell to cell tabbing. Unfortunately there is no property 'TabbingStyle' available #prim_list, it only has a 'Tabstop' property.
Is there a way I can implement cell to cell tabbing in a VL Web #prim_list component?
If not I could probably use a Tree control with a panel representing the row in the list to do the data entry. Any advice?
Regards,
David