Unplanned
Last Updated: 29 May 2020 15:31 by ADMIN
ADMIN
Peter Milchev
Created on: 26 Nov 2018 15:11
Category: Calendar
Type: Bug Report
0
Only first MonthYearNavigationSettings button caption is considered
Workaround 1) Use .resx files as the attached ones 

Workaround 2) Set properties to ViewState
        RadMonthYearPicker1.MonthYearNavigationSettings.ViewState["_mCancelButtonCaption"] = "my cancel";
        RadMonthYearPicker1.MonthYearNavigationSettings.ViewState["_mTodayButtonCaption"] = "my today";
        RadMonthYearPicker1.MonthYearNavigationSettings.ViewState["_mOkButtonCaption"] = "my ok";
Attached Files:
0 comments