Hello Keith,
As Petur has explained previously, the Kendo implementation depends on the browser event sequence. If the different browsers follow different sequence for those events (Chrome and Firefox vs IE and Edge), there is nothing much we can do.
As per the scenario that has been previously discussed, an ugly (but working) workaround would be to timeout the execution of the logic in the
click handler. This way, the value will be changed accordingly independent from the event sequence:
Here you will find a sample Dojo implementing the above.
Regards,
Veselin Tsvetanov
Progress Telerik
Get
quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers.
Learn More.