This question is locked. New answers and comments are not allowed.
Hello guys,
When I try to modify the Style property according to the documentation:
In the 'Objects and Timeline' pane, select the RadLoopingList control you want to style. From the menu choose Object -> Edit Style -> Edit a Copy. You will be prompted for the name of the style and where to be placed.
I get the Copy Style failed error (please see the screenshot attached).
However, I would like to notice that the RadLoopingList control is located inside a container (not in the root of the page). For example:
If I remove all containers and place the RadLoopingList on the page directly I don't get any errors and able to modify styles and templates. It looks like you need to correct the documentation, am I right?
The main questions is: why do I get such a strange error in both IDEs and is it allowed to place the RadLoopingList control inside containers such as Grid and etc.?
Regards from Belarus,
Eugene Astafiev
When I try to modify the Style property according to the documentation:
In the 'Objects and Timeline' pane, select the RadLoopingList control you want to style. From the menu choose Object -> Edit Style -> Edit a Copy. You will be prompted for the name of the style and where to be placed.
I get the Copy Style failed error (please see the screenshot attached).
However, I would like to notice that the RadLoopingList control is located inside a container (not in the root of the page). For example:
<Grid Grid.Row="1" Margin="24,20,24,72"> <Grid.ColumnDefinitions> <ColumnDefinition Width="*"/> <ColumnDefinition Width="136"/> <ColumnDefinition Width="4*"/> </Grid.ColumnDefinitions> <telerikPrimitives:RadLoopingList Grid.Column="1"/>...If I remove all containers and place the RadLoopingList on the page directly I don't get any errors and able to modify styles and templates. It looks like you need to correct the documentation, am I right?
The main questions is: why do I get such a strange error in both IDEs and is it allowed to place the RadLoopingList control inside containers such as Grid and etc.?
Regards from Belarus,
Eugene Astafiev

