JJ
Jisha Joy
Syncfusion Team
December 8, 2008 08:27 AM UTC
Hi Andy,
You can have another columnHeader under the original columnheader and display the message there.
this.gridDataBoundGrid1.Model.Rows.HeaderCount = 2;
this.gridDataBoundGrid1.Model[1, 1].Text = "No Entries";
Please let me know if I misunderstood your requirement.
Regards,
Jisha