Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2014
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. this.gridGroupingControl1.TableDescriptor.Columns[1].Appearance.AnyRecordFieldCell.CellType = "CheckBox";
  2. GridTableCellStyleInfo style = this.gridGroupingControl1.TableDescriptor.Columns["Col2"].Appearance.AnyRecordFieldCell;
  3. style.CellType = "GridListControl";
  4. style.DropDownStyle = GridDropDownStyle.Editable ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement