We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

Grid Control Properties

 I Have Been Working On Reports Using The Grid Control. And I Found Some Lines Which Were Not Needed. How Can I Delete The Lines Which I Don't Want In A Grid Control? Please Help Me To Get Out Of This...Best Regards MAYUR.

1 Reply

AK Adhikesevan Kothandaraman Syncfusion Team August 7, 2015 06:43 AM UTC

Hi Mayur,

Thank you for your interest in Syncfusion products.


If you want to remove the rows from the grid, you can use the “Rows.RemoveRange()” method. Please refer the below code snippet,

Code Snippet:

  //removes the range of rows from top to bottom
  gridControl1.Rows.RemoveRange(2, 5);

We also suggest you to refer the below KB link which will guide on how to remove the specific row in a GridControl.
http://www.syncfusion.com/kb/4777/how-to-remove-the-row-at-a-specific-position-from-the-gridcontrol

Please let me know if you have any concern.

Regards,
Adhi.


Loader.
Live Chat Icon For mobile
Up arrow icon