Hi everyone.
I have some problems with a editable grid where I have a list (combo
box) to edit an especific column.
The problem is that I set to the combo box setForceSelection(true);
but it does not work in the cell...
Code:
final ComboBox catpLista = new ComboBox();
catpLista.setForceSelection(true); //this is the problem i
have. It
doesn´t work. I don't know why!
catpLista.setMinChars(1);
catpLista.setStore(store);
catpLista.setMode(ComboBox.LOCAL);
catpLista.setTriggerAction(ComboBox.ALL);
catpLista.setLoadingText("Searching...");
catpLista.setTypeAhead(true);
catpLista.setSelectOnFocus(true);
Someone would help?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---