I'm trying to filter the results of my query clientside using values selected from a Kendo MultiSelect menu. It filters properly when I select one option from the dropdown, but when I try to filter with two values for the same column, no results are returned.
It seems likely that this is because it is searching for rows where there are both selected values in the same column. Is there a way to change this so it is looking for one value or the other, instead of both?
I've attached a screenshot to demonstrate.We increased the numbers of rows to 1500 in sample on kendo ui grid filtering section.
Please refer below link it has 1500 rows and try to search by Product Name. it takes seconds to filter. Can you please check if we are missing anything.
http://plnkr.co/edit/hIAvVTUGL4N46IjiAY9a
Hi,
I'm trying to create a multi level Hierarchical Grid using Kendo UI jQuery. I have created a grid with one level of hierarchy which works fine. When I add another hierarchy level in the detailInit function the entire grid messes up. Could you please provide an example of a 3-tier hierarchy grid or advise how I would go about this?
Thanks,
Ben
I have a grid with a button in each row.
Exporting to PDF I would like to exclude these buttons.
Is this possible?
In the documentation for pdf.avoidLinks (http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-pdf.avoidLinks) it reads: "It's also possible to pass a CSS selector as argument. All matching links will be ignored.".
Does this css selector only match links (<a> elements)?
How do I compare to columns and then change the background color of one column
something like
if(Ihours > kHours)
Ihours.backgroud.color = red;
bad code but just getting my point across
Thanks
I am having issue getting my data from an AngularJS Grid.
<kendo-grid id="grid" options="mainGridOptions"></kendo-grid>
var gridModel = $("#grid").data("kendoGrid").dataSource.data();
this does not pull the data.
How do i get the data from the grid?
Thanks
I am using Kendo Chart with Angularjs and Tooltips are being clipped at the top. I tried using the following:
<div kendo-chart
k-series-defaults="{type: 'column', labels:{visible: true, background: 'transparent', field: 'modulePercentage', format:'p0', template: '#= value#%'}}"
k-series="[{field: 'modulePercentage', colorField: 'BackGroundColor', name: 'SSQScore', type: 'pie'}]"
k-plot-area="{margin:{top: 5, left: 25, right: 25, bottom: 5}}"
k-category-axis="{field: 'Score', labels:{font: 'bold 8px sans-serif', rotation: '-45'},majorGridLines:{visible: true}, line:{visible: true}}"
k-value-axis="{majorGridLines: {visible: true}, visible: true}"
k-tooltip="{visible: true, template: ' #=dataItem.moduleCount # '}"
k-data-source="filteredContractorStatus"
k-series-click="onContractorClick"
k-panes="[{clip: false}]">
</div>
But nothing changes.
Any assistance is greatly appreciated.
Good morning,
As you can see in the picture attached, when showing 2 data series in a column stack chart, the Y axis doesn't show the whole range, it makes a kind of "zoom in" of one of the values (only with a huge difference). Is it possible to fix this?
Thanks a lot.