tabris
tabris copied to clipboard
Native Editable Grid control?
The most common type of control we see in our customers' application, which is not natively available in Tabris (and RAP in fact) is an editable grid control. Basically a table where tapping on a cell allows some sort of edit e.g. field entry, drop-down, checkbox etc. RAP would probably suggest using the Nebula Grid, but this is overly complex, and not native on Tabris anyway. In the meantime I have to implement this using SWT Composites, which works ok, but does not perform like a native control would do. A 'simple' editable grid would be a great control to add to Tabris' portfolio!