Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
4341
Exiting Edit mode in xamGrid
posted

In the Attached sample, if we change the start date or the end date and click on the Update button the click event is not fired, it gets fired only when we click twice on the button.

We need to have the update buttons click event firing on the single click of the button.

 

Also, how to disable the textbox of the DateColumn, so as to make the users select from the calendar

and Today is always highlighted in the DateColumn calendar, we would like to unhighlight today.

XamGridDateColumn9_Apr_2012.rar
Parents
No Data
Reply
  • 138253
    Offline posted

    Hello,

    Thank you for your post. I have been looking into it and the sample you have provided and I modified it, so now it works as you want. Basically I added a Style for the DatePicker and set its IsTodayHighlighted Property to false and handled its Loaded event, so I can make the TextBox in it read-only. As for the Click event issue, I can suggest you use the PreviewMouseLeftButtonUp event instead of the Click one. Also I have logged this with development under ID: 108652 and I have also created a support ticket on your behalf: CAS-88977-F0LR2G and have linked the development issue to it, so that you can get automatically updated, when a Service Release containing the fix is available for download. You can get the new version from our website’s “My IG”, “My Keys & Downloads” tags: https://es.infragistics.com/Membership/Default.aspx?panel=Downloads#Downloads                                                                                                                                                                                                                                                        

    You can also monitor the support ticket’s progress through the “My Support Activity” tag: https://es.infragistics.com/Membership/MySupport.aspx

Children