Hi,
I'm having the same problem. I already check the name input matching the controller parameter, but still getting a null IEnumerable<HttpPostedFileBase>. I'm out of new solutions, so any help will be appreciated.
Please, find my project in attach. I try via normal-save and chunck-mode, without sucess.
Best regards,
Leandro Alves
Hi,
I have 3 duplicated posts,
https://www.telerik.com/forums/gantt-issue-related-to-export-to-pdfhi-i-have-a-problem-related-to-export-to-pdf-in-gantt-when-gantt-left-side-is-expanded-and-i-export-to-pdf-e
https://www.telerik.com/forums/gantt-issue-related-to-export-to-pdf
https://www.telerik.com/forums/gantt-issue-related-to-export-to-pdf-97829b38177a
but I can't delete them. i hope admin will delete first two posts. Thanks in advance.
I want to reach selected item's index in the drawer widget. When I examine e.sender from console like this,
console.log(e.sender);
I can find updated value of e.sender._selectedItemIndex.
However, when I want to use e.sender._selectedItemIndex variable directly I get previous value of e.sender._selectedItemIndex. For example, If I open drawer for the first time and select an first item, from console I can see that e.sender's _selectedItemIndex variable is equal to 0 but console.log(e.sender._selectedItemIndex) prints undefined. When I select any other item from drawer, now console.log(e.sender._selectedItemIndex) prints 0. How can I reach and use e.sender._selectedItemIndex's updated value in itemClick function?
Hi, I have a question for kendo textbox widget label. I would like to use label like value methods. However; labels are given only configuration. Are there any method that is working like value methods.
var textbox = $("#textbox").data("kendoTextBox");
textbox.value("VALUE"); // this is a example I want.
Thanks for helping.
How do I unselect a selected event programmatically? I tried to call the select() method with an empty array input but it doesn't seem to unselect the events. Further, I see that the change event is invoked only once as opposed to twice in the Chrome console window.
Please see the below code snippet for an example.
Thanks in advance.
Hi,
I have a problem related to dragging items in the left side of the gantt. In my case, there is restriction when to allow dragging and when not, and i want that icon to be different in different cases. for example to be block icon or plus. How I can do this?
Dear , my question is this , I need to call functions that do not involve the deployment of the form to edit or create an event in the Schedule of Kendo UI, but so far all I've done is run the JavaScript function but still appears Schedule popup Kendo UI.
Is there any way to disable this pop ?.
I thank them for their help before.
Hi 😊
I need some help. I was using kendo for uploading files into sharepoint 2013. After migration to sp 2016 the same code generates different response from server (it is without 'd' and it starts with odata.metadata - the old working one has 'd' and __metadata). Is the odata different and that causes issues? Any help would be appreciated. Thanks.
The chart's behavior is supposed to be as follows:
-The x-axis is a range of dates the user can select from externally
-The y-axis always stays percentages 0-100
The issue I'm having is when I select too many dates, the chart's height automatically increases above the specified height parameter. Using maxHeight and height have not helped this issue.