I created a WebDropDown control with multi columns, reference to the following link
http://help.infragistics.com/Help/Doc/ASPNET/2011.1/CLR4.0/html/WebDropDown_Create_a_Multi_Column_WebDropDown_using_Templates.html
My problem is how to use the WebDropDown with multi columns as DropDownProvider in WebDataGrid .
Is ther any suggestion or reference?
Hi Lance,
For this it wouldn't be recommended to embed a WebDataGrid into the dropdown ItemTemplate. Rather you would using a table instead and then bind to your column. For example, you could do something like this: (see attached)
Please let me know if you need any additional assistance.
I wanted to check back to see if you needed anything else on this inquiry.