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?
Hello Lance,
I am trying to tdo the same. I have a webdatagrid, and I would like to add a webdroptdown(which has a webdatagrid multiple columns). I spent so much time in this without any luck.
Thanks.
Thank you for reply.
But I hava another problem, is it possible to hidden the column based on some condition.
Hi Lance,
I wanted to check back to see if you needed anything else on this inquiry.
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.