When trying to use Kendo UI’s extend function, the this to be used in the constructor appears as undefined
As a developer using Kendo UI, I encountered an issue while trying to customize the form functionality using Kendo’s plugin feature. I extended the form widget but faced an error where this is undefined when trying to call the parent constructor within the custom form’s constructor. Below is the code snippet demonstrating the problem.
Exporting Dynamically Generated Div Data to Excel Using Kendo UI
I’m currently working on a project that involves exporting dynamically generated data from a div implemented in cshtml to an Excel file using Kendo UI. The content of the div is generated dynamically based on user interactions or server-side updates.
Telerik Kendo MVC TabStrip – how to set focus when loading a partial view
I have a Kendo tabstrip with partial views. When I click on the tab, the partial views are loaded. But I need to set the focus() and/or tabindex to a specific element in the partial view, for example the first text box. I tried setting the tabindex to 1 in the partial view. But that does Not seem to work.