I’m trying to run the demos using the ExamplesCS_WPF.sln solution via VisualStudio 2010; but most of the demos I’m getting the following error.
{"Could not load file or assembly 'Telerik.Windows.Controls.GridView, Version=2011.1.419.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The system cannot find the file specified.":"Telerik.Windows.Controls.GridView, Version=2011.1.419.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7"}
Could someone help us to fix the issue and run the demos in VS2010?
Note: - I have the check the version of Telerik.Windows.Controls.GridView.dll in the
“%ProgramFiles%\Telerik\RadControls for WPF Q1 2011 SP1\Binaries\WPF”
folder, which is 2011.1.419.35
I have checked the TargetFrameworkVersion in the project.
The reference in the projects is as follows:
<Reference Include="Telerik.Windows.Controls.GridView, Version=2011.1.419.35, Culture=neutral, PublicKeyToken=5803cfa389c90ce7,processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\..\Binaries\WPF\Telerik.Windows.Controls.GridView.dll</HintPath>
<Private>False</Private>
</Reference>
Thanks
VJ
Hello,
I have an issue regarding X label positioning on bar chart.
Here is what I get now : http://imageshack.us/photo/my-images/199/avantj.png/
And here is what I would like to get : http://imageshack.us/photo/my-images/41/aprsr.png/
With more detailed explanations, on the first image, the mark corresponding to the X label is placed right under the middle of the bar. I would like this mark to be placed at the beginning of the bar, and thus the next mark to placed at the beginning of the following bar. The corresponding label should stay under the mark and not between those two marks.
Thank you in advance for your help.
Regards,
Hi,
I came to know that the Rad Pager works only for the higher level nodes (Pager doesn't know the inner hierarchy items). Is this true irrespective from the type of datasource Collection/XML ?
also, we are planning to have a vertical paging, meaning, dates as columns, first page, 30 days (30 columns), second page, next 30 days (30 columns), and it goes on (do have a certain limit on the no. of pages). Question is, is there any easy way to maintain the node expansion state when user is moving from one page to another page?
It would be one of our critical requirement, Please help up.
Thanks,
Suman

Telerik.Windows.Controls.TreeListView.
TreeListViewRow row = (Telerik.Windows.Controls.TreeListView.TreeListViewRow)radTreeListView1.ItemContainerGenerator.ContainerFromItem(radTreeListView1.SelectedItem);
If I see parent row on the screen, I can reach row.ParentRow but if I don't see parent row on the screen
row.ParentRow is null.
How can I handle this?
Thanks.