I have tested the Selectable() configuration, and it appears that the Change event triggers as expected at my end. I am attaching a runnable sample for your reference (.NET 6, ASP.NET Core MVC application, Telerik UI for ASP.NET Core version 2022.3.1109).
Would you please review the demo app and let me know if it is set up as per your Grid configuration?
Thank you for your cooperation.
Regards,
Mihaela
Progress Telerik
Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.
Hello, I have a navigation event. Which selects the row element for when you use the keys
In this version, when I put this line in the navigate event, the onchange is no longer launched, in version 2022.1.301 and earlier this never gave problems.
Below is the modification of the example that you uploaded where the OnChange does not work
If I have no other option, I think I could trigger the change after doing the select
function onNavigate(e) { console.log("on navigate"); var grid = e.sender; grid.select(grid.tbody.find(e.element.parent())); grid.trigger("change"); }
The issue is that this, in version 2022.1.301 did not need to be done because the change event kept working after the select.
Regards,
Jose
Mihaela
Telerik team
commented on 13 Apr 2023, 10:04 PM
Hi Jose,
Thank you for sharing the steps that replicates the behavior.
As of the 2022 R3 release, the Grid client-side API methods (i.e., select()) do not fire the Change event. For more information, check out the following sections in the documentation: