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

GridFilterRowElement Bug

1 Answer 33 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Dan
Top achievements
Rank 1
Dan asked on 15 Jul 2008, 01:06 PM
Hi,
I changed the value of GridFilterRowElement RightToLeft to true and i get this error

'Telerik.WinControls.UI.GridFilterRowElement' is not accessible in this context because it is 'Friend'. 

The Error row is:

CType(Me.RadGridView1.GetChildAt(0).GetChildAt(1).GetChildAt(1), Telerik.WinControls.UI.GridFilterRowElement).RightToLeft = True

 

1 Answer, 1 is accepted

Sort by
0
Jack
Telerik team
answered on 16 Jul 2008, 11:11 AM
Hello Dan,

Thank you for writing us.

RadGridView supports right-to-left layout by setting the RightToLeft property of the grid. Consider the code snippet below:

Me.RadGridView1.RightToLeft = RightToLeft.Yes 

The grid is not designed to contain parts with different layout (e.g. right-to-left and left-to-right), so I won't suggest setting the RightToLeft property of the GridFilterRowElement directly. Could you please specify in details the exact behavior you want to achieve. This will help me find an appropriate solution for you.

I hope this helps. Please let me know, if you need further assistance.


Sincerely yours,
Jack
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
GridView
Asked by
Dan
Top achievements
Rank 1
Answers by
Jack
Telerik team
Share this question
or