jquery - Display dropdown list with options in multiple columns -
Is there a way to display an HTML dropdown list with options in many columns?
I do not want multiple columns with a single line of data, I should have 3 rows of selectable options
Is this possibly possible through .NET or jQuery?
There is no way to do this with plain vanilla form fields, you must use javascript Make your own form input type or whatever.
Comments
Post a Comment