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

Popular posts from this blog

c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

Calling GetGUIThreadInfo from Outlook VBA -

Obfuscating Python code? -