Hi,
I understand from this http://www.telerik.com/forums/parentrow-problem that it is an expected beahvior.
I can't disable virtualization as it leads to performance issues.
I might have huge tree items in my application and i'm trying the locate the parent row on left arrow key down (the parent item will not be in visible area).
I cannot get the parent object as this is common behavior implemented in common library.
Please let me know if there is any other workaround.
Hi,
I am currently hiding few columns in the activeWorkSheet ,my question was is there a way to enter data to hidden columns still keeping the column hidden state true??

when click cut or press Ctrl+X the selected text is copyed but not disappear
Is any solution for this
Hello All,
I'm trying the tabcontrol for the first time, and am very curious as to do I create a new view/viewmodel pair for each tab or handle everything in the first pair where the overall top tabcontrol is based??? I think that I would like to have separate ones for ease in development but I haven't figured out as to how to assign them to the tab items... Or is it just better to have in all in one?
What am I missing?
Any help would be greatly appreciated,
Thanks in advance,
Kevin Orcutt
Hi,
Simple question, how can I subscribe to MailMergeCommand so that I can find out where the file is being saved.
void radRichTextBox_CommandExecuted(object sender, CommandExecutedEventArgs e){ if (e.Command is MailMergeCommand) { // File Dialog FilePath Location Code }}void radRichTextBox_CommandExecuting(object sender, CommandExecutingEventArgs e){ if (e.Command is MailMergeCommand) { }}

Has there been any work on touch support for the Chart control? I found this old post that mentioned support being worked on in 2012 Q2.
The features we want to implement are:
I could not find anything in the API documentation, could you give me any pointers as to how to implement this?

Hello !
I would like Drag and Drop between two RadGridView in MVVM Light.
I read many articles and many examples but I have difficulty to use DragDropManager.
I didn't found an example like my project (it isn't in MVVM or it use RadDragAndDrop, ...).
Somebody can help me please ?
Thank you !
Best regards,
Grosel
When using a property grid, I have a DataTemplateSelector for properties that require my custom control to edit. Upon initializing my control, I need a view model set, so I use AutoBindBehavior.UpdateBindingOnElementLoaded for that purpose. Several times I have renamed a convenience setter for a property in my view model without renaming the corresponding dependency property, thus I was violating convention but nothing else. Each time I did that, I would get a null reference exception. I spent many hours trying to figure out what I did wrong.
I would be SOOO helpful if the exception in this case said "unable to find dependency property X" I would've know exactly what I did wrong...