Is there a way to display multiple columns in the dropdown provider similar to the way to old combo box could do? I would like to have a column in my grid use the dropdown provider, but when the user clicks on it, I'd like them to see multiple columns (i.e. a grid)
Hey,
To display multiple columns in the WebDropDown, you have to template it. You can use an html table or a WebDataGrid to accomplish this. We have a sample that shows this in our online samples. Go to
samples.infragistics.com and then to the ASP.NET samples. Go to ASP.NET AJAX (Aikido), then to WebDropDown, then to Templates sample. Check out the source code.
regards,David Young