Telerik Forums
Kendo UI for jQuery Forum
1 answer
131 views
Is it possible to display weeknumber in the datepicker in the schedulers toolbar? (like https://docs.telerik.com/kendo-ui/api/javascript/ui/calendar/configuration/weeknumber)
Dimitar
Telerik team
 answered on 23 Jul 2018
18 answers
1.8K+ views
The spinners may not always be desired on all of the numeric textboxes. Is there an easy way to disable them? If not, could you guys consider adding that feature? Thanks!
Konstantin Dikov
Telerik team
 answered on 20 Jul 2018
2 answers
7.5K+ views

Hi All

 

I'm using kendo grid where my data source is a dynamically generated HTML table. I would like to understand how I can generate a dropdown like filter for a particular column, where the user can select the data to be filtered rather than typing it.

 

Appreciate your inputs.

 

Thanks

Vijhay Devarajan

Eyup
Telerik team
 answered on 20 Jul 2018
1 answer
106 views

Here is the code how I built my kendo Chart

$('#chartR').kendoChart({ title: { text: "Selected Rep Compared to All Reps (March 2018- April 2017 Only)"}, legend: { position: 'bottom'}, tooltip: { visible: true,template: '#: series.name # #: value #%'}, seriesDefaults: { type: 'column', overlay: { gradient: 'none'}, categoryField: 'Chain'},//seriesColors series: [{ data: newData, name: 'Selected Rep', field: 'Per2018Amount'},{ data: totalData, name: 'All Reps', field: 'Total2018Amount'}], valueAxis: { labels: { format: '{0}%'}}})

As was in my goal i need to define separate data for each of series but onLoad on mobile devices i cant see anything. What the problem can be? Also I'm refreshing charts on screen dimensions changing with

var chartR = $('#chartR').data('kendoChart') chartR.refresh();

And with select I'm changing data for one of the series

chartR.setOptions({ series: [{ data: newData, name: 'Selected Rep', field: 'Per2018Amount'},{ data: totalData, name: 'All Reps', field: 'Total2018Amount'}]})

Stefan
Telerik team
 answered on 20 Jul 2018
2 answers
96 views

I have created a dojo example that I just can't seem to get to work correctly. Grid with two rows of numbers

It creates the grid correctly but does not show the rows.  What am I doing wrong?

Ed
Top achievements
Rank 1
 answered on 20 Jul 2018
1 answer
107 views

I have an HTML table that I'm creating a grid from, but I'm not able to change the height. The grid is within a splitter and the splitter pane has a div before the grid but I don't think this is causing the problem. Even without the splitter, I'm not able to size the grid to fill the window.

 

Example:

http://dojo.telerik.com/uzudOzEt/2

 

References:

Resize and Expand the Kendo UI Grid to 100% Height

Expand Grids to Match the Height of TabStrip Containers within Splitter Panes

Marin Bratanov
Telerik team
 answered on 19 Jul 2018
2 answers
1.9K+ views

Where am I able to place a jQuery success or fail event on the save event of the Grid that uses a dataSource?




Eva
Top achievements
Rank 1
 answered on 19 Jul 2018
8 answers
786 views
Hi. Is there a way to specify which fields are shown in the spreadsheet when binding to a datasource?  I tried excluding a field in schema.model.fields but the spreadsheet still displays all the fields as columns.  Also, is there a way to specify the order that the columns appear?
Dimitar
Telerik team
 answered on 19 Jul 2018
3 answers
4.5K+ views
Is it possible to remove a specified filter from he datasource in javascript.  I would like to dynamically add/remove a filter after checking/unchecking a checkbox.

for example:

var filters = datasource.filter();
for(i=0;i<filters.length;i++){
    ...
    [conditional code here]
    ....
    filters[i].splice(i,1);
}



Stefan
Telerik team
 answered on 19 Jul 2018
2 answers
161 views

Hi - I have columns that I want to show in the ColumnMenu:columns or not based on a variable.  What I have right now on the column definition is " menu: false," but in some cases I do want the column to show up.  I tried making it a function, not even checking the variable yet:

                    menu: function (e)
                    {

                        return false
                    },

which doesn't work.  Is there a way to do this?

Thanks

Lisa

 

 

 

 

Lisa
Top achievements
Rank 1
 answered on 18 Jul 2018
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?