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

Getting expand icon left to right on RadGrid NestedViewTemplate

3 Answers 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Duygu
Top achievements
Rank 1
Duygu asked on 29 Nov 2012, 08:42 AM
How can i get this icon left to right?

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 29 Nov 2012, 08:59 AM
Hi,

Try setting Dir as RTL to cahnge the position of expand icon.
aspx:
<MasterTableView Dir="RTL" ...></MasterTableView>

Thanks,
Shinu.
0
Duygu
Top achievements
Rank 1
answered on 29 Nov 2012, 09:33 AM
Hi Shinu ,
Thanks, it works.

But i don t want to NestedViewTemplate Right To Left. How can i fix this?
0
Duygu
Top achievements
Rank 1
answered on 29 Nov 2012, 09:53 AM
Ok i found a solution for this,

<asp:Panel Direction="LeftToRight" HorizontalAlign="Center"
Tags
Grid
Asked by
Duygu
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Duygu
Top achievements
Rank 1
Share this question
or