Telerik Forums
Kendo UI for jQuery Forum
4 answers
721 views
Tried this:

.k-scheduler-table td{
    height: 72px !important;
}.k-scheduler-table td{
    height: 72px !important;
}

The elements inspector shows my style is being applied, but the height of each day cell is still 105px.  How can I control the height?  These cells have no content so that's not an issue, just empty cells.
Vladimir Iliev
Telerik team
 answered on 04 Nov 2013
4 answers
677 views
Is it possible to set the column.values property after the grid has been initialized?

I tried this with no luck:

        var rankList = [
            { value: 1, text: "Rank 1" },
            { value: 2, text: "Rank 2" },
            { value: 3, text: "Rank 3" },
            { value: 4, text: "Rank 4" },
            { value: 5, text: "Rank 5" }
        ];
 
$kendoGrid.columns.filter(function (item) {
            return item.field === "Rank";
        }).forEach(function (item) {
            item.values = rankList;
        });
        //reset the grids columns
        $kendoGrid.setOptions({ columns: $kendoGrid.columns });
        $kendoGrid.refresh();

The grid was initially created using the MVC wrapper
   
.Columns(columns =>
{
    columns.Bound(p => p.UserAccountKey);
    columns.Bound(p => p.FirstName);
    columns.Bound(p => p.LastName);
    columns.Bound(p => p.EmailAddress);
    columns.Bound(p => p.Rank);
    columns.Command(command =>
    {
        command.Edit();
        command.Destroy();
    });
})
Kiril Nikolov
Telerik team
 answered on 04 Nov 2013
5 answers
238 views

I have a single page with a tabstrip of grids. I use popup editing to perform crud operations in each grid.

In my grid views I am sending the AntiForgeryToken via the data transport.
For example:
Create(create => create.Action("CreateObject", "Editor").Data("sendAntiForgery"))
which calls:
function sendAntiForgery() {
    return { "__RequestVerificationToken": $('input[name=__RequestVerificationToken]').val() }
}

In my EditorTemplates (from inside the Html.BeginForm()) I am calling @Html.AntiForgeryToken().

This was all working perfectly until I made a small change and broke everything. 
I removed a call to @Html.AntiForgeryToken() from a simple form in my main view. (Nothing to do with the tabstrip or grids). All of my CRUD operations in my grids were now failing - it was telling me the token wasn't passed. 

It turns out, if I simply placed a Html.AntiForgeryToken() in my main view somewhere it fixed everything - I could even remove the Html.AntiForgeryToken from my editor templates.

This doesn't seem right. Can somebody explain this behaviour?
Daniel
Telerik team
 answered on 04 Nov 2013
1 answer
145 views
Why is the list of selected files just one comma delimited string? I've tried both with and without a template.
Dimiter Madjarov
Telerik team
 answered on 04 Nov 2013
1 answer
87 views
I am a Kendo user, and a subscriber of the complete package. I subscribed mostly for the technical support, since our project is open source. That said, the technical support is extremely good, but there is one overall feature that is sorely lacking.

It is like herding cats to get back to the root of the kendo forums if I do any kind of "search" on the kendo site. The link to the Support area is gone from that view, and in order to get back to it, I have to go all the way back to the root site usually. This isn't generally a problem, just a minor annoyance.
Iva
Telerik team
 answered on 04 Nov 2013
1 answer
92 views
Does kendo mobile work with the MVC extensions?

I am guessing none of the razor extensions work, but what about the datasource extensions for controllers?

We currenly use Kendo Web with the MVC extensions (because the razor stuff is so limited and poorly documented compared to the regular Kendo Web), and it seems to work fine. I am hoping we could use the mobile stuff with it.

~Shea M.
Kiril Nikolov
Telerik team
 answered on 04 Nov 2013
7 answers
218 views
I can't find any demos\examples of binding to large complex data?...does it not support this scenario?

We have thousands of events to show so I can't have a single callback to pull in 2500 events, but instead want it to send up the visible date range so the service can return the events in that time range.

...I mean that would work for day, week, month, not sure how I could get that to work in Agenda...is there a "View more"?

Anyway...yes...no....lots of custom code?
Rosen
Telerik team
 answered on 04 Nov 2013
1 answer
169 views
source\js\cultures\kendo.culture.rm.js

Heur.Dual.Extensions@4294967295
TOMASZ
Top achievements
Rank 1
 answered on 03 Nov 2013
3 answers
94 views
I have added a custom themebuilder theme to my site (registered it and then added it to my chart).  Once it is added the charts look good and as I styled them, but the axis labels become unclickable.  Prior to adding the custom theme I could click on an axis label and it would toggle that data set on or off in the graph.  After adding the custom theme I get the following javascript error (using Visual Studio).

Unhandled exception at line 37, column 28074 in kendo.all.min.js

Javascript runtime error: Unable to get property 'color' of undefined or null reference.

Any ideas on why this isn't working correctly?

Iliana Dyankova
Telerik team
 answered on 01 Nov 2013
3 answers
243 views
I am having a couple of issues with Kendo UI Bubble chart. I have a bubble chart with two sets of data. I want to set my own color for the bubble and have legend show up.

Issue # 1). I was able to color the bubble but the legend won't show up.
1) http://jsfiddle.net/uGkZj/


Issue # 2). By setting the dataSource and adding a group field legend finally showed up but the chartSize and legend color do not reflect the chart series data.
2) http://jsfiddle.net/53cNZ/

Can somebody help?
Iliana Dyankova
Telerik team
 answered on 01 Nov 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?