Hi,
How do you change the drop message "Drag a column header and drop it here to group by that column"?
Thanks,
PT
How do you change the drop message "Drag a column header and drop it here to group by that column"?
@(Html.Kendo().Grid(Model.productList.Products) .Name("ProductGrid") .Columns(columns => {... }) .Groupable(g => g.Messages(???)) .DataSource(dataSource => dataSource .Ajax() .ServerOperation(false) )PT