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

Possible missing attributes

Hi,

If any one can help me on this,

I used GridControl and now I am using gridDataBoundGrid control.
on very first glance I found there are some missing attributes and methods.
For eg.
If some one knows way to find "RowCount" or similler properties available with GridControl.

1 Reply

HA haneefm Syncfusion Team April 5, 2007 05:36 PM UTC

Hi Nhilesh,

You can access the RowCount from GridModel. Here is a code snippet.

int RowCount = this.gridDataBoundGrid1.Model.RowCount;

Best regards,
Haneef

Loader.
Live Chat Icon For mobile
Up arrow icon