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

Trying to add numericTextBox to ClientGroupFooterTemplate does not render styles.

1 Answer 41 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Farfetch.com
Top achievements
Rank 1
Farfetch.com asked on 15 Jul 2014, 11:13 PM
Trying to add numericTextBox to ClientGroupFooterTemplate does not render styles.

                  columns.Bound(p => p.Reason).Title("Reason").ClientGroupFooterTemplate("<div>" + @Html.Kendo().NumericTextBox<double>().Name("numeric").Value(0).Placeholder("Packages").ToClientTemplate().ToHtmlString() + "</div>");

Is there a way to do this?

1 Answer, 1 is accepted

Sort by
0
Daniel
Telerik team
answered on 17 Jul 2014, 12:59 PM
Hello,

You can use the approach demonstrated in this documentation topic in order to use a widget in a client side template of the grid.

Regards,
Daniel
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Farfetch.com
Top achievements
Rank 1
Answers by
Daniel
Telerik team
Share this question
or