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

RadGrid stop functionality when page create dynamically

0 Answers 48 Views
GridView
This is a migrated thread and some comments may be shown as answers.
daniel derakhshani
Top achievements
Rank 1
daniel derakhshani asked on 31 Dec 2011, 09:42 AM
When I create new Reflected instance of my usercontrol(page) that contains RadGridView, GridView stop its functionality such as sorting,grouping,etc.
this UserControl works fine when I use the normal construction or constructed by MEF.

My code is as follow:
(UIElement page)
 Type t=page.GetType();
 page=t.Assembly.CreateInstance(t.FullName) as UIElement;

I'm using 2010 Q3

No answers yet. Maybe you can help?

Tags
GridView
Asked by
daniel derakhshani
Top achievements
Rank 1
Share this question
or