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

Inherit RadGrid Controller Settings

1 Answer 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lawrence
Top achievements
Rank 1
Lawrence asked on 28 Sep 2017, 02:20 AM

Hi,

I have a web application which uses many RadGrid controllers on a single page. Is there any possibility to has a set of class to handle RadGrid properties? So that all RadGrid will able to inherit the properties and much easier for me do any changes to all RadGrid when needed.

Thanks.

1 Answer, 1 is accepted

Sort by
0
Eyup
Telerik team
answered on 02 Oct 2017, 11:52 AM
Hello Lawrence,

Please note that using custom controls is not supported, even when they are inherited directly from Telerik controls. You can use one of the following options to implement this requirement:

1. Place the grid within a WebUserControl. Define the whole configuration and in the aspx pages, you can use this custom UserControl version of the grid.

2. You can try using adapters:
http://www.telerik.com/forums/raddatepicker-remove-1-1-1980-mindate-default
http://www.telerik.com/forums/hide-row-header-of-filter-raddatepicker


I am also attaching a sample web site to demonstrate that.

3. Alternatively, you can check predefined Themes, however, this is not tested with Telerik controls and basically out of our support scope:

https://msdn.microsoft.com/en-us/library/ykzx33wh.aspx
https://msdn.microsoft.com/en-us/library/0yy5hxdk.aspx

These solutions are not related to Telerik specifically and their implementation is essentially up to you.

I hope the provided directions will prove helpful.

Regards,
Eyup
Progress Telerik
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Lawrence
Top achievements
Rank 1
Answers by
Eyup
Telerik team
Share this question
or