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

No data found

3 Answers 286 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dina
Top achievements
Rank 1
Dina asked on 22 Dec 2016, 10:08 AM

 How to change "No data found." in column filter popup?

when using .Filterable(ftb => ftb.Mode(GridFilterMode.Row))

3 Answers, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 26 Dec 2016, 07:48 AM
Hi,

Please check the following documentation article and let me know if it helps:


http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-messages.noRecords

Regards,
Kiril Nikolov
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Dina
Top achievements
Rank 1
answered on 26 Dec 2016, 02:49 PM

I unfortunately do not  have messages or Messages in my kendo grid for .net core.

0
Eyup
Telerik team
answered on 29 Dec 2016, 02:43 PM
Hello Dima,

You can use the dataBound event handler:
http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#events-dataBound

And then try to change the message string:
http://docs.telerik.com/kendo-ui/intro/widget-basics/events-and-methods#event-binding-after-initialization

You can also try to prepare a sample live dojo example and send it to us along with sample screenshots demonstrating the desired behavior. This will enable us to provide you a more-to-point and accurate suggestion.

Regards,
Eyup
Telerik by Progress
Try our brand new, jQuery-free Angular 2 components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
Grid
Asked by
Dina
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Dina
Top achievements
Rank 1
Eyup
Telerik team
Share this question
or