AD
Administrator
Syncfusion Team
September 5, 2006 05:59 AM UTC
Hi JMS,
If you set the property ActivateCurrentCellBehavior to ClickOnCell then the cell gets activated after clicking on it. If you click the dropdown button of the cell ( like ComboBox button , MonthCalender button , push button ,etc), it doesn''t activate the cell in a grid. To activate the current cell in checkbox click/cellclick event , you need to use the CurrentCell.MoveTo method.
this.grid.CurrentCell.MoveTo(e.Inner.RowIndex,e.Inner.ColIndex,GridSetCurrentCellOptions.SetFocus);
If you want to validate the cell in a gird, you can handle the validating event. Please refer the below link for more details.
KB Link : http://www.syncfusion.com/support/kb/grid/Default.aspx?ToDo=view&questId=340
Regards,
Haneef