This is a migrated thread and some comments may be shown as answers.

caption for insert form

3 Answers 57 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ryan
Top achievements
Rank 1
Ryan asked on 26 Oct 2012, 04:36 AM
Hi
How can I set caption to a radgrid insert form.

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 26 Oct 2012, 04:47 AM
Hi,

Try setting the following for giving caption in insert form.
C#:
protected void Page_Load(object sender, EventArgs e)
{
  RadGrid1.MasterTableView.EditFormSettings.InsertCaption = "Your Text";
}

Thanks,
Shinu.
0
Ryan
Top achievements
Rank 1
answered on 14 Nov 2012, 12:16 PM
Hi Shinu,

I  have got one more question.How can i change the color of the caption?
0
Shinu
Top achievements
Rank 2
answered on 14 Nov 2012, 12:26 PM
Hi,

Try setting the following to set color for caption.
aspx:
<EditFormSettings FormCaptionStyle-ForeColor="Red" ></EditFormSettings>

Thanks,
Shinu.
Tags
Grid
Asked by
Ryan
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Ryan
Top achievements
Rank 1
Share this question
or