Hello Guys,
I have some Problems with the TileView atm.
I want to do the following:
Basically I'm using the MVVM Pattern. I have a TileViewCtrl with RadFluidContentControls inside. Outside auf that TileView there are some Controls which allows the user to add a new Item to the ItemsSource. If the User now ads a new Item, I want that the new Item goes to maximized State, so the user can directly add some more information’s to that new Item. To get the workflow more hmm *flow* :) i want that the first editable control inside that Items gets automatically focused.
I have tried a lot of ways... but I have not found any thing that works.
Tahnk You for your help
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