Is there a way to customize the current combobox to floating label combo box as per attachment? Or will kendo ui for angular 2 team release this kind of design for combobox?
Currently, such rendering is not supported, and it is not part of the roadmap at this point.
Related
I am developing a web application using AngularJS. There is a requirement like, a user should be able to sort a list of Items and to save that sorted order for future reference. For this particular purpose I used a Kendo UI Sortable Widget. The widget is working as expected in normal devices. But the sorting is not working in MS windows 10 devices with latest chrome, if I am using fingers to drag and drop the items.(Mouse drag and drop is working) The major thing is that the Kendo UI Sortable widget's change event not firing in this particular situation.
It looks like a latest chrome version issue after the introduction of pointer events. Please check following links.
https://github.com/taye/interact.js/issues/492
https://github.com/taye/interact.js/issues/457
I want to develop Kendo UI List view with endless scroll, please suggest me the solutions. or references
First, take the pagesize off your datasource. Second, don't use a pager control. Here is an example:
http://dojo.telerik.com/OLUFA
See the api here.
I am using Angularjs and bootstrap for my application. I have multiple sections in my page and each sections has multiple columns. I have used bootstrap grid to show the list of items for tablet and desktops ranges and used "row" for each of my sections and then col- class. Due to default bootstrap grid css, it shows one column display at mobile breakpoints for each sections.
However we want only at mobile breakpoint it should display work as accordion control.
I don't want to use css to hide the markup for tablets and desktop and show mobile markup for accordion. I want to use same markup for all of my breakpoints.
I have gone through the bootstrap accordion control also angular-ui project accordion control, however both require new HTML markup.
How can I use same bootstrap grid based markup to show accordion control at mobile breakpoints. Please also note; I tried to use ":target" css properties however it doesn't seems working fine with angular.
Please also note; I am using single page application and HTML5(true) router.
Please advice.
I was looking and found blog by Mary Lou which seems good solution to implement accordion using css only.
Accordion using CSS Only
I am working on Angular UI bootstrap typeahdead control, i am displaying the name information on typing. Now i want to show the additional information in case of duplicate names. is it possible to show the additional information in typeahead control, can we customize this control. I am using AngularJS as well.
Thanks
Is there a way to add custom template inside Telerik MVC Combobox.?
I have a need to add checkboxes and images for each options inside combobox.
Telerik have this feature for Rad control for combobox.
How to do it in MVC control?
Thanks in advance.
I think this is not possible now with Telerik MVC extensions but it is with KendoUI. Since the next release of KendoUI will include MVC extensions you may want to check it that works for you