I want to place the webcombo inside the ultrawebgrid at runtime.
how to bind the datasource which is inside the combo.
Hi DayanaArul,
Please do not hesitate to contact me if you have further questions.
Best Regards,
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support
A detailed guide for adding a WebCombo to an UltraWebGrid in the code-behind can be found at:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2010.3/CLR4.0/html/WebGrid_Display_WebCombo_in_a_Cell.html
Regarding binding the combo's datasource, you can do that by setting the DataSourceID property and calling DataBind().
Please contact me if you have further questions.