Telerik Forums
Kendo UI for jQuery Forum
1 answer
125 views
Hi!
I'm using 'Content' option of Kendo Window go get a page with iframe. It takes a lot of time to let the iframe be loaded.
Is there any way to abort window content loading request when, for example, user closes the window?
Thanks!
Petur Subev
Telerik team
 answered on 20 Aug 2013
4 answers
367 views
I have a filterable column grid with a datepicker:
 
$("#myGrid").kendoGrid({
...
...
field: "myDate",
...
filterable: {
ui: "datepicker"
},
...

Works great. But I will like to preselect the dropdown operator (equal, greater or equal, etc..) based on some criteria, before displaying to the user.
Which event can I use to do that?.
I know I can change some options like the text:

var filterMenuForMyDate = $("#MyGrid").data("kendoGrid").thead.find("th:contains('myDate')").data("kendoFilterMenu");
filterMenuForExportedUTC.options.messages.info = 'My customized text';
..
but I can't find a way to force the operator dropdown to preselect a value before displaying to the user (like a pre-render)
Is there a way to do this?

Dalia
Top achievements
Rank 1
 answered on 19 Aug 2013
7 answers
130 views
Hello,

I have used kendo calendar control in my application and it shows up improper dates. However, after selecting the date, it shows-up correctly in the associated text-box. Please refer attachment to have a better idea on the issue.

Kindly suggest any solution/am i missing something here?

Thanks.
Alexander Valchev
Telerik team
 answered on 19 Aug 2013
2 answers
78 views
I've looked but cannot find how to set the rangeSize option when using Kendo DataViz's fluent syntax.  Is this possible and how do I do it?
T. Tsonev
Telerik team
 answered on 19 Aug 2013
1 answer
118 views
RTL
Hi,
I'm having some problems with RTL in ListView. Is this the way to properly handle issues like this? (remove the custom CSS and you'll get the misalignment).
I presume that the arrow pointing to the right should in fact point to the left, but that would also imply the MobileView being opened from the left....
ScrollView doesn't  work properly. The second ScrollView is in the left, but it won't let you swipe to it.
Also, DataViz charts seem to have problems with RTL. Legend's items become misaligned, the connectors too.
I need an advice on how to continue with this matter.  Should I try patching with css/js corrections as needed? 
Alexander Valchev
Telerik team
 answered on 19 Aug 2013
3 answers
166 views
I've been playing with the Scheduler using the Javascript web-variant of the control.  I finally managed to get it to properly send UPDATE, CREATE, and DESTROY requests to my MVC4 controller.  I also captured some of the traffic from the online demo to see what the proper JSON responses were for those requests from the controller.

My question, though, is how do I reject a delete request, for instance, if the backend code and database (MySql in this case) cannot process and manage the request, for instance?  I haven't found any documentation (yet) that suggestions how to stop the scheduler from going ahead and removing the item from the control anyway, regardless of the response (it also removes right now even though my controller returns a "not implemented" server message).
Phil
Top achievements
Rank 1
 answered on 19 Aug 2013
1 answer
116 views
Hello,

I am using Kendo MVC. Is there a way I can have Visual Studio _not_ deploy all of the localization DLL's?

Thanks,
~S
Petur Subev
Telerik team
 answered on 19 Aug 2013
5 answers
479 views
Hi,

I m currently using kendo MVVM framework and I want to use the validation feature provided by kendo.

I'm facing problem with validation when am displaying controls on a kendo window. here is the link to jsfiddle sample -  http://jsfiddle.net/saisworld/UquQ6/6/


It works for the item row in the table and for other rows it doesn't. Even after clicking the button Validate it doesn't show the validation message.

Please advise.

Thanks
Sai
Alexander Valchev
Telerik team
 answered on 19 Aug 2013
2 answers
91 views
Hello, I would like to ask how does the VB syntax is for the Content part of this example, how can i add a html code like that in VB?

@(Html.Kendo().Splitter()
    .Name("top")
    .Orientation(SplitterOrientation.Horizontal)
    .Panes(panes =>
    {
        panes.Add()
            .HtmlAttributes(new { id = "left-pane" })
            .Scrollable(true)
            .Collapsible(true)
            .Content(@<div>
                @(Html.Kendo().TreeView()
                            .Name("treeview")
                            .DragAndDrop(true)
                            .DataTextField("Name")
                            .Events(events => events
                                .DragEnd("Change")
                                .Select("Selected")
                                )
                            .DataSource(dataSource => dataSource
                                .Read(read => read.Action("TreeView_Read", "Platform")))
                        )
            </div>
            );
Laszlo
Top achievements
Rank 1
 answered on 19 Aug 2013
1 answer
54 views
I am using autocomplete with "suggest: true".  My autocomplete data source is a json array with name and id.  The "name" is used as the dataTextField.  I need to get the associated id with the name that is chosen.  When using "suggest: true" the user can type part of the name and have a selection item appear in the autocomplete box hit enter and never actually select an item from the list.  When this happens how can I get the id associated with the name?

I am able to get the id when the user selects is from the list.

I have a jsFiddle with this code at:
http://jsfiddle.net/KerryJenkinsDTC/a6cdb/7/




Kiril Nikolov
Telerik team
 answered on 19 Aug 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?