or
| protected void RadGridEmpType_ItemCommand(object source, GridCommandEventArgs e) |
| { |
| if (e.CommandName == "Edit") |
| { |
| RadGridEmpType.MasterTableView.EditFormSettings.CaptionDataField = "TypeShortDesc"; |
| RadGridEmpType.MasterTableView.EditFormSettings.CaptionFormatString = "Edit Employee Type : {0}"; |
| } |
| else if (e.CommandName == "InitInsert") |
| { |
| RadGridEmpType.MasterTableView.EditFormSettings.CaptionDataField = ""; |
| RadGridEmpType.MasterTableView.EditFormSettings.CaptionFormatString = "Add New Employee Type"; |
| } |
| } |
When I click the Add New Record button.
In the Title Bar "Add New Employee Type" is displayed.
Under the title bar again "Add New Employee Type" is displayed.
This appears even for EDIT.
Is there any option to display it only in the title bar
Thanking You
-Anto
| <telerik:RadChart ID="chrtStackedBar" runat="server" Skin="Web20" Height="350px" |
| Width="644px" Visible="False" DefaultType="Bar"> |
| <PlotArea> |
| <EmptySeriesMessage Visible="True"> |
| <Appearance Visible="True"> |
| </Appearance> |
| </EmptySeriesMessage> |
| <XAxis AutoScale="False" MaxValue="7" MinValue="1" Step="1"> |
| <Appearance Color="149, 184, 206" MajorTick-Color="149, 184, 206"> |
| <MajorGridLines Width="0" Color="209, 221, 238"></MajorGridLines> |
| </Appearance> |
| </XAxis> |
| <YAxis AutoScale="False" MaxValue="30" MinValue="0" Step="10"> |
| <Appearance Color="149, 184, 206" MinorTick-Color="149, 184, 206" MajorTick-Color="149, 184, 206"> |
| <MajorGridLines Color="209, 221, 238"></MajorGridLines> |
| <MinorGridLines Color="209, 221, 238"></MinorGridLines> |
| </Appearance> |
| <Items> |
| <cc1:ChartAxisItem> |
| </cc1:ChartAxisItem> |
| <cc1:ChartAxisItem Value="5"> |
| </cc1:ChartAxisItem> |
| <cc1:ChartAxisItem Value="10"> |
| </cc1:ChartAxisItem> |
| <cc1:ChartAxisItem Value="15"> |
| </cc1:ChartAxisItem> |
| <cc1:ChartAxisItem Value="20"> |
| </cc1:ChartAxisItem> |
| <cc1:ChartAxisItem Value="25"> |
| </cc1:ChartAxisItem> |
| <cc1:ChartAxisItem Value="30"> |
| </cc1:ChartAxisItem> |
| </Items> |
| </YAxis> |
| <Appearance> |
| <FillStyle MainColor="249, 250, 251" FillType="Solid"> |
| </FillStyle> |
| <Border Color="149, 184, 206"></Border> |
| </Appearance> |
| </PlotArea> |
| <Appearance> |
| <Border Color="103, 136, 190"></Border> |
| </Appearance> |
| <ChartTitle> |
| <Appearance> |
| <FillStyle MainColor=""> |
| </FillStyle> |
| </Appearance> |
| <TextBlock> |
| <Appearance TextProperties-Color="0, 0, 79"> |
| </Appearance> |
| </TextBlock> |
| </ChartTitle> |
| <Legend> |
| <Appearance Position-AlignedPosition="TopRight" Dimensions-Margins="17.6%, 3%, 1px, 1px" |
| Dimensions-Paddings="2px, 8px, 6px, 3px"> |
| <Border Color="165, 190, 223"></Border> |
| </Appearance> |
| </Legend> |
| </telerik:RadChart> |

