Skip to content

Replies

0
Steven Tillson
Steven Tillson answered on Aug 14, 2021 11:06 AM

Thanks for the reply. Working fine here.

0
Steven Tillson
Steven Tillson answered on Aug 10, 2021 7:29 AM

@(Html.Infragistics().DatePicker()

.ID("EndMonthId")

. . .

.DatePickerOptions(options =>

{

options.ChangeMonth(true);

options.ChangeYear(true);

options.AddClientEvent("onChangeMonthYear", "onChangeMonthYear");

})

Additionally, the color of the dropdown items should be set to black:

Replaced these codes and working fine for me

thanks