Hi,
Hello,
I wonder if I can help, I have a grid in silverligth where I'm putting together the columns by code
GridDataColumnStyle GridDataColumnStyle colStyle = new ();
this.grid.ItemsSource = cat;
colStyle.CellType = "ComboBox";
colStyle.DisplayMember = "ID1COD"
colStyle.ValueMember = "ID1COD"
PublicaCatalogo.Model.FirstOrDefault colStyle.ItemsSource = (). estadoList;
this.grid.VisibleColumns.Add (new GridDataVisibleColumn () {MappingName = "codigo_ciudad" HeaderText = "City Code"});
this.grid.VisibleColumns.Add (new GridDataVisibleColumn () {MappingName = "nombre_ciudad" HeaderText = "City Name"});
this.grid.VisibleColumns.Add (new GridDataVisibleColumn () {MappingName = "ID1NOM" HeaderText = "State," IsReadOnly = false, ColumnStyle = colStyle});
as seen in the example the last column is a ComboBox, but when selecting ComboBox sends me some of what is shown on the attached image.
Thanks
example_11c576ec.rar