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

Converting Datagrid to telerik RadGrid

3 Answers 139 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Iden
Top achievements
Rank 1
Iden asked on 24 Jan 2013, 12:19 PM
Hi , i am in the process of converting the Datagrid to Telerik RadGrid , i am having grouping in the RadGrid and i want to change its style 

could any one help me in converting the below piece of datagrid code to Telerik

name using as  xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"

<DataGrid.GroupStyle>
<GroupStyle>
<GroupStyle.ContainerStyle>

</GroupStyle.ContainerStyle>
</GroupStyle>
</DataGrid.GroupStyle>

3 Answers, 1 is accepted

Sort by
0
Dimitrina
Telerik team
answered on 24 Jan 2013, 12:32 PM
Hi,

You can check our online documentation on how the style the GridViewGroupRow

Kind regards,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Iden
Top achievements
Rank 1
answered on 24 Jan 2013, 02:06 PM
Hi thank you Didie , i could proceed further , i do have another problem

  <Setter Property="Template">
                <Setter.Value>
                    <ControlTemplate TargetType="{x:Type GroupItem}">

i am trying to create a template , i would like to know what is the equivalent of Groupitem in telerik

for the above code i am getting error as target type could not found for GridViewGroupRow
0
Dimitrina
Telerik team
answered on 24 Jan 2013, 04:07 PM
Hi,

I suggest you to not convert line by line literally, but to look at the entire template of the GridViewGroupRow and how it is built. Then modify it to fulfil your requirements accordingly. 

Greetings,
Didie
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
GridView
Asked by
Iden
Top achievements
Rank 1
Answers by
Dimitrina
Telerik team
Iden
Top achievements
Rank 1
Share this question
or