PDA

View Full Version : [Grid] ComboBox Editing



devt
23 Mar 2007, 3:04 AM
Editing a record walking thorugh cells with Tab, when you exit from a ComboBox, editor mode is lost...
It would be great if editing weren't lost.

Furthermore moving with tab, we are trying to collapse/hide the list appearing below the combo but, since now, we couldn't.
At the moment we are trying two ways:
- Listen to the 'keydown' event on the grid (checking tab) and using a function to trigger list hiding.
- Collapse/hide every list item on stopEditing, directly inside the class grid.
But maybe we are missing something on losing list focus...

Thanks for your great job!