Hi,
This grid is a great way to display stuffs, but when it's time to enter values, well... the keyboard and mouse handling is still a bit irritating ^^, is there a way to deactivate it and let it work like a normal form ?
thanx !
Hi,
This grid is a great way to display stuffs, but when it's time to enter values, well... the keyboard and mouse handling is still a bit irritating ^^, is there a way to deactivate it and let it work like a normal form ?
thanx !
Don't know how to answer this
Are you talking about being able to edit in in-line? You might try playing with different widgets to see if you can get the effect you want.
maybe "alwaysEditing issues" would have been a better title ?
thx for reply
yes, that was not very clear... I'll try to explain, it will be worse,
the goal is to provide a big table in which you'll have to enter hundreds of values,
to do that, the widgets are "alwaysEditing" (asking users to double click or push enter on every cell is not an option)
the problem is :
you can't use tab key : the tab key kicks you out of the table
you can't use arrow keys : they are used to select the value in listbox, when you go to a cell containing a listbox you're stucked there travelling in the list of choices. the only way to go to the next cell is to grab your mouse and click somewhere else.
Well... I can't find no way to build an easy and fast table. The only way I can think of is to disable the "tab" and "arrows" features but I can't find how to do that.