RecordNavigationControl

Hi, i am using RecordNavigationControl with DataboundGrid. When UI is displayed it always remains deactivated. What is the reason? how can it be activated? Regards Pratiksha

1 Reply

AD Administrator Syncfusion Team April 15, 2005 09:58 AM UTC

Try setting the Form''s ActiveConntrol. (Try setting it to both the recnav contol or directly to the griddataboundgrid control to see if either work). this.ActiveControl = this.gridDataBoundGrid1;

Loader.
Up arrow icon