Product Bundles
DevCraft
All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:
Web
Mobile
Document Management
Desktop
Reporting
Testing & Mocking
CMS
UI/UX Tools
Debugging
Free Tools
Support and Learning
Productivity and Design Tools
hello
is there a way to localize the button "Apply" and "Cancel" and the checkbox "Check All" in a grid with CheckList Filtering enabled?
thank you
protected
void
Page_Load(
object
sender, EventArgs e)
{
RadMenuItem item = RadGrid2.FilterMenu.Items[0];
RadListBox listBox = item.Controls[0]
as
RadListBox;
listBox.Localization.CheckAll =
"Zaznacz wszystko"
;
Button button = item.Controls[1]
Button;
button.Text =
"Zastosować"
button = item.Controls[2]
"Anulować"
}
See What's Next in App Development. Register for TelerikNEXT.