Shinu,
Your codes work great for setting default fore color and background color.
Sorry that my question wasn't clear.
My question is how to get the font color and fill color buttons response when an user wants to highlight a text and change the color of it.
Thank you,
d-cpt
// add RadEditor
RadEditor tbComment = new RadEditor();
tbComment.ID = "tbComment" + dr["STECAT_ID"].ToString();
tbComment.CssFiles.Add("~/css/EditorContentArea.css");
//tbComment.OnClientLoad = "load"; // this call the functionload() function which is in MasterSimple.master
tbComment.Width = Unit.Percentage(95);
trcell.Controls.Add(tbComment);
trow.Cells.Add(trcell);
tableEvaluation.Rows.Add(trow);