Telerik Forums
Kendo UI for jQuery Forum
1 answer
107 views
Hi,

   I have a query. Do kendo ui pie-charts and barcharts support Tablet Pc?? It support IE 9 and Chrome.can any one help me 
Lyndsy Simon
Top achievements
Rank 2
 answered on 23 Feb 2012
5 answers
221 views
We would like to use your charting solution but would like to know if it is possible to customize the tooltip that is displayed when the user hovers over a point in the chart.  Can that tooltip contain text other than just the value and can that text change from one point to another?

Also, can you create clustered AND stacked bar charts simultaneously?  So something like this http://demos.kendoui.com/dataviz/bar-charts/column.html but have each bar be a stacked bar chart?

Thanks.

Nick
Alexander Valchev
Telerik team
 answered on 22 Feb 2012
4 answers
71 views
Hi,

Is it possible to refresh the chart with added data without the whole thing redrawing?  So it looks like the upper chart in this fiddle rather than the lower one.

http://jsfiddle.net/GilesBradshaw/uJdZx/67/ 
giles
Top achievements
Rank 1
 answered on 22 Feb 2012
1 answer
79 views
If I buy kendoui licence now, will it include web & dataviz updates for 1 year?
or only web updates?
undefined
Donna
Telerik team
 answered on 22 Feb 2012
1 answer
740 views
Hi,

I'm really beginner with the Kendo UI and not sure how to implement this.
I want to use a DropDownList to load 50,000 elements. Loading this amount of option doesn't make sense and not performance wise.
I have successfully used the grid and Server-Side paging and this is working very well for large dataset.
I want to do the same with the DropDownList. When I set the PageSize (20), number or records to load per page is limited to that number (very great).
I thoughts that when searching on different names, the DropDownList contronl would automatically re-fetch to retrieved the new values. How the DropDownList should be used for larger dataset?  Unfortunately all the examples are either on small dataset or using local JavaScript array.

I guess I need to implement something for don't know how to handle this.

Thank you.

<script type="text/javascript">
    $(document).ready(function() {
    
      $("#dropDownList").kendoDropDownList({
            autoBind: false,
            dataTextField: "SalesrepName",
            dataValueField: "SalesrepId",
            dataSource: {
                type: "odata",
                serverFiltering: true,
                serverPaging: true,
                pageSize: 20,
                transport: {
                    read: "csp/mediapool/public/dt.common.odata.RequestServer.cls?$select=SalesrepId,SalesrepName&$tablename=dt_common_ui_samples_data.Salesrep&$orderby=SalesrepName"
                }
            }
        });

});
</script>
Georgi Krustev
Telerik team
 answered on 22 Feb 2012
9 answers
320 views
Instead of enable the textbox for editing, is there any way to bind a dropdown list, please advise.

Thanks
underscore
Top achievements
Rank 1
 answered on 22 Feb 2012
0 answers
99 views
Can I always show in the grid 5 lines.
Even if I have fewer rows so that the remaining rows were empty?
Andriy
Top achievements
Rank 1
 asked on 22 Feb 2012
1 answer
283 views
How can I easily keep the selected rows by the user and put back the selection when scrolling back to this page (or when the record is shown because sort could change the order). I would keep the unique Id for each row records but struggling how to easily do that.
I know how to get the raw data but don't know how to do it using the datasource.
Rosen
Telerik team
 answered on 22 Feb 2012
0 answers
91 views
Hello guys,

i'm using the tabstrip and i have 

hdr = $("#[data-role=header]");
                ftr = $("#[data-role=footer]");

which gets the wrapper for footer and for tabstrip.

My goal is to have this script working

 if (window.innerHeight < window.innerWidth)//landscape mode
                                    {
                                        ftr.hide(); hdr.hide();
                                    } else {
                                        ftr.show(); hdr.show();
                                    }

Which, at first, does work. But when i'm going to another tabstrip, strange behavior occurs - the  other tab completely disappears!
Clearly, this is not the right approach. Is there a programmatic way to hide/show the footer/tabstrip?

Thansk!
Andrei
Top achievements
Rank 1
 asked on 22 Feb 2012
0 answers
177 views
Hello guys,

I'm using the scroll view like in your example that makes a small gallery.
How can i make that example full screen?

Seems difficut since there are many wrapping divs generated by kendo,
There are divs such as .km-scroll-container, .km-content, #scrollview-container, and another one
generated in between the photo divs and the data-role='scrollview' div, etc...

what is the right way?

Andrei
Top achievements
Rank 1
 asked on 22 Feb 2012
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?