Telerik Forums
Kendo UI for jQuery Forum
15 answers
1.9K+ views
Hi,

I have a grid all setup and working the way I want. I think It's pretty slick, but i've noticed that if a user filters a column, there doesn't seem to be any indication that the data is being filtered once that menu is closed.

Am I simply missing a 'is filtered' indicator, or is there not one?

If there isn't can you suggest a good way to add one? I imagine either some text at the bottom or top stating its filtered on particular columns or an image on each column header that indicates a filter is being applied.
Konstantin Dikov
Telerik team
 answered on 17 May 2017
1 answer
161 views

Hi,

I have a need to add some frames to identify period of times, that are not events (appointments) but have some specifics...

There is no problem to add a nice div using $(this.ID + " .k-scheduler-content").append();, but I could not find the way to compute the position (left, top, width, height) of that div...

For instance for a frame that should be at day of 17/05/2017 (the 4th row in my case), spanning from 10:30 to 12:00...

I'm looking to find the correct column and rows from this information...

 

Regards

 

Ivan Danchev
Telerik team
 answered on 17 May 2017
10 answers
1.4K+ views
I am trying to create a donut chart with multiple series. I am using the basic example as a starting point http://demos.telerik.com/kendo-ui/dataviz/donut-charts/index.html.

I would like a single legend, I the example if I turn on legends it shows for each series (they are the same).
I would like to label the series by there name rather than the individual sections.

I have include what I get from the sample and what I would like.

Thanks,
Dan



Iliana Dyankova
Telerik team
 answered on 17 May 2017
4 answers
849 views

Starting with Kendo-UI 2017, I've noticed that the row filter now shows two "x" buttons to clear the filter (one inside the text box and one to the right of the text box). Why are there two rather than only one like in the older versions? Also, is there a setting to remove the clear button from inside the text box without resorting to using CSS?

http://dojo.telerik.com/AkApE

Just to be clear, I'm not referring to the "x" that IE puts into text boxes.

 

 

Chris
Top achievements
Rank 1
 answered on 16 May 2017
6 answers
155 views

Can I add a new save and cancel button and can call save and cancel function?

Or I can modify original save button to a image call the save function

Nencho
Telerik team
 answered on 16 May 2017
3 answers
869 views

I'm using an MVC grid on a page which contains a checkbox column. It's defined as follows:

        columns.Bound(p => p.IsActive).Title("Active?").ClientTemplate("<input type='checkbox' #= IsActive ? checked='checked' : '' # />").Width(80);

I have JavaScript code that captures a change in the value of the checkbox and sets the underlying data item to true or false as follows:

$("#grid .k-grid-content").on("change", "input#IsActive", function (e) {
        var grid = $("#grid").data("kendoGrid");
        var checked = $(this).is(':checked');
        var col = $(this).closest('td');
        dataItem = grid.dataItem($(e.target).closest("tr"));
        dataItem.set(grid.columns[col.index()].field, checked);
    });

All this works exactly as it should. Except when the user saves the row and my controller Update method is called, the value of the checkbox is always returned as false, even if the checkbox is checked. I have verified that the value of 'checked' above is true and the underlying data item is being set to true. But a false is always returned to the controller method.

Boyan Dimitrov
Telerik team
 answered on 16 May 2017
1 answer
156 views

Hello there,

   We faced with weird grid columns reordering issues. Here is the basic dojo: http://dojo.telerik.com/eyuVe/2

1. Steps to Reproduce: 

2. Move Group 2 to the last column place.
2. Move Group 1 to the 2 place.
3. Move Group 2 to the 1 place.

As a result you could see switching child columns between Group 1 and Group 2 parent columns.

2. Attempt to move group before frozen column often cause to another group column headers disappearing

Steps to reproduce:

1) Go to http://dojo.telerik.com/eyuVe/2

2) Move group2 header to frozen column and release it when group2 header on top of frozen column (in position like on screen attached)

Boyan Dimitrov
Telerik team
 answered on 16 May 2017
2 answers
405 views

I'm using Kendo UI for Angular and I've found that the dialog component, kendo-dialog, is no longer centering. instead it has started appearing in the bottom right hand corner of the browser window.

The issue doesn't appear to occur in the simplest case with just kendo-dialog component in a template and no other components. The issue appears to occur once more components have been added.

I was going to put try and put together a plunker but then I noticed that the SASS Theme Builder is exhibiting the issue. See http://themebuilder.telerik.com/kendo-angular-ui and press the open dialog button.

This issue affects both Chrome(58) and Edge.

Simon
Top achievements
Rank 1
 answered on 16 May 2017
3 answers
712 views

I need to bind a handler to the click event of the Kendo UI editor after initialization.

I have tried to bind the handler to the iframe or the iframe body tag using jQuery bind(), .on() or .click() methods, but it does not work.

Can someone help and show me some example code how to bind to the click and double-click events please?

Regards

Johan

 

jagter5
Top achievements
Rank 1
 answered on 16 May 2017
4 answers
413 views

Hello,

I have a grid with multiple nested aggregations. When I click on the 'X' icon to remove the aggregation, I get the following JavaScript error:

Uncaught TypeError: r[n].call is not a function
    at init.trigger (kendo.all.js:124)
    at init.change (kendo.all.js:47748)
    at init.trigger (kendo.all.js:124)
    at init._change (kendo.all.js:24315)
    at init._removeIndicator (kendo.all.js:24311)
    at HTMLAnchorElement.<anonymous> (kendo.all.js:24180)
    at HTMLDivElement.dispatch (jquery.min.js:3)
    at HTMLDivElement.r.handle (jquery.min.js:3)

 

The column button is removed from the aggregation top band, but the aggregated data remains in the grid and there is no way to get rid of it.

 

I don't know where to look. Any ideas?

Thank you,

Eduardo
Top achievements
Rank 1
 answered on 15 May 2017
Narrow your results
Selected tags
Tags
Grid
General Discussions
Charts
Data Source
Scheduler
DropDownList
TreeView
MVVM
Editor
Window
DatePicker
Spreadsheet
Upload
ListView (Mobile)
ComboBox
TabStrip
MultiSelect
AutoComplete
ListView
Menu
Templates
Gantt
Validation
TreeList
Diagram
NumericTextBox
Splitter
PanelBar
Application
Map
Drag and Drop
ToolTip
Calendar
PivotGrid
ScrollView (Mobile)
Toolbar
TabStrip (Mobile)
Slider
Button (Mobile)
Filter
SPA
Drawing API
Drawer (Mobile)
Globalization
LinearGauge
Sortable
ModalView
Hierarchical Data Source
Button
FileManager
MaskedTextBox
View
Form
NavBar
Notification
Switch (Mobile)
SplitView
ListBox
DropDownTree
PDFViewer
Sparkline
ActionSheet
TileLayout
PopOver (Mobile)
TreeMap
ButtonGroup
ColorPicker
Pager
Styling
Chat
MultiColumnComboBox
Dialog
DateRangePicker
Checkbox
Timeline
Drawer
DateInput
ProgressBar
MediaPlayer
ImageEditor
TextBox
OrgChart
Accessibility
Effects
PivotGridV2
ScrollView
Switch
TextArea
BulletChart
Licensing
QRCode
ResponsivePanel
Wizard
CheckBoxGroup
Localization
Barcode
Breadcrumb
Collapsible
MultiViewCalendar
Touch
RadioButton
Stepper
Card
ExpansionPanel
Rating
RadioGroup
Badge
Captcha
Heatmap
AppBar
Loader
Security
TaskBoard
Popover
DockManager
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
TimePicker
BottomNavigation
Ripple
SkeletonContainer
Avatar
Circular ProgressBar
FlatColorPicker
SplitButton
Signature
Chip
ChipList
VS Code Extension
AIPrompt
PropertyGrid
Sankey
Chart Wizard
OTP Input
SpeechToTextButton
InlineAIPrompt
StockChart
ContextMenu
DateTimePicker
RadialGauge
ArcGauge
AICodingAssistant
SegmentedControl
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?