Hi Rajadurai,
Please find the attached code snippet for the problem.afer the first check box click each checkbox has to be clicked twice to get it checked.
>Hi Lincy,
Thanks for your interest in Syncfusion products.
I tried to reproduce this issue in our browser sample 'Virtual Grid Tutorial' by setting checkbox celltype for a column in QueryCellInfo event. But it works fine. The CheckBoxClick() event get triggerred on clicking on checkbox on first attempt itself and not on the cell which contain it.
gridControl1.CheckBoxClick += new GridCellClickEventHandler(gridControl1_CheckBoxClick);
void gridControl1_CheckBoxClick(object sender, GridCellClickEventArgs e)
{
Console.WriteLine("Clicked");
}
If you need to edit data, please try to save data back to datasource through SaveCellInfo event.
If this doesn't helps, please provide a sample reproducing the issue.
Regards,
Rajadurai
sampleCheckbox_a13e349a.zip