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
135
Multiple columns in WebDropDown
posted

Hello,

Is ti possible to display multiple columns in the webdropdown? I would like to display 2 columns in the dropdown and allow autocomplete as well.

I would like to set the textvalue to column2 but do the autocomplete on column 1. Ist this possible?

Can someone post an example?

Parents
  • 24671
    Verified Answer
    posted

    There are many ways to achieve this functionality. You can either use the built-in templating support for the control, or use the WebDataGrid itself as template. I suggest the first approach. There is online sample about templating here:

    https://es.infragistics.com/samples/aspnet/drop-down/templates => WebDropDown => Templates

     

    About filtering - no, filtering is done on the TextField column. But you can always implement custom filtering by implementing a server-side event handler for the ItemsRequested server-side event.

    Hope it helps. Thanks,

    Angel 

Reply Children