Home > database >  ASP.NET Combobox with a minimum and maximum number
ASP.NET Combobox with a minimum and maximum number

Time:01-07

I want to create a combobox in ASP.NET with devexpress like the example to follow:enter image description here

I have already consulted some documentation and did not find anything like min and max Value

CodePudding user response:

Use the ASPxSpinEdit control instead for editing the numeric values with min/max limits.

CodePudding user response:

Maybe this will work:

Visit: https://supportcenter.devexpress.com/Ticket/Details/T497112/aspxtextbox-how-to-allow-only-integer-input .

  •  Tags:  
  • Related