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

How to translate label in popup

7 Answers 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
wnl
Top achievements
Rank 1
wnl asked on 31 Jan 2011, 11:34 AM
Hi,
how to translate label ("Update", "Cancel") in pop-up of RadGrid:

http://img844.imageshack.us/img844/1816/przechwytywanietz.png

Thanks :)

7 Answers, 1 is accepted

Sort by
0
Accepted
Shinu
Top achievements
Rank 2
answered on 31 Jan 2011, 11:46 AM
Hello,


Changing the Update/Cancel button text can be done from aspx itself.

Mark-up:
<MasterTableView HierarchyDefaultExpanded="false" TableLayout="Fixed" AllowMultiColumnSorting="True"
    CommandItemDisplay="Top" DataSourceID="SqlDataSource2" AutoGenerateColumns="false"
    DataKeyNames="OrderID" EditMode="PopUp" >
    <EditFormSettings>
        <EditColumn UpdateText="submit" CancelText="close">
        </EditColumn>
    </EditFormSettings>
 


-Shinu.
0
wnl
Top achievements
Rank 1
answered on 31 Jan 2011, 12:56 PM
Thank you and one more question: how to configure close button in top-right corner?
0
Daniel
Telerik team
answered on 03 Feb 2011, 08:45 AM
Hello Wnl,

Could you please let us know what exactly you want to configure in the close button?

Regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
wnl
Top achievements
Rank 1
answered on 03 Feb 2011, 10:36 AM
This button has a tooltip "Close". I want to translate this label, too.
0
Princy
Top achievements
Rank 2
answered on 03 Feb 2011, 10:57 AM
Hello,

You can set the PopUpSettings-CloseButtonToolTip property. Here is the sample code.

aspx:
<telerik:RadGrid. . . . .
  <MasterTableView. . . .
      <EditFormSettings InsertCaption="Add new item" PopUpSettings-CloseButtonToolTip="new ToolTip">
     . . . . . .

Thanks,
Princy.
0
wnl
Top achievements
Rank 1
answered on 03 Feb 2011, 11:06 AM
I don't have such property:
http://img706.imageshack.us/img706/3033/screenja.png (Telerik ver. 2010.1.519.35).
0
Daniel
Telerik team
answered on 03 Feb 2011, 12:55 PM
Hello,

CloseButtonTooltip property was added in RadControls for ASP.NET AJAX Q3 2010 (version 2010.3.1109)

Regards,
Daniel
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Grid
Asked by
wnl
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
wnl
Top achievements
Rank 1
Daniel
Telerik team
Princy
Top achievements
Rank 2
Share this question
or