It took me a bit to figure this out so I'd like to pass it on. I wanted to NOT open a cascading dropdown when loading it from another dropdown selection. This is done on the client side by passing a false as the 2nd parameter to the javascript load items method. It's not in my documentation so I'd like to add it here in case anyone else was looking for the same functionality.
itemNameDropdown.loadItems(intSubCategoryId,
false);
Hi sperna,
Thank you for passing along this information and for sharing with the Infragistics Community. I have passed this information along to IG Product Guidance for inclusion in our documentation.
Please let me know if I can be of further assistance regarding this matter.