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
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.
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?
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
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.
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
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
Hi.
Here is my line chart sample. The name of series is deltaX ("ΔX") and so on. But if there is
renderAs: "canvas"Is it ok? Is it fall under limitations on canvas: interactive features are not available with the exception of shared tooltips?
Thanks in advance.