Inserting a column in between columns that have been populated from a DataSource on Spreadsheet Sheet
I'm wondering if it is possible to create a feature to partially format a cell value from the exported Excel?
For example, I have a string like "Payment Terms: Please pay the full amount..." I only want bold text on "Payment Terms:".
Hi Telerik Team
We use in our project the multicolumncombobox, this is nice and I love it.
But maybe you can also develop for the dropdown ? I know I can use temaplates etc. but I think its nice if we become a finished multicolumndropdownlist
Best regards.
Murat from zurich
Hi Neli, I have an even bigger problem. Could you tell me how to configure the "enter" to be a "<br>" and not a "<p>". I am having a lot of problems. In the editor I press enter but since a <p> is inserted, my report shows it all together, without line breaks. I need an urgent answer please.
Attached images of the insertion problem of <p>
Thanks
The console component under demos is nice and I implemented still in my application with wodnload the console.js but I think its nice if you implement this as a component with APIs and features
for example filter and color for events or for a signalr or field, maybe with (X) delete all button and direction.
Thank you
Best regards from zurich
Murat
R2 2017 release finally add a new KendoListBox component. However, It lack some features, available in dropdownlist, like filter and item grouping who prevent me to use it for huge item list.
A quick suggestion : A very well guided experience for semi skilled developer and help him boost his capabilities up and above. Nice to have come across your product.
When using a grid with locked columns if the unlocked area is scrollable once scrolled horizontally the resize handle keeps it's original absolute positioning and doesn't respect the change in scroll.
When hovering over the edge of the column I can no longer see the resize handle. I can hover to the left where it would have been with no scrolling and then see it.
On DOM inspection I see the event to update the handle's position STILL FIRES when hovering the edge of a column header, but the position is based on scrollLeft() === 0.
I will assume the needed left position for each column is calculated on creation but is not re-calculated for horizontal scroll.
This can be reproduced in the live demos on Telerik's site.
https://demos.telerik.com/kendo-ui/grid/frozen-columns
You should be able to define a row template which uses the field templates. E.g. Define a Row wrapper and Column wrapper, so that kendo would automatically use the field template. Another option would be to define an variable, which you can use to call the field templates.
Hi,
I've notice an issue with Scheduler: the height for group slot is not correct calculated and items goes down to the next group slot.
Scheduler :
- group vertical after a field
- type of scheduler: "timelineWeek" or "timelineMonth"
- items of the group have same start date and their number are bigger then 20.
kendo ui version: 2020.1.219. Same issue with 2021.1.119
----------------------------------------------------------------------------------------------------------------------
I've created a dojo as example: https://dojo.telerik.com/EHeNigIQ . Also, you can see the issue into the picture bellow.
You can modify the variable "rows = 30;" and you will see more items that goes wrong into the other group slot.
Your demo site is broken.
https://demos.telerik.com/kendo-ui/multicolumncombobox/index
Hi Team,
Sorry for the confusion. I don't know where to post this content issue I saw in your website.
Have a nice day :)
Slider seems to only output numbers, I want to use it for date ranges, ala mint.com.
If the delete rows button is used on a table that is followed by another table, and all the rows from the first one are deleted, the next table receives focus. Upon clicking the delete row button again, an error is being thrown "Cannot read property 'rows' of undefined".
The issue can be reproduced with the Basic Usage Demo::
The event handling between DatePicker and DateTimePicker is inconsistent.
If I manually type a date into DatePicker and tab away from the input, the change event is triggered
If I do the same in DateTimePicker, no event is triggered
They should behave the same, of course DateTimePicker should also trigger whether or not the user types in a time
There only seems to be support for assigning a display timezone to the Scheduler component. This means that other date/time components/formats are forced to use either the browser's timezone (default) or require various event hacks to allow for manual conversion of values from the browser timezone to the preferred timezone used to display date/time values. It would be very nice if the following were supported: 1. Ability to set a default timezone across all date/time widgets (not just the scheduler). This could be similar to how cultures are set to localize messages and formats. If left unset, it would use the browser's timezone. 2. Ability to set a display timezone (different from the default) on all date/time components similar to what's available on the Scheduler. Those features should yield the following benefits: - allow end-users of applications using Kendo to select/store a preferred display timezone, which could be applied to all components. - reduce the additional effort and workarounds required to apply a particular timezone consistently across all/some widgets - If #2 allowed for functions (at least on some components like the Grid), it should make it possible to display date/times based on timezone values from records