I'm attempting to use the RadMonthYearPicker inside of a RadGrid EditItemTemplate in BatchEdit mode and I'm having an issue getting the picker to accept and exit all forms of it's editors when the user clicks 'OK'
I've attached a screenshot to help illustrate what I mean.
I have a OnBatchEditCellValueChanged function that then validates the date selected and pulls some DB values to other columns.
I have everything working like I want it accept when using the picker you have to manually click off the row before the changed event will fire.
I've tried several different methods of moving the cursor, setting focus, blurs, saving the table via batch manager and I'm sure a few other things and haven't had success yet.
Any direction at this point would be much appreciated.