I hardly found 10-12 themes and none of it other than blue-opal looks good on UI. Please add some good themes.
The "Image Gallery" sample contains more than a nude picture; yes it is an art, but I think it is not suitable for many people including me, seeking for technical help or demos. Please keep this perfect technical site clear and focused. Yes, the image list is dynamic and the data source may be outside Telerik servers and control. http://demos.telerik.com/kendo-ui/aeroviewr/#photos/101426369 http://demos.telerik.com/kendo-ui/aeroviewr/#photos/101401175 Thank you for your great products, tools and samples.
Using the drawing API, we can draw on the chart itself for flexible annotations.
My grid with server side filtering returns 3 rows. But the returned rows are hidden by client side filtering. It shows no rows. For example: My filtering on server side returns 15 rows in two pages (pagesize: 10). But the client side filtering hides all rows but the single row satisfying the condition which is in the second page. So all records in the first page is hidden. In my opinion, all 15 items should be displayed. or the record satisfying the condition should be shown in the first page itself.
Kendo UI has accessibility built into it. I do not know why you do not have it for Kendo UI Mobile. Accessibility is still needed on mobile apps. I know Android does not handle it will, but iPhones do using VoiceOver.
[a] On paste [1] If pasted text contain email/url then convert it into link. [b] On typing using keyboard in editor [1] If Email is typed in editor then convert it into email link (href should contain mailto: attribute). for example if you type abc@pqr.com then its link should be like (<a href="mailto:abc@pqr.com">abc@pqr.com</a>). [2] If URL is typed in editor then convert it into URL link.
Kendo grid column custom command should either have option to pass template or have dataItem as default parameter along with jquery event. Currently cannot get the dataItem
Chart legends should be draggable, so if it overwrites any chart lines, user can drag them away easily.
It would be nice to have tooltips showing when the user hovers a shape on a map, basically the same funcionality that can be obtained for markers.
Stacked bar chart issue, undefined is shown in the series where a category data is not available among the series.
PDF Export required a new method which will open on new tab instead of downloading it. eg: kendo.drawing.pdf.open(group,"Invoice.pdf")
Can you provide grails with kendo ui configuration steps
Sir, Do you have pivot grid like feature in kendo grid Thanks
I would like to be able to add workfklow specific shapes like swimlanes to kendo diagram and being able to edit their texts.
When Adding a schedule item,a popup is opening but when opening popup i want to restrict popup based on css class name of clicked scheduled item how to get css class name of clicked scheduled item Sourcecode: @(Html.Kendo().Scheduler<FMCO.DataTransferObjects.Configuration.AppointmentModel>() .Name("scheduler") .Date(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day)) .StartTime(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, 08, 00, 00)) .EndTime(new DateTime(DateTime.Now.Year, DateTime.Now.Month, DateTime.Now.Day, 17, 00, 00)) .Editable(editable => editable.TemplateName("CustomEditorTemplate")) .EventTemplate("") .Events(e => e.Add("onAdd")) ) <script> function onAdd(e) { // i want here css class name of click item } </script> Please help me Thanks in advance
We have come across problems where on ann individual vie wit would be good to strip out all the CSS styling on a listview. To do this presently is very difficult to find what styles are applied and when we do remove them it causes problems else where. Ideally it would be nice just to have a attribute on the widget which tells the widget not to use the in built styling.