Telerik Forums
Kendo UI for jQuery Forum
4 answers
59 views

Dear Support team,

My company started using new kendo feature - Filter Multi Checkboxes. But we found an error which is connected to changing datasource in existing grid. More is shown in attached dojo link:

http://dojo.telerik.com/AkAxO

As you can see, after clicking 'Change data source' button, more than one filter panel is appearing when you are trying to filter column. Kendo creates new panel for every button click.

I looked into sources and the problem is related to creating FilterMultiCheck element - init method is runned every data source change, which is incorrect in our situation. 

Please let us know how we should solve this problem.

Marcin (Szwagier) Bębenek

 

Kiril Nikolov
Telerik team
 answered on 27 May 2015
1 answer
395 views

I have a grid and for couple of columns in the grid I have a dropdown list in the custom filter. The problem i am facing is that if I select a value from any of the dropdownlist for the first time, the filter does not work. When I select a value again from the filter it starts working, until I clear the filter. After clear filter again the same thing happens. 

 I saw couple of post which says that it is a known issue. Need to check how to get the fix for this.

 

Thank You,

Nilesh Shripad Gokhale.

 

Atanas Georgiev
Telerik team
 answered on 27 May 2015
3 answers
215 views

The silverlight grid we are replacing allowed multi sort, but required control clicking the column header to enable it. I prefer this method over the way it works by default in kendo using sortable: { mode: "multiple", allowUnsort: true } where if you are sorted by ColA and you want to be sorted by ColC user has to first click ColA to unsort then ColC to sort.

I would prefer it to work as follows:

a) if you just click without holding control, the sort is always reset to just the column clicked on - with the caveat that i guess if the column clicked on is already the sort column it toggles thru its states of asc/desc/unsorted like it presently works.

b) if the user is holding the Ctrl key when they click on a column, then the column is appended to the current sort column list if any with the caveat that if it is already in that list, the direction toggles.

Would it be possible to override some things to get this behavior?

Alexander Popov
Telerik team
 answered on 27 May 2015
1 answer
118 views

Hello,

Getting following error.

 "bound columns require a field or property access expression".

got of lot links to for single column binding none of them worked.

 Iam bind data as follows.

 

series.Bubble(
                model => model.Growth,
                model => model.Jobs,
                model => model.Applications,
                model => model.Company
            );

 

Any pointer will be helpful.

-Thanks

 

Iliana Dyankova
Telerik team
 answered on 27 May 2015
3 answers
118 views
In the datasource change event, the event data contains a "field" property for which model property caused the change, but you don't mention it in the documentation.
Kiril Nikolov
Telerik team
 answered on 27 May 2015
1 answer
211 views

Hello,

I'm using kendo grid with angular. I've declared the grid in the html like that:

<div kendo-grid="grid"
         k-options="gridOptions"
         k-rebind="gridOptions.dataSource.data"
         k-on-change="gridSelectionChange(data, dataItem, columns)"></div>

the grid is multiple cell selectable and what i want is to get the data of the selected cells. The problem is that in my function gridSelectionChange() the parameter data is an array of datas of the row and not the data of the selected cells. How can I get in an array the datas of only selected cells ?

For more information my grid is a Multi-column headers. I bind it with a big json object with arrays for some attributes.

Thanks for your help.

Boyan Dimitrov
Telerik team
 answered on 26 May 2015
2 answers
301 views

I want to create a Layout which is similar to what's shown on the "What's New"-page but the actual Demo is pretty different.

Is it possible to create something like what you can see on the screenshot with pure Kendo UI elements or is additional styling / other Material Design libraries needed?

PS: I want to implement this in angular js

Stefan
Top achievements
Rank 1
 answered on 26 May 2015
1 answer
571 views

I would like to use the kendoui window to open a dynamic number of windows and ideally if that window already existed by name it would just show the same window.

 

So i'm imagining a javascript function

 

win(name, url, width)

 

 

And I would call this from various places

 

<button onclick="win('my window', '/example/view', 100);">click me</button>

 

Im not really sure how to create a window like this using its name and how to check if it already exists.

 

The app is very simple, a range of menus and each menu opens a window, but the menu is driven from database content, thus I cant predefine all the windows

Plamen Lazarov
Telerik team
 answered on 26 May 2015
2 answers
144 views
Hi, I'm trying to have a menu option be an Inputbox, but it automatically closes when the user clicks on it to start typing.
The code I'm using is:
$("#menulogin").kendoMenu({
                    dataSource: [
                        {
text: "Login", imageUrl: "",
                            items: [
                                { text: "1", imageUrl: "images/icons/house.png" },
{ text: "2", imageUrl: "" },
                                { text: "3", imageUrl: "" },
{ text: "<div style='width:200px;position:relative;'><input id='subsearch' type='text' name='textfield' id='textfield' style='width:100%;' /><img src='images/icons/search_icons/normal/search_icon.png' width='26' height='20' style='position:absolute; right:0px;top:1px'  /></div>", encoded: false, closeOnClick: false, imageUrl: "" },
{ text: "<i>option 1</i>", encoded: false,imageUrl: "" },
{ text: "<i>option 2</i>", encoded: false,imageUrl: "" }
                            ] } ] });

What I want is to have the menu act normally when clicked at any option except the one with the DIV and INPUT tags. 
Not sure if it's with the closeOnClick option, but haven't been able to make it work.
Please help.
Brad
Top achievements
Rank 1
 answered on 26 May 2015
2 answers
135 views

Hi.

 

Here is my  line chart sample. The name of series is deltaX ("&Delta;X") and so on. But if there is

renderAs: "canvas"
presented then  displaying of series name is failing, it show's "&Delta;X".

Is it ok? Is it fall under limitations on canvas: interactive features are not available with the exception of shared tooltips?

 

Thanks in advance.

EZ
Top achievements
Rank 2
 answered on 26 May 2015
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
Licensing
ScrollView
Switch
TextArea
BulletChart
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
TimePicker
FloatingActionButton
CircularGauge
ColorGradient
ColorPalette
DropDownButton
TimeDurationPicker
ToggleButton
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
SmartPasteButton
PromptBox
SegmentedControl
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?