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

Pass value to button which was in radwindow

1 Answer 27 Views
Window
This is a migrated thread and some comments may be shown as answers.
Pat
Top achievements
Rank 1
Pat asked on 13 May 2013, 03:32 AM
Hi,
I have tried every way to solve this problem.but  I failed.
I have a radgrid as below
<telerik:GridTemplateColumn HeaderText="Approve">
                  <ItemTemplate>
                      <asp:LinkButton ID="LinkButtonIsLinkPublish" CommandName="ShowIsPublish" Text="<span style="font-size: 14px;">Approve</span>"
                       runat="server"></asp:LinkButton>
            </ItemTemplate>
 </telerik:GridTemplateColumn>
and i have a RadWindow which has a button as below:
<telerik:RadWindow ID="RadWindowIsPublish" runat="server" Title="Approve" Width="250px"
        Height="150px" VisibleOnPageLoad="false" Behaviors="Close,Resize,Move" Left="610px">
       <ContentTemplate>
                 <table width="100%">
                    <tr>                     
      <td align="center">
             <telerik:RadButton ID="RadWindowIsPublisRadButton" runat="server" OnClick="RadWindowButton_Onclick"
                     CommandArgument="radwindowIsPublish">
                   </telerik:RadButton>
                      </td>
                        </tr>
                  </table>
      </ContentTemplate>
  </telerik:RadWindow>
 i set the button's text by this way
this.RadWindowIsPublisRadButton.Text="NewText"
but now the text always keep the default value,
Any help would be great!




1 Answer, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 15 May 2013, 10:00 AM
Hi Pat,

I advise that we keep the discussion in your other thread, since having three on the same problem will make the discussion difficult to follow.


Kind regards,
Marin Bratanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Window
Asked by
Pat
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Share this question
or