BoldSignEasily embed eSignatures in your .NET applications. Free sandbox with native SDK available.
this.gridDataBoundGrid1.DataSource = MessageTable;
this.gridDataBoundGrid1.DataMember = "Messages";
If that does not do it, then add this code first.
this.gridDataBoundGrid1.DataSource = null;
this.gridDataBoundGrid1.DataMember = "";