AD
Administrator
Syncfusion Team
February 8, 2005 09:57 AM UTC
In the sample we ship (grid\samples\databound\RecNavDataBoundGrid, adding this line at the bottom of Form.Load shows the "of" for me using version 3.0.1.0.
this.gridRecordNavigationControl1.MaxLabel = "of " + this.dataSet11.Customers.Rows.Count.ToString();
AD
Administrator
Syncfusion Team
February 8, 2005 01:08 PM UTC
I am using 2.1.0.9 now.
When i was using one version before this,it was displaying properly
>In the sample we ship (grid\samples\databound\RecNavDataBoundGrid, adding this line at the bottom of Form.Load shows the "of" for me using version 3.0.1.0.
>
>this.gridRecordNavigationControl1.MaxLabel = "of " + this.dataSet11.Customers.Rows.Count.ToString();
>