Hi,
in a radio button list I want show datepickers.
Unfortunally on click the datepicker disappear immediately mostly - in some rarely cases not.
If I move
<label style="float: left;margin-left:20px;width:50px">von</label><input id="dpstart" style="width:100px"/><br><label style="float: left;margin-left:20px;width:50px">bis</label><input id="dpend" style="width:100px"/>But then the radio button "Select" is not selected by activate a datepicker.
Peter

hello there
I´m running into a strange kendo error when my code is updating the grid, but it only happens sometimes
but never after a refresh of the page only when data has been added once to the grid and then I´m getting a new datasource and adding it to the grid then this happens sometims
the probelm lies in this function:
_hideResizeHandle: function() {
this.resizeHandle && (this.resizeHandle.data("th").removeClass("k-column-active"),
this.lockedContent && !this._isMobile ? (this.resizeHandle.off(We).remove(),
this.resizeHandle = null ) : this.resizeHandle.hide())
},
I´ve attached a picture of the error

Given that I'm grouping the options by a property like "Country"
When the widget is rendered too narrow
And/or the group label is too wide
Then the option label is eclipsed by the group name.
Example: http://dojo.telerik.com/AsENi
I'm implementing the grid using Angular, and I'm a little hazy how to do a few things. I've posted several question on Stack Overflow but they are not getting responses.
Some things I"m trying to solve:
Row customization: I want to add a class to the row, based on a value of the row (eg. itemIsHealthy=false show color the row red). I know I can completely write the row template, but that seem overkill. Also, how do I then include all my coulmns, with their widths and custom templates, etc.?
I want to have a row-click action. (click on row to open nested detail, or click on row to go to edit page)
Select / Select All / Save: I want to POST a list of slected rows (by Id). Where is the array of my items? Best as I can figure, I have to call vm.myGrid.dataSource.options.data(). This gets me an array of init objects, which contains my actual item data. There's got to be a better way.
When there is a required column, and the option of the update of the Grid is set to batch, the user gets stuck when he tries to edit a required cell. He needs to be able to cancel the edit without entering a value, and gets validated only on Save.
How can we do this?

http://dojo.telerik.com/awIja/3
My keydown event does not work when navigatable is set to false.Can i get a solution for this.
