hello;
ultrawingrid, how can row clear ??
-----------------------------------------------------
example) UltraWebGrid Function
this.UltraWebGrid1.Rows.Clear();
The easiest way to do this would be to clear the rows in your data source, rather than the grid.
The alternative would be to loop through all the rows of the grid and remove them one at a time.