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?
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?