Title: There is a problem with using the combobox editor in cellediting Post by: officecode on March 31, 2019, 10:44:47 PM When using the combobox editor in cellediting, it will clear the data once you press Enter.
Please look at this example http://code.reloado.com/igerod3/11/edit#preview (http://code.reloado.com/igerod3/11/edit#preview) Title: Re: There is a problem with using the combobox editor in cellediting Post by: jarry on March 31, 2019, 11:35:39 PM The combobox has no data loaded. So the value will be cleaned when no data matches the list items. The updated example works fine.
http://code.reloado.com/igerod3/12/edit#preview Title: Re: There is a problem with using the combobox editor in cellediting Post by: officecode on April 01, 2019, 01:36:16 AM Oh, understand, thank you.
|