Hi,
I'm using the ListView with Angular and when I set the selectable property to multiple the ListView is not showing anymore. When I set selectable back to true, it works correctly( setting it to single doesn't work either). Any ideas what the issue might be?
<
div
kendo-list-view
class
=
"productList"
k-data-source
=
"$ctrl.products"
k-selectable
=
"multiple"
>
<
div
class
=
"product"
k-template>
{{ dataItem.productName }}
</
div
>
</
div
>
Thanks in advance,
Christian.
Hi there;
Is it still the case that Kendo RangeBar can't deal with dates/times on its x axis? Do we still need to convert to numbers?
Thanks,
Jason
I have a stacked bar chart which displays correctly as per the attached ChartStackBar.zip file. I'd like to add the score as a label at the end of each bar, as per the attached ScoreDisplay.png file. Can you help with this? I haven't been able to find any examples which do this.
Thanks very much for your help.
Chris
Hello,
I have implemented a kendo Treeview using angularjs integration. I have a situation where i have to drag and drop items. I have limited the height of my div and enabled scroll vertically. So now when i drag items up or down auto scroll isn't working. Is there any property that i am missing or any sample that i have to look into? Attaching the screenshot.
Thanks in advance.
Hello,
I need a code example on kendo grid dragdrop rows from a grid that has a server datasource.
Thanks in advance,
I've defined Models for all my data entities especially to assign date data types. When I use them inside a DataSource everything works fine. However if I try the model as stand-alone to create a model from JSON parsed data, the dates are not parsed.
Am I doing this wrong?
Here's a dojo:
http://dojo.telerik.com/olOce/2
Code:
var MyModel = kendo.data.Model.define({
id: "id", // the identifier of the model
fields: {
myDate: { type: "date" }
}
});
var inst = new MyModel({
id: 10,
myDate: "2017-03-30T00:45:11.804"
});
// should be "Date"
alert(typeof inst.myDate);
I clicked on the export button while looking at my site in Safari and instead of downloading the file it just reloaded the page. I tried to look around and find an answer to this but didn't find anything. If I open my page in Chrome I get the export I expect.
I downloaded 2015.1.429 to make sure it wasn't an update.
I was using Safari because of Chromes battery life behavior, but I know the users of the site I'm working on do use Safari.
I want add html tag or custom css in Numeric TextBox Input.
For example, it is like an attached image.
If not, should I inherit Kendo View?
Please answer about my question
Thx.