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.
Up arrow icon