CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Two combo's reaction

by etwoss » 03 Apr 2014 14:47

Hi

If i select an item from my first combobox, based on its value i need to fill the second.
Currently it only works if i set the OnChange event Ajax = false

is there a better way to do this?
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Jorge Sousa » 03 Apr 2014 15:15

Yes

It's calling ComboBoxEx.AjaxReRender - which is a local update of the control.

All the operations involving adding and removing items, are not supported directly in ajax, ie, there is no javascript translation for such operations, also because most of the times is more effecient to rerender than apply complex javascript and complex renderization of that kind of javascript.

please note that TIWCGJQComboBox, is a simple descendant from TIWComboBox with css for jqueryui-themes,

that control class has occupied the name of our jquery true combobox: TIWCGJQComboBoxEx

For dynamical data loading we suggest TIWCGJQDropDown, that loads data by ajax with possibility of fetching only a given number of records at the time and optional search options.
Best Regards
CGDevTools Develop / Support Team
Home Page: http://www.cgdevtools.com
Jorge Sousa
 
Posts: 4261
Joined: 17 May 2012 09:58


Return to JQComboBoxEx

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.