I just purchased a license for Win Forms package.
So far I've been using the trial version of Q2 2010 and last week I decided to upgrade it to licensed version of Q2 2011.
After uninstsalling the existing version, installing the Q2 2011 and changing the references from my project to the new DLLs I run into following issues:
1. Error 18 Property or indexer 'Telerik.WinControls.UI.RadTreeNode.DataBoundItem' cannot be assigned to -- it is read only
2. Error 25 'Telerik.WinControls.UI.RadTreeNodeCollection' does not contain a definition for 'Find' and no extension method 'Find' accepting a first argument of type 'Telerik.WinControls.UI.RadTreeNodeCollection' could be found (are you missing a using directive or an assembly reference?)
I found this on your TreeView class in regards to Find method.
This property will be removed in the next version. You can define your own search behavior by setting the Find method.
Please let me know how I can resolve those issues.
So far I've been using the trial version of Q2 2010 and last week I decided to upgrade it to licensed version of Q2 2011.
After uninstsalling the existing version, installing the Q2 2011 and changing the references from my project to the new DLLs I run into following issues:
1. Error 18 Property or indexer 'Telerik.WinControls.UI.RadTreeNode.DataBoundItem' cannot be assigned to -- it is read only
2. Error 25 'Telerik.WinControls.UI.RadTreeNodeCollection' does not contain a definition for 'Find' and no extension method 'Find' accepting a first argument of type 'Telerik.WinControls.UI.RadTreeNodeCollection' could be found (are you missing a using directive or an assembly reference?)
I found this on your TreeView class in regards to Find method.
This property will be removed in the next version. You can define your own search behavior by setting the Find method.
Please let me know how I can resolve those issues.