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

Changing the Info message in Kendo grids.

0 Answers 88 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Alex
Top achievements
Rank 1
Alex asked on 27 Sep 2012, 07:48 AM
Hello.

I want to know is there any way to  change the info message: "Drag a column header and drop it here to group by that column " with a custom one, with a configuration setting of the grid or something like that, without any side effect? I tried to change it with 
setTimeout(function () {
                    $(".k-grouping-header").Html("Custom Info Message");
                });  and it works fine, until someone drag a column. The titles of the dragged columns are not displayed in the bar where the info message appears, so they cannot be removed from the grouping.

Thank you.

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Alex
Top achievements
Rank 1
Share this question
or