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

Kendo Web controls global configuration

1 Answer 130 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Gal Bruck
Top achievements
Rank 1
Gal Bruck asked on 20 May 2012, 05:38 PM
Hello,
we're trying to create a unified control suite for every application that use Kendo Web controls. Part of the unification process is to make all controls UI & UX to be the same. Unified look & feel is easy to achieve by creating a theme and use the same CSS file for all applications, however, we don't know how to make the UX to be the same. for example: pagesize, sorting, grouping for grid.

is there a way to achieve this goal? besides creating wrappers for every control to instanciate it with the same configuration? like:

function CreateGrid()
{
   return this.KendoGrid([{...}]);
}

Thank you in advance

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 23 May 2012, 07:44 AM
Hi Liron,

I am afraid the described functionality for the UX is not supported out of the box. At this point the workaround with a wrapper function creation that you found is the only one available.   

Greetings,
Iliana Nikolova
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Gal Bruck
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Share this question
or