RC
Rajadurai C
Syncfusion Team
January 22, 2009 10:29 AM UTC
Hi Le'ONidaS,
Thanks for your interest in Syncfusion products.
Instead of setting RowHeaders and ColHeaders properties to false. You can try using the following code in your application.
this.gridControl1.Model.HideCols[0] = true;
this.gridControl1.Model.HideRows[0] = true;
This allows the enterkey behavior and arrow keys functionality in cells. Also, it gives same appearance as those properties does.
Regards,
Rajadurai