I am using trial version of devExpress controls. I have two calendar controls on one page. I want that Calendar 1 selected date is always less than Calendar’ 2 selected date and Calendar 2 selected date is always greater than Calendar 1 selected date.
Please suggest.
Thanks
I suppose you use ASPxDateEdit control. Try this for client side checking:
You should implement server side validation as well.
ASPxClientDateEdit and DateEditClientSideEvents documentation.