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
175
API mismatch between JS and C#
posted

For an igcombo there is a property called “dropDownWidth” which allows us to specify a width for the dropdown list. In javascript this can be set to string values like ‘auto’, ‘inherit’  as well as numric values like '100' but in code this is a nullable int so I am unable to set it to a value of ‘inherit’. This is the dll where this is defined along with the version number: Infragistics.Web.Mvc.dll, v5.16.2.2141

I think this issue needs to be fixed in the DLL and sent to us in the next update.