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

Generic Window -- Window Generico

1 Answer 42 Views
Window
This is a migrated thread and some comments may be shown as answers.
Jorge
Top achievements
Rank 2
Jorge asked on 20 Mar 2013, 07:28 PM
Hola buen dia.
puedo crear un control Window de telerik or un helper al que le pueda pasar parametros y asignarlos al control?
Ejemplo
@Helper helpWindow(string nom, string tit)
{
 @(Html.Telerik()
     .Name(nom)
     .Title(tit)
    )
}
--------------------------------
Hello good day.
I can create a control of telerik Window or a helper when you can pass parameters and assign them to control?
example
@ Helper helpWindow (nom string, string tit)
{
  @ (Html.Telerik ()
      . Name (nom)
      . Title (tit)
     )
}

1 Answer, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 21 Mar 2013, 12:33 PM
Hi Jorge,

Custom HTML helpers can be created like this:

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

In addition, you can take a look at the documentation article about creating custom Kendo UI widgets:

http://docs.kendoui.com/howto/create-custom-kendo-widget

On a side note, our support service is only in English, so there is no need to provide text in Spanish.

Regards,
Dimo
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Window
Asked by
Jorge
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Share this question
or