gridRecordNavigationControl

Hi,
When I select a Row I would like to display information of king "Record 1 of 200".
Is It possible whith the gridRecordNavigationControl ?

Thanks
Sim

1 Reply

AD Administrator Syncfusion Team October 17, 2006 01:00 PM UTC

Hi Sim,

There is a property setting that controls NavigationBar display in a grid. To show the GridNavigationBar, try setting this property to true. Here is a code snippet

this.grid.ShowNavigationBar = true;

Here is a sample.
http://www.syncfusion.com/Support/user/uploads/forums_5f13f2d6.zip

Please refer to the below forum thread for display custom text in Navigation control.
http://www.syncfusion.com/support/Forums/message.aspx?&MessageID=47846

Best Regards,
Haneef

Loader.
Up arrow icon