It would be nice to have an option to include a distinct list of a columns data appear in the column filter as in the silverlight grid example http://demos.telerik.com/silverlight/#GridView/FirstLook Again, as an option when configuring a grid on a column by column basis. Thanks!
Add support for multiple axis for charting.
The page can contain a text field that may have a different type depending on other conditions. It would be nice to remove widget and initialize another one on the same text field.
a grid with an editable column will show if there is no data in datasource.
is the kendo ui supported in tablet?
Or will I still need to use CkEditor?
Scrolling using the scroll bar works just fine. Firefox 9.0.1
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.