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

PropetyGrid Compare

3 Answers 91 Views
PropertyGrid
This is a migrated thread and some comments may be shown as answers.
george
Top achievements
Rank 1
george asked on 20 Mar 2013, 06:36 AM
I have to 2 PropertyGrid control in one big grid, however I am having issues to sync the behaviour for both controls
e.g each propertygrid control has its own scroll bar and search textbox
I would like to group those 2 controls as 1 as how beyondcompre or any other diff tool do

thanks
George 



       
<Grid x:Name="LayoutRoot" Background="{ui:ThemeColor RioBackgroundBrush}"><br>
            <Grid.ColumnDefinitions><br>
                <ColumnDefinition Width="0.5*"></ColumnDefinition><br>
                <ColumnDefinition Width="0.5*"></ColumnDefinition><br>
            </Grid.ColumnDefinitions><br>
            <telerik:RadPropertyGrid x:Name="columnPropertyGridSource" Item="{Binding SourceCodeItem}" SearchBoxVisibility="Hidden" Grid.Column="0" ui:DebugBinding.Break="{Binding SourceCodeItem}" AutoGeneratePropertyDefinitions="True" DescriptionPanelVisibility="Hidden"/><br>
            <telerik:RadPropertyGrid x:Name="columnPropertyGridDestination" Item="{Binding DestinationCodeItem}" Grid.Column="1" SearchBoxVisibility="Hidden" AutoGeneratePropertyDefinitions="True" DescriptionPanelVisibility="Hidden"/><br>
        </Grid>

3 Answers, 1 is accepted

Sort by
0
Accepted
Maya
Telerik team
answered on 20 Mar 2013, 02:54 PM
Hello George,

The thing is that the Search, Sort, Group functionality of the property grid is entirely dependable on the Item it is displaying. So, you cannot unify it and work with one search box/sort/group button for the two grids.  

Kind regards,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
george
Top achievements
Rank 1
answered on 21 Mar 2013, 04:10 AM
hi
Guess I will have to look around 
btw we have 10 license with telerik how do I attach that to my account or do I have to?
thanks
george
0
Accepted
Maya
Telerik team
answered on 21 Mar 2013, 08:29 AM
Hi George,

You need to ask the license holder to add you as license developer. Thus you will be able to benefit from our 24-hour response time service.
Let us know in case you have any difficulties. 

All the best,
Maya
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
PropertyGrid
Asked by
george
Top achievements
Rank 1
Answers by
Maya
Telerik team
george
Top achievements
Rank 1
Share this question
or