I am currently building out multiple kendo grids dynamically by sending it a json of key value pairs. I do not explicitly define kendo column components.
I now have a requirement to append a icon in the corner of the cell if it meets a certain criteria based on the row header and col header of the particular cell.
Is there any way to iterate over the cells of a grid? Or a list of cells the grid component has
Thanks!
Hi,
Why is there no valueTemplate for the combobox component ? This is a must have. It is available in the DropDownList but not in ComboBox...
So withing the combobox, I can customize the itemTemplate but I want the value text to be the same as the item text.
Actually, for each item, I concatenate several string representing different attributes of the object.
I want to be able to display the same information when the item is selected (ValueTemplate).
For example, consider an object :
country = {
code: US
longCode: United-Stated
}
I want to be able to display "United-States - US", both in the list and in the value when the item is selected.
Thanks in advance.
Why the output of this line new FormControl(new Date(2018, 05, 14)), 2018/05/15? Why it add a day to the date?
Could you tell me how to style the label to not overlay with the negative value on a horizontal bar chart?
(see chart image attached)
Thank you.
Hi,
How to customize the multiseries vertical bullet chart target value. and add tooltip for target
As below example target value is taking full width
http://dojo.telerik.com/@tmplgis@gmail.com/OjubuBaB
In my requirement, I need to display both Room Number and Room Type on the side of the scheduler. Though I did achieve this by vertical grouping now I want is split that Room Column into Two so that on one side it shows Room Number and on the other Room Type. Please see the image for reference
I was able to achieve this with a custom field in the resource array
My Example