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

In Grid Control How to remove extra row

Hi
in Grid control . automatically one extra row is coming. I donot want this row .Please give me cule.
Regards
venkat.


4 Replies

MA Mark Atkinson January 9, 2008 08:37 PM UTC

I don't envy the Syncfusion support staff sometimes...

>Hi
in Grid control . automatically one extra row is coming. I donot want this row .Please give me cule.
Regards
venkat.





J. J.Nagarajan Syncfusion Team January 9, 2008 09:29 PM UTC

Hi Venkat ,

Thanks for your interest in Syncfusion products.

If your intention is to remove the new row in grid then please refer to the following code snippet.

//For GridDataBoundGrid
Grid.EnableAddNew = false
//For GridGrouping control
Grid.TableDescriptor.AddNew = false

Please let me know if this helps.

Regards,
Nagaraj



VC venkataramu c January 11, 2008 06:44 AM UTC



Dear Nagaraj,
Thanks
But i am not using gridBoundControl i am using GridControl.
This grid control Not have This properties.
Please Help for grid control.
Regards
Venkat.


>Hi Venkat ,

Thanks for your interest in Syncfusion products.

If your intention is to remove the new row in grid then please refer to the following code snippet.

//For GridDataBoundGrid
Grid.EnableAddNew = false
//For GridGrouping control
Grid.TableDescriptor.AddNew = false

Please let me know if this helps.

Regards,
Nagaraj





JS Jeba S Syncfusion Team January 17, 2008 06:51 AM UTC

Hi Venkat,

Sorry for the delay in response.

Normally if you drag and drop the GridControl from the ToolBox it contains 10 rows and 10 columns by default. If you want to control this you can make use of the RowCount and ColCount property in the properties window or through code.

Please refer the below sample and modify the sample to show the extra row issue, that will help us to spot the issue and provide you the solution early. Here is the sample link:
http://websamples.syncfusion.com/samples/Grid.Windows/F70936/main.htm

Could you please explain me in which situation you are getting the extra row issue?

Regards,
Jeba.



Loader.
Live Chat Icon For mobile
Up arrow icon