This example demonstrates how to create a DateEdit analog based on ASPxDropDownEdit with a custom DropDownWindowTemplate that allows you to select Year and Month only.
Example Comments
Added By: Julien Joubert at: 2/8/2013 9:57:14 AM
Hello,
Could you please provide a similar code for razor please?
Indeed, when I look at the events available inside settings.Properties.ClientSideEvents for @Html.DevExpress().DropDownEdit mvc extension, I don't have PrevClick, NextClick or OkClick and the closest for OnClick is ButtonClick.