Can anybody please help me on this?
9 Answers, 1 is accepted
Can you post more info about Blend and grid versions?
Greetings,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
RadGrid - Latest Version
Please find attached screenshot of Expression blend for more clarification
Can you post the exact grid version?
Kind regards,Vlad
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
Telerik.Windows.Controls.GridView - Runtime Version v4.0.30319 Version 2012.1.326.1050
Please find attached updated screenshot
Indeed we were able to replicate the behavior you described. As a kind of workaround you may try to manually delete design assemblies which should resolve the issue by your side. Will you please give it a try and let me know how it goes? Furthermore even if the GridViewHeaderCell is not visible in Assets Library you may manually write its definition and it will appear.
We will do our best to provide a fix for this in our next official release.
Thank you!
Vanya Pavlova
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>
What do you mean by design assmblies? How can I manually write its definition ? If I have to write any code for that Can you please provide me the code ?
Regarding your question about design time assemblies I believe that the following blog "Silverlight Design Time Assemblies" will shed some light upon that matter. By manually write its definition I meant to say that you should write the definition of GridViewHeaderCell in XAML code editor of Expression Blend:
<
telerik:GridViewHeaderCell
/>
Greetings,
Vanya Pavlova
the Telerik team
Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>