EasyUI Forum

General Category => General Discussion => Topic started by: rickmus on September 25, 2019, 07:09:14 PM



Title: datagrid update textbox
Post by: rickmus on September 25, 2019, 07:09:14 PM
I have a datagrid with a combobox and a textbox.   The combobox responds to onChange.  I would like to set the textbox based upon specific results from the combobox.  While this work, when you click away from the row, the textbox becomes empty.  If you click back on the row, the textbox shows the value it should ( and displays it correctly from that point on ).  I've tried a combination of refreshRow and updateRow, which seem to be somewhat unhappy with the comboxbox still in flux.  Is there a proper way to reflect this change?


Title: Re: datagrid update textbox
Post by: jarry on September 29, 2019, 07:19:57 PM
Please look at this example http://code.reloado.com/amegoh3/edit#preview. It works well.