Add an Image Properties section to the image manager dialog, similar to the one in RadEditor for ASP.NET AJAX: http://demos.telerik.com/aspnet-ajax/editor/examples/xhtmlvalidatortrackchangesformatcodeblockdialogs/defaultcs.aspx
I need to be able to bind similar to: <%= Html.Telerik().TreeView() .Name("TreeView") .DragAndDrop(settings => settings .DropTargets(".drop-container") ) .ClientEvents(events => events .OnNodeDrop("onNodeDrop") ) .BindTo(Model, mappings => { mappings.For<Employee>(binding => binding .ItemDataBound((item, employee) => { item.Text = String.Format("{0} {1}", employee.FirstName, employee.LastName); item.ImageUrl = Url.Content("~/Content/TreeView/Common/contact.png"); item.Expanded = true; }) .Children(employee => employee.Employees)); }) .HtmlAttributes(new { @class = "t-group" }) %> and have the functionality of sorting, filtering
I sugest new callbacks in scrollview, like before and after callbacks, to made easy create new behaviors, like a carousel with a previous and next buttons. And update the change callback, when I used the function scrollTo, the change callback isn`t been called.
Allow to customize and define what html attributes to be rendered as part of the LI elements of the navigation widgets.
Add a toolbar button that removes all formatting from the selected text.
All the ticks inside the range can be the same color of range
When working in a team based setting where you have developers and functional specification owners what is your approach? Is there anything available in Kendo UI that allows groups to collaborate on UI concepts before the first line of code is written? How does one offer feedback? Kendo sounds like its a development platform but where is the UI ideation taking place to firm up what the product will provide while giving an early stage visual tease? These would be tools that specification owners could use to flesh out the functionality. So my question is how do you guys do this in your shops?
Support for more styling options for labels, for example, ability to add "text-decoration" to make the label look like a hyperlink.
I suggest develop a wigdget for Calendare (like Google Calendar or this http://arshaw.com/fullcalendar/)
When loading a remote view on a large project project, i would love to have the option to load the view css only when needed instead of loading each and every css in the main app page. Thanks, ilan,
On this page: http://demos.kendoui.com/web/grid/column-menu.html See the "Shipxxx" column. IE can input contents and submit but the menu seems shake. Other modern browsers can NOT input contents but the menu Not shake. Please fix both! Thanks~
Allow actionsheet to be databound to a DataSource
Hi, Need color ranges for the Y-axis in the line chart. This will enable the users to identify within which range the values falls with.
When grid use popup edit, click cancel or close, the top row removed.
I have an action list that is part of a view bound to a view model. The data-action attributes won't fire handlers that are part of the view model in the same way that a data-bind attribute does. I think that they should as the action list is part of the view. One other suggestion it to make the description text box (the one I am typing in now) sizable and provide a mechanism for formatting code examples.