AD
Administrator
Syncfusion Team
April 13, 2004 03:52 PM UTC
Try hooking the RowEnter event after you have set your DataSource to the grid. So, maybe add a FormLoad handler and at the bottom of FormLoad, subcribe to the RowEnter event.
In VB, you would want to remove the Handles clause from the handler signature line and instead add a AddHandler call at the bottom of formload.
In C#, you could just move the designer code subscribing to the event to the bottom of formload.