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
125
Can you put a grid inside the dropdown provider
posted

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)

  • 33839
    Suggested Answer
    posted

    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