AD
Administrator
Syncfusion Team
March 25, 2004 04:22 PM UTC
In Form_Load after setting up your grid, you can use code like this to change it.
GridDropDownColorUICellRenderer cr = (GridDropDownColorUICellRenderer)this.gridDataBoundGrid1.CellRenderers["ColorEdit"];
cr.DropDownButton.Text = "z";
RN
Richard Nguyen
March 25, 2004 04:33 PM UTC
Just what I need, thanks!