This is a migrated thread and some comments may be shown as answers.

Sketchflow Support

8 Answers 99 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Matthew Cartwright
Top achievements
Rank 1
Matthew Cartwright asked on 11 Dec 2009, 03:50 PM
As part of our evolving project, we are investigating the use of the telerik cover flow and book controls. We are prototyping new features with SketchFlow and would like to use these controls within the SketchFlow tool. We would like to use the "sketch" styled controls so that discussions do not get diverted to granular styling that so often occurs when demo-ing hi-fidelity controls.

Have you released "Sketch" versions of your controls or do you have a low fidelity "Sketch" style that we can apply to the styles whilst they are in our prototype environment?

Thanks,
Matt

8 Answers, 1 is accepted

Sort by
0
Matthew Cartwright
Top achievements
Rank 1
answered on 14 Dec 2009, 05:01 PM
(bump)
0
Kiril Stanoev
Telerik team
answered on 16 Dec 2009, 03:49 PM
Hi Matthew,

Currently we do not have sketch-styled versions of our controls. We have plans for introducing such styles but currently I cannot give an exact estimate on when they will be available. Once we decide when, I'll let you know.


Sincerely yours,
Kiril Stanoev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Tony
Top achievements
Rank 1
answered on 17 Mar 2010, 08:53 PM
I would also like a sketch style for demoing your controls.
0
Kiril Stanoev
Telerik team
answered on 18 Mar 2010, 10:19 AM
Hello Chris,

Thank you for your request. I've added an item in our PITS called "Controls: Sketchflow Support". By tomorrow the latest you will be able to track the progress of this item and vote as well.

Greetings,
Kiril Stanoev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Angie
Top achievements
Rank 1
answered on 09 Aug 2010, 04:04 PM
I'm trying to add child GridView using following in SketchFlow. This syntax complain at
<telerik:RadGridView.HierarchyChildTemplate>
saying no child elements are supported. but same code works perfectly fine in Silverlight project wonder whether you aren't still supporting for sketchflow stuff

<telerik:RadGridView.HierarchyChildTemplate>
                            <DataTemplate>
                                <telerik:RadGridView ItemsSource="{Binding}" AutoGenerateColumns="False"
                                         CanUserFreezeColumns="False" Height="200" ShowGroupPanel="False" MultipleSelect="False">
                                                 <telerik:RadGridView.Columns>
                                                       <telerik:GridViewDataColumn   Header="Type" Width="100" DataMemberBinding="{Binding Type}" IsReadOnly="True" IsGroupable="True" IsFilterable="True"  />
 
                       <telerik:GridViewDataColumn   Header="Eff Date" Width="90"  DataMemberBinding="{Binding effDate}"
                                                     IsReadOnly="True" IsGroupable="True" IsFilterable="True"  />
 
                       <telerik:GridViewMaskedTextBoxColumn  Header="Premium" Width="90" IsFilterable="True" IsGroupable="True" IsReadOnly="True"
                                                    DataMemberBinding="{Binding Premium}"  TextAlignment="Right"  MaskType="Numeric" Mask="c"    />
 
                       <telerik:GridViewDataColumn  Header="Status" Width="150" IsFilterable="True" IsGroupable="True" IsReadOnly="True"
                                                    DataMemberBinding="{Binding StatusText}"  />
                    
                                               </telerik:RadGridView.Columns>                        
                                       </telerik:RadGridView>                       
                           </DataTemplate>                                       
                        </telerik:RadGridView.HierarchyChildTemplate>
0
Kalin Milanov
Telerik team
answered on 13 Aug 2010, 02:26 PM
Hi Ravindranath,

Could you please provide a bit more information about the both the version of controls and Silverlight you are using. I have tested the grid with your child table definition in Silverlight 4 SketchFlow and apart from the MultipleSelect="False" there were no complaints from Blend. 

Sincerely yours,
Kalin Milanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Angie
Top achievements
Rank 1
answered on 13 Aug 2010, 02:48 PM

Thats the location its getting loaded
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

assembly: Telerik.Windows.Controls.GridView.dll  version 2010.2.714.1040
0
Kalin Milanov
Telerik team
answered on 17 Aug 2010, 05:04 PM
Hello Ravindranath,

This is weird as I have tested the grid in SketchFlow with the exact same version of the controls. Could you please send me the project which gives you troubles or a sample which reproduces it so I can be of assistance?

Thanks in advance. 

Kind regards,
Kalin Milanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
General Discussions
Asked by
Matthew Cartwright
Top achievements
Rank 1
Answers by
Matthew Cartwright
Top achievements
Rank 1
Kiril Stanoev
Telerik team
Tony
Top achievements
Rank 1
Angie
Top achievements
Rank 1
Kalin Milanov
Telerik team
Share this question
or