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

[Solved] Inheritance of RadGrid

1 Answer 120 Views
Grid
This is a migrated thread and some comments may be shown as answers.
cmehta
Top achievements
Rank 1
cmehta asked on 27 Apr 2009, 07:54 AM
We are trying to inherit RadGrid to form our own control. We are referencing the assembly Telerik.Web.UI in a new project and forming a class RxGrid (inheriting from RadGrid).
When we use RxGrid class, intellisense does not work in aspx page after two levels. It show <Mastertableview> and <Columns> but does not show the detailed columns like GridBoundColumn, GridClientSelectcolumn inside with intellisense.

What is the reason for this? Is there any way to achieve this?

Please mark a copy to chetan.mehta@cognizant.com

Regards
Chetan

P.S: We have purchased Telerik suite but raising ticket here because subscriptipn perios has expired.

1 Answer, 1 is accepted

Sort by
0
Sebastian
Telerik team
answered on 29 Apr 2009, 11:55 AM
Hello cmehta,

Verify that you have both register directives (for the Telerik assembly and your custom namespace/assembly) on the page in question as explained in this topic from the documentation. This should be sufficient the grid columns to be recognized in the markup and serialized through the property builder.

Best,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
cmehta
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or