Hi,
I'm building a XamWebgrid at run time but I'm stuck at how to add a combo box onto my grid. Here is my code to add one of the columns:
grid.Columns.Add(
new TextColumn() { Key = "Id", HeaderText = "Id", Width = new ColumnWidth(70, false), Visibility = Visibility.Visible});
Can anyone show me how to do this? Thanks!
To anyone who is interested in adding a combo box to be used as an editor for a grid column an article was written by a staff member here about how to make a column to do just that.
http://blogs.infragistics.com/blogs/devin_rader/archive/2010/07/08/creating-custom-columns-for-xamgrid.aspx