CheckBox GridDataControl

Hi all,
I've just create a VisibleColumn with a Checkbox like this:

GridDataVisibleColumn visibleColumn = new GridDataVisibleColumn
{
Binding = visibleColumnField.Binding,
MappingName = visibleColumnField.Name,
HeaderText = visibleColumnField.DisplayName,
VisibleColumnType = typeof(object),
ColumnStyle = new GridDataColumnStyle() { CellType = "CheckBox" }
};

It's displayeng OK, but I want to do only one click to check or uncheck the control.
In the grid I also set the ActivateCurrentCellBehavior = GridCellActivateAction.ClickOnCell but it's not working.

Could you give me some help?

Best

Francisco





1 Reply

RA Rajasekar Syncfusion Team November 21, 2011 09:00 AM UTC

Hi Francisco,

Sorry for the inconvenience caused, we have checked with your requirement, but it is working fine for us. Could you please check the below sample and video?

Sample: http://www.syncfusion.com/downloads/Support/DirectTrac/87104/SLSyncGDCCombobox1730482893.zip

Video: http://www.syncfusion.com/downloads/Support/DirectTrac/87104/checkboxvideo-646678136.zip

Please let us know if you face any difficulties.

Thanks,
Rajasekar



Loader.
Up arrow icon