Skip to content Skip to sidebar Skip to footer
Showing posts with the label Kendo Ui

Kendo Grid: Getting An Instance In A Angular Directive

this follows directly on from this question (with an additional question hence I thought should be … Read more Kendo Grid: Getting An Instance In A Angular Directive

Kendo Grid: How To Get The Selected Item From A Combobox Cell Template When Using With Angular

I have a Kendo grid which I am using within Angular, and have a field with a combo box, that has th… Read more Kendo Grid: How To Get The Selected Item From A Combobox Cell Template When Using With Angular

How Can I Get Kendoui Mvc To Work With Content Security Policy

How do I avoid Telerik KendoUI creating inline scripts when using ASP.NET MVC Kendo compontents? Th… Read more How Can I Get Kendoui Mvc To Work With Content Security Policy

Assigning Selected Rows As Other Grid Datasource

I am working on setting up a scenario as following: 1) User is shown existing results on first grid… Read more Assigning Selected Rows As Other Grid Datasource

Kendo Ui: Not Able To Add Footertemplate To Grid

I am trying to display the count of the field in the footerTemplate. Follow is the fiddle: http://… Read more Kendo Ui: Not Able To Add Footertemplate To Grid

Custom Filtering With Multi-select Drop Downs

I have a grid containing three multiselect controls in the toolbar which are to be used to filter t… Read more Custom Filtering With Multi-select Drop Downs

How To Refresh Kendo Grid Base On Additional Paramer

I have a customize Read function for kendo grid .... public virtual async Task Read([DataSourceR… Read more How To Refresh Kendo Grid Base On Additional Paramer

How To Validate A Date Is In The Format Yyyy-mm-dd Using Kendo Validator?

I have a kendo date picker that is constructed as follows: $('#date').kendoDatePicker({ … Read more How To Validate A Date Is In The Format Yyyy-mm-dd Using Kendo Validator?

Kendo Ui Grid With Dynamic Columns And Random Data Showing Json Objects As [object Object]

The data is random and I cant predict the columns. I read data from remote and display it on the gr… Read more Kendo Ui Grid With Dynamic Columns And Random Data Showing Json Objects As [object Object]

Knockout-kendo Issues Binding Through Computed Observable

I am attempting to use knockout-kendo.js to declare a kendo dropdownlist control in a knockout forE… Read more Knockout-kendo Issues Binding Through Computed Observable

Javascript Inside Kendo Template Is Giving Incorrect Result

I have a template with javascript inside it # if(IsSelected) { # Solution 1: Try defining … Read more Javascript Inside Kendo Template Is Giving Incorrect Result

How To Set The Number Format For Hyperlinks In Kendo Grid Column

I want to apply the number format for a column in kendo grid. That column definition is: { fiel… Read more How To Set The Number Format For Hyperlinks In Kendo Grid Column

Kendoui Filter Treeview

I am using the treeview of KendoUI and want to give the user the possibility to filter it. There i… Read more Kendoui Filter Treeview

Treeview Checkbox Selection With Graph Updation Is Not Working Properly

In my project i have chart and treeview while pageload chart update is not working properly means h… Read more Treeview Checkbox Selection With Graph Updation Is Not Working Properly

Setting Kendo Ui Grid Height 100% Of Wrapper

I know there is an easy way to set fixed height of a Kendo UI grid through their API but for our sp… Read more Setting Kendo Ui Grid Height 100% Of Wrapper

Json.stringify Is Ignoring Object Properties

See the jsfiddle example http://jsfiddle.net/frigon/H6ssq/ For some reason there are fields that JS… Read more Json.stringify Is Ignoring Object Properties

Reloading Kendo Ui Grid The Row Item Code Executes An Error

I've a web application with kendo ui grid. The grid is load with Bakbone.js when I click a butt… Read more Reloading Kendo Ui Grid The Row Item Code Executes An Error

Extending Kendo Window Breaks Kendowindow

I am attempting to subclass Kendo Window. So far my subclassed Window is working. However, it break… Read more Extending Kendo Window Breaks Kendowindow

How To Set The Tree View Node Color For Kendo Ui Treeview?

I want to set the tree view color based on the value defined in the datasource field, From this li… Read more How To Set The Tree View Node Color For Kendo Ui Treeview?

Kendo Calendar Selected Date Event

Hi I've a kendo calendar and a text box in my page. When I select any date on the calendar, I w… Read more Kendo Calendar Selected Date Event