|
Title: editor column combobox empty optional values [Resolved] Post by: dies_felices on August 09, 2015, 11:16:46 AM Hi,
Please see this example. http://jsfiddle.net/3L4ej4dx/81/ When clicked there are no options available to choose from in the combo box in the window. In reality, the data is loaded from a database. The for-loop run on the On-Load-Success event is equivalent to how the data is loaded in the application. How can the combobox have it's options updated post load? Title: Re: editor column combobox empty optional values Post by: stworthy on August 09, 2015, 06:56:24 PM Please refer to http://jsfiddle.net/3L4ej4dx/82/
Title: Re: editor column combobox empty optional values Post by: dies_felices on August 10, 2015, 10:45:23 AM Hi,
Thank you, that is awesome! |