Dear Sir/Madam,
As mentioned in the subject, does infragistics have this multiple columns displays inside DropdownProvider?
For example, in the same DropdownProvider, I want to display the product code in the first columns and product description in the 2nd column ?
Regards,
BH
Hello BH,
In this scenario I suggest using a Webdatagrid as a template for the dropdown provider in order to provide a multi-column layout as described as:
http://help.infragistics.com/doc/ASPNET/2014.1/CLR4.0/?page=WebDropDown_Create_a_Multi_Column_WebDropDown_using_Templates.html
Hope this helps.