Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
60
Text of Combobox goes empty in editing row mode
posted

I have configure the combo box on grid like that

                                       columnKey:"ChartOfAccountId",
                                        editorType:'combo',
                                        required:true,
                                        editorOptions:{
                                           //  mode:"dropdown",
                                            filteringType:'local',
                                            dataSource:dsCOA,
                                            textKey:"Title",
                                            valueKey:"ID",
                                            renderMatchItems:'startsWith',
                                            filteringCondition:'contains'

the data save perfectly but when load and I click on the row the combo cell goes blank. When I comment filterType:"local", then it worked fine. This happens amazingly because on some rows it work fine. The defference i found is when ui.editor._oldCellVal=null

 ;