Hello,
I am working with diagrams and I need to replace connection textbox for a link.
I tryed setting content, template and visual, but nothing worked.
That does not work, the id I set to the group doest not appear in the HTML :/
Is there anyway to do it?
Thanks!
I am trying to remove the default upload and clear button using mvvm ?
<input id="files" name="files"
type="file"
data-role="upload"
data-async="{ saveUrl: '@Url.Page("/FADT")?handler=FileUpload', autoUpload: false, multiple:false }"
data-bind="visible: isVisible,
enabled: isEnabled,
events: { select: onSelect, cancel: onCancel, complete: onComplete, success: onSuccess, upload: onUpload }">
how do I do that ? Can I use a template with MVVM if so how ?
Hi,
I am trying to add row level filter textbox while generating dynamic columns and models.
But, I am not able to make the row level filter while generating the dynamic columns and models.
If I add filterable: {mode: "row"} this is code in my project, the grid is not loading and showing some error.
I used below code for this issue.
Please help me to resolve this issue.
var model = self.generateModel(gridData);
Hi,
In Gantt Chart Day mode, when I scroll timeline part in Day mode, I can't see the Date, hours are only visible (as you can see in attached screenshot). Can I fix this issue any way?? Fix date after scrolling or something else??
Thanks in advance.
Hello,
In my solution, I use AngularJs and package @progress/kendo-ui@2018.2.704.
Today I updated the package to latest version and I encountered weird issue regards to kendo dropdownlist.
In place where we use brackets and property name like {{property}}, kendo instead of displaying property value shows {&zeroWidthSpace;{property}&zeroWidthSpace;}.
Does anyone know what was changed and produced that issue and how I can fix that?
Hi
I'm having an issue with persist states and custom command buttons
Please see this dojo code here
http://dojo.telerik.com/oraTI
To replicate the issue
- If you run the code and press any of the Edit buttons you get a 'clicked' alert message.
- Then press 'Save State' to save the grid state to local storage - you should see a 'saved' alert message
- Then run the code again, which will load the localStorage after the grid has loaded - you should see a 'loaded' alert message
- Now if you click the 'Edit' button nothing happens
The state is laoding fine and adjusting the grid display correctly as per the saved sate, but the custom buttons don't work.
Any suggestions on how to get this working?
Thanks
Dave
I have a kendo upload on one of my forms. This upload button has the following async, multiselect, autoUpload = false, batch = true. The problem I am running into is if the user selects 5 files, but meant to only select 4, they click the remove icon for that row.
I am having issues removing that file from the file portion of the upload control. If I select 5 and then remove them all, the upload is still acting as if all 5 are there. kendoUpload.getFiles() is always showing me every file they selected.
Just be clear, I am trying to remove a file from memory before the user fully uploads them. The process is that they select the files, the files populate a grid, and then once the user is ready they click an 'upload' button that will fire off the server call. Prior to them clicking upload everything is client side.
Go here: https://demos.telerik.com/kendo-ui/multiselect/index
and select Anne King, Andrew Fuller and Nancy Leverling.
MultiSelect now uses two lines and the second line is blank, even after the widget loses focus.
How can I get rid of this extra blank line?
My page has lots of stuff on it, and the extra line causes most of the page to shift down.