I am newbie in Infragistics controls.
I have a Webgrid binded to a DataTable and I want to add in a template column a webcombo binded to a datatable too.
example the webgrid has "customerID", "name", "lastame" and the webcombo needs to load the "state".
the grid need to be used to add new customers and update the existing ones.
How can I do it?
I do not want to use a User Control....
I would like to do it directly in the aspx page...The microsoft Dataview grid let you to do it ....just using Template Column....
Any ideas or example that can help me?
Thanks a lot
Hi,
In the Infragistics Samples Browser (http://samples.infragistics.com/2008.3/WebFeatureBrowser/Default.aspx) , go to:
WebGrid -> Editing Data -> WebCombo - User Control
I hope this is the example that you are looking for.
Best,
Angel