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

"caption" appears on empty grid after upgrade

2 Answers 54 Views
Grid
This is a migrated thread and some comments may be shown as answers.
David Stacey
Top achievements
Rank 1
David Stacey asked on 22 Mar 2017, 12:03 PM

Hi,

After upgrading from 2013:3:1114:35 to 2017.1.228.35.

When a grid returns no data (by filtering a column for example) the word "caption" appears.

This stays even after the filtering has been removed and data gets displayed.

The code has the following set

MasterTableView.NoMasterRecordsText = string.Empty;

 

The grid data is loaded client-side

2 Answers, 1 is accepted

Sort by
0
Marin Bratanov
Telerik team
answered on 27 Mar 2017, 09:35 AM

Hi David,

Can you reproduce this in the following demo: http://demos.telerik.com/aspnet-ajax/grid/examples/data-binding/client-side/declarative/defaultcs.aspx? I am attaching a short video with the expected behavior on a local site where I can set the no records text.

Regards,

Marin Bratanov
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
David Stacey
Top achievements
Rank 1
answered on 30 Mar 2017, 03:06 PM
I resolved the issue by setting the MasterTableView.Caption = string.Empty;
Tags
Grid
Asked by
David Stacey
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
David Stacey
Top achievements
Rank 1
Share this question
or