Most web application today must run in different environment, people from disable to different language I would like to suggest that including the right to left and ARIA.
See http://www.componentone.com/SuperProducts/PickerViewiPhone/
query string issue with Kendo ui window(Every time we open a kendo window the Query string should get Updated Instead it not happening)
Do we have ReloadOnshow="True" property for Kendo UI Window too.......
I need to know this if I m using Kendo UI, is there any possibility so that i can use all Grid API's on same HTML page ?
Is Kendo ui support Barchart and Line chart in Tablet Pc? In IE 9 and chorme kendo ui Charts are working properly.but in Tablet Pc its not working.can i reply soon?
It would be nice if the grid pager checked to see if a new row has been added, before allowing the page to be changed. This results in a blank row in the grid, even if the row contains a required field. Maybe ask confirmation from the user about navigating away and remove the row.
CheckBox TextBox
Like: sortable: { mode: "multiple", max: 2 }. When the 3rd one is sorted it unsorts the first.
There is a bug in the normalizeFilter function. expression = { logic: "and", filters: isArray(expression) ? expression : [expression] } The logic option is hardcoded, so it won't use the value you submit using the datasource.query() function. Example: dataSource.query( { logic: "or", filter: [ { field: "indicator", operator: "contains", value: '0.a' }, { field: "indicator", operator: "contains", value: '1.a' } ] } )
For example a guestbook, I want to show the first 10 entries, when the user hits the "show more" button, the next 10 will be loaded and added bellow the first 10. Again, you can push "show more", loading the next 10, append them to the bottom of the list... till no more entries will be received by the server.
I think it is a common thing to use a double click event while using a grid, i don't know why you guys haven't implement it yet
I've experimented with the Kendo UI on my iPad, with the VoiceOver feature enabled and some of the widgets work well, but not all do. Adding support for VoiceOver would add a huge level of accessibility to our apps.
The validation can contain fatal errors ( form submit is not allowed ) and warnings ( form submit allowed ). For example blank/short password is a warning, beacuse it allowed but not unadvisable.
When setting the value for the rich text editor, if the object value is null, it blows up. I have to check if the value is null and if so, set it to an empty string. var propValue = linkData[propertyName]; var editor = $(this).data("kendoEditor"); if (propValue) { editor.value(propValue); } else { // clear value editor.value( '' ); }
I want to resize the splitter height but only when resize has stopped.
View/edit source option to edit raw html inside the editor.
The keyboard navigation does not work on grid. Please see the sample "Editing Custom Editor". In the previous version you can edit one cell, hit enter or tab key and then move to the next cell o using the arrow keys, move the next row. Thanks for creating this amazing tool.
I clicked Get Kendo UI button; it took 30 seconds to load a popup that asks for user/password and kept on saying "reading from ajax.microsoft.com" not sure why you're hitting that for.... well, then I chose the Register tab, it does nothing. I am using Latest Google Chrome. If your own UI is not working properly, how can you expect people to count on you for their UIs ?
1. Dynamic content issue: Click on a tab with AJAX content, and it loads slow, while it's loading click other tab with AJAX content. You will get 2 opened tabs with loaded content as 2 divs one under another. 2. When you put your tabStrip on very end of your html document and when you want to change its tab at 1st tabStrip toggles active one (that's why html doc shrinks) and shows new one. It's content is below and you have to scroll whole page to see it. You can investigate it even in your demos pages.