Telerik Forums
Kendo UI for jQuery Forum
1 answer
113 views
What is Kendo web ui licensing?
Kiril Nikolov
Telerik team
 answered on 07 Aug 2013
4 answers
99 views
We are using Q1.2013 and experiencing a problem where the view loses it's layout wrapper when the user presses the browser (chrome) or native backbutton (on android) twice really fast.

It should navigate #:back twice, but only goes back one view. 

All views in our app have 

data-layout="default-layout"

Basically the view only has the data-role"content" div when it should also have <header> and <footer> tags.

I wonder if this replicatable or an issue in our app?

Thanks.

Adrian
Top achievements
Rank 1
 answered on 07 Aug 2013
1 answer
441 views
Ticket Description:

I have the requirement to export the kendogrid details to html ,textfile and worddocument using 3 external html buttons in MVC/razor.
I have attached the screenshot of the kendogrid  with the expected output in html, textfile and word formats .
Please guide me to export the details  from kendo grid.

These are screenshots with description.
1)KendoGrid(MVC razor).png                       -       Kendogrid 
2)Expected output in html format.png       -      Expected output from kendogrid in html format
3)Expected output in textfile format.png   -       Expected output from kendogrid in text format
4)Expected output in word format.png      -       Expected output from kendogrid in word format

Thanks,
Mayil (on behalf of Jeremy Thompson)
Petur Subev
Telerik team
 answered on 07 Aug 2013
1 answer
172 views
If you configure the scheduler to only support WEEK, MONTH and AGENDA view and have more than 3 items on a single day of a month, then the Month control still renders the little "3 dots button" at the bottom.  This is supposed to take the user to the DAY view, however since the day view is not enabled it does nothing.  Ideally, this would not show up if day view is disabled.

Digging deeper, the lack of a day view is not the only issue...

kendo.all.js - line 57137

It appears that the "_viewNavigateHandler" is NOT bound if the view is marked as not editable.  This seems to be a bug to me... I want a READ-ONLY view, but this view should certainly support intra-view navigation.

My temporary fix was to move lines 57168 to 57179 outside the if (that.options.editable) { check.
Rosen
Telerik team
 answered on 07 Aug 2013
1 answer
65 views
Our MVC web site can start off long running tasks. We'd like a HUD to appear, grey out the screen modaly and have a spinning ball.

Is there a tool in Kendo that could do something like this ? "Window" is close, but too visually complex for a HUD.

Kiril Nikolov
Telerik team
 answered on 07 Aug 2013
1 answer
75 views
I'm using MVC Complete and am trying to get my first chart up and running.  The output of the MVC Extension in the browser is

jQuery(function(){jQuery("#programSpend").kendoChart({"title":{"text":"Program Spend"},"legend":{"position":"bottom"},"series":[{"name":"Sum of Spend","type":"line","field":"Series1Data"}],"categoryAxis":[{"labels":{"rotation":-90},"field":"Category"}],"valueAxis":[{"labels":{"format":"{0:N0}"},"line":{"visible":true}}],"dataSource":{"transport":{"prefix":"","read":{"url":"/ChartJson/ProgramSpend","type":"POST"}},"type":"aspnetmvc-ajax","schema":{"model":{"fields":{"Category":{"type":"string"},"Series1Data":{"type":"number"}}}}},"tooltip":{"format":"{0:N0}","visible":true}});});

and the AJAX method is being properly fired and here is the resulting data.

{"Data":[{"Category":"Dec - 13","Series1Data":29994974.40},{"Category":"Jan - 13","Series1Data":40317364.19},{"Category":"Feb - 11","Series1Data":46536492.18}]}

I'm not sure what the problem is here since it all looks right to me.
Thanks in advance for any assistance.
Ed
Top achievements
Rank 1
 answered on 06 Aug 2013
10 answers
188 views
To reproduce
Add splitview + headers + buttons in headers
connect buttons to popOver and splitView
they do not open.
Richard Pense
Top achievements
Rank 1
 answered on 06 Aug 2013
1 answer
155 views
Hi,

I am filtering the data-source of a listview as follows...

function filter(){
   var listView = $("#SubFolderList").data("kendoMobileListView");
   listView.dataSource.filter({ field: "ItemName", operator: "contains", value: SearchValue });
   if(// the count after filter ==0){ 
    //i want to hide a div
   }
   else{
   //show the div
  }
}

How to get the count of the filtered row?

Thanks,
Amrutha
Steve
Telerik team
 answered on 06 Aug 2013
1 answer
411 views
I have DataSource like this:

var contactDataSource = new kendo.data.DataSource({
        transport: {
            tbl: azureService.client.getTable('CRContact'),
            read: function (options) {
                this.tbl.read({ SearchString: options.data.filter.filters[0].value}).done( 
                    function (d) {
                        options.success(d);
                    }, function (err) {
                        options.error(err);
                    });
            }
serverFiltering :true,
        schema: {
            model:
            {
                id: "id",
            }
        }
I need so when i use datasource.get(4) to call this example
this.tbl.lookup(idThatISendAsParameter).done(function (result) {
 
}, function (err) {
 
})
how can i override the get function.


Sorry for my bad English.





Petur Subev
Telerik team
 answered on 06 Aug 2013
1 answer
617 views
We have the requirement to provide a dynamically changeable date picker that supports changing the min and max options.

Please see this jsbin for an example: http://jsbin.com/uqukuk/1/edit

When you click the "Increase Max Date" button, the max option of the first date picker is adjusted. However, when I open the popup it still shows the old value. Only after I opened the second date picker once (this one is only on the screen to showcase this) I can see the changes in the first one.

So, to summarize:
1. Click "Increase Max Date"
2. Open first date picker popup
3. Expected: MaxDate of Aug. 29th, Actually seeing: still the old max value of Aug. 22nd

1. Click "Increase Max Date"
2. Open the second date picker popup
3. Click away without selecting anything
4. Open the first date picker popup
5. Now the max is correctly adjusted
Kiril Nikolov
Telerik team
 answered on 06 Aug 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?