i have a grid with one checkbox column bound to a dataitem. what i just want to do is when you click the checkbox to check/uncheck, it will update the data item.
i've tried copying the sample provided here: https://dojo.telerik.com/ozoHUwUP/5 but the onchange event is not triggered
columns.Bound(p => p.IsApproved).ClientTemplate("<input type='checkbox' class='chkbx k-checkbox' onclick='check()' #= IsApproved ? checked='checked' :'' # #=dirtyField(data,'IsApproved')#/>")
.Title("Approved?").Width(150);
Description:
We have encountered an issue with the Kendo UI FileManager component, specifically related to its TreeView functionality. The problem occurs when switching from Grid View to List View within the FileManager interface.
Issue Details:
When a user is working with the Kendo UI FileManager and changes the view from Grid View to List View, the TreeView on the right side of the FileManager continues to expand unexpectedly. This behavior results in an accumulation of TreeView nodes, which are not cleared or updated correctly.
Steps to Reproduce:
Expected Behavior:
The TreeView should update appropriately and not exhibit additional, unexpected expansion when changing views.
Attached Video:
A video demonstrating the issue has been attached for reference. It illustrates how the TreeView continues to grow when switching views.
Impact:
This issue affects the user experience by causing confusion and making the FileManager interface less intuitive. It is crucial for the TreeView to function correctly and reflect the current view state accurately.Hello.
I'm new to Telerik and am evaluating Kendo for jQuery.
In the index.html page under apptemplates/dashboard, is the following code:
$.when($.ajax({ url: "./content/employee-and-team-sales.json", crossDomain: true, dataType: "jsonp", jsonp: false, jsonpCallback: "callback_ets", success: function(data) { employeeAndTeamSales = data; } })
I cannot find "callback_ets" anywhere. Where is this function defined?
Thanks in advance,
Mike
Hi,
I have one question regarding kendo-ui-license.js. We added it to the project and we are using it in our solution. But it's safe to use it if someone can see some id in KendoLicensing.setScriptKey. Please confirm if we can use it.
We have similar question here: https://www.telerik.com/forums/kendolicensing-setscriptkey-security-breach
Hi,
Is there a way to prevent connectors from overlapping in a Gantt diagram?
If we have several nearby tasks the connectors tend to follow the same path making it hard do figure out the origin and destination of each one.
It doesn't seem to exist a template for connectors and playing with the css did not went well.
Thanks for the help,
Daniel.
Hi,
Anyone know how to resize the whole calendar to fit on your declared container? im having difficulties to target specific classes using css for it.
Any tips or help would be appreciated.
Thank you
I just upgraded from V2021 to V2024. Now, in the filter menu, I have buttons with icons for filter and clear. I don't want the icons. I know I can target them with CSS and do a display: none, but is there some way of not rendering them in the first place?
Hello,
I am currently using Kendo Grid MVC in .NET Core. My customer needs a way to search one column for multiple words.
For example: If I type in "123 789" it should return an entry with "123456789".
Is there a way to achieve this? Thanks,
Hi everyone,
I'm currently working on a Kendo UI Grid and I need the filter menus to dynamically update based on the data currently displayed in the grid. Specifically, I want the filter options to reflect only the unique values of the data that is currently visible after applying other filters.
I'm using Kendo UI version 2021.3.914.
I found a solution that achieves exactly what I want in this example: Kendo UI Dojo Example. However, the solution in the example does not work with my version of Kendo UI.
Could someone please help me understand how to implement this functionality in my version of Kendo UI? Any guidance or suggestions would be greatly appreciated.
Thank you in advance!