Hi,
How to display the "Successfully Deleted" message at top of grid instead of at bottom of grid?
The following code add the new control at bottom of the grid but i want this to be added at top of grid as first row.
RadGrid1.Controls.Add(new LiteralControl("<span class='gridAlertMsg'>" + Convert.ToString(this.GetLocalResourceObject("fooo")) + "</span>"));
Thanks
Tapinder
How to display the "Successfully Deleted" message at top of grid instead of at bottom of grid?
The following code add the new control at bottom of the grid but i want this to be added at top of grid as first row.
RadGrid1.Controls.Add(new LiteralControl("<span class='gridAlertMsg'>" + Convert.ToString(this.GetLocalResourceObject("fooo")) + "</span>"));
Thanks
Tapinder