Hi,
because of specific client wishes, I need to show a grid with lots of information starting yesterday.
The begindate for this grid, is decided using a WebDatePicker.
The user now asks if he can use the bottom "Today" functionality to go to "Yesterday" thus saving to always choose the correct date.
I can replace the string in footercontent with the wanted result, but I'm unable to catch te event?
(see printscreen for wanted result)
Any help would be appreciated.
Extra info:
* I tried to ass a javascript function around it, but the function did not get executed because of the postback that happens on choosing the date.
<ig:WebDatePicker ID="wdcStart" CssClass="dateAndTime dateChooser" Width="117px" runat="server" AllowNull="False" meta:resourcekey="wdcStartResource1" EditMode="CalendarOnly" AutoPostBackFlags-ValueChanged="On" />
Hello Razieltje ,
Thank you for posting in our forum.
If you set the selected date on the MouseDown event with the set_selectedDate method it seems that you’ll be able to set manually the date and that will be the value passed to the server over the postback so it will not be lost.
Please refer to the attached sample and let me know whether that will work for your scenario.
Best Regards,
Maya Kirova
Developer Support Engineer
Infragistics, Inc.
http://es.infragistics.com/support