Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
90
How Can Row Clear ??
posted

hello; 

ultrawingrid,   how can row clear ?? 

----------------------------------------------------- 

example) UltraWebGrid Function

this.UltraWebGrid1.Rows.Clear();

 

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    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.  

Children
No Data