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

Inheritance/Extension to the Grid

1 Answer 242 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Avinash
Top achievements
Rank 1
Avinash asked on 25 Mar 2013, 09:01 AM
Hi,

We intend to use Kendo UI for our new project. I am in the process of evaluating it's capabilities, we intend to use it with ASP.NET MVC.

Is there a way I can put a wrapper on top of the Kendo Grid? The wrapper will constitute certain properties (existing + new); or may be inherit it and use the inherited version all across?

Following are the few of the functionalities that we want to achieve:
1) Set certain properties with default values; say editing mode needs to be popup all across by default and I don't want that the developers do this individually, rather it should be driven by the base class.
 2) Add certain code in all the grid's pre load (any even actually, preload just an example) , so who so ever uses the grid a certain code executes. 

Thanks,
Avi

1 Answer, 1 is accepted

Sort by
0
Accepted
Petur Subev
Telerik team
answered on 27 Mar 2013, 08:08 AM
Hello Avinash,

Similar questions to what you are asking is covered in this forum thread:

http://www.kendoui.com/forums/mvc/grid/define-a-custom-html-kendo-extension-helper.aspx

Kind Regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Avinash
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or