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

[Solved] Empty Message?

1 Answer 137 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Software
Top achievements
Rank 1
Software asked on 02 Jun 2008, 08:06 PM
Is there a property of RadGrid that I can set to display when the datasource for the grid is empty?  They have this property in the standard GridView, so I'm sure it's in RadGrid, just haven't been able to find it...?

Thanks!

Eddie

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Jun 2008, 05:49 AM

Hi Eddie,

Try setting the EnableNoRecordsTemplate to true in the aspx as ahown below.

ASPX:

<MasterTableView  EnableNoRecordsTemplate="true"  > 
</MasterTableView> 
 


Thanks
Princy.
Tags
Grid
Asked by
Software
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or