Hi,
how to translate label ("Update", "Cancel") in pop-up of RadGrid:
http://img844.imageshack.us/img844/1816/przechwytywanietz.png
Thanks :)
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
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:
-Shinu.
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
Hello Wnl,
Could you please let us know what exactly you want to configure in the close button?
Regards,
Daniel
the Telerik team
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:
Thanks,
Princy.
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).
http://img706.imageshack.us/img706/3033/screenja.png (Telerik ver. 2010.1.519.35).
0
Hello,
CloseButtonTooltip property was added in RadControls for ASP.NET AJAX Q3 2010 (version 2010.3.1109)
Regards,
Daniel
the Telerik team
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.