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
1355
New CustomValue in Igcombo doesn't get Saved when Save button is clicked (Looks like a Focus issue)
posted

Hi,

We are using Ignite 16.1 igcombo with ASP.Net Core 1.0 client side jquery controls. We have enabled customValue for that combo. When we enter a new custom value in the combo and directly click on SAVE button without clicking anywhere, the value is not sent to the server.

After analysis we figured out, it could be due to combo not loosing focus (hence the value was lost) when SAVE button is clicked. After entering customvalue in the combo and explicitly clicking outside the control before clicking on SAVE, passes the value to the serve

Ideally it should automatically loose focus when a button us clicked. Do we have any property to make control loose focus? Is it a known issue?

Thanks,

Valliappan

 

Parents Reply Children
No Data