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
20
WebCombo max length
posted
Is there a way or property on the WebCombo control that will allow me to limit the input typed in by the user to a certain length? I do not see anything like "max length" in the documentation.
Parents
No Data
Reply
  • 405
    posted

    Having the same issue here. Looks like it is not considered when the HTML input (type=text) is rendered and so no property is available for that.

    One but not an elegant solution is to validation the rendered HTML input. I believe it is named with "_input" appended to the <WebComboClientID or Name> so something like WebCombo1_input. or maybe modify it's attribute at page load but as I've said not really elegant so hopefully Infragistics could shed light on this.

Children