Forum Discussion
TanyaYatskovska
Alumni
13 years agoHi Pratyush,
There should be some property to allow you to enable/disable a check box. Try to find it by using the Object Browser.
Another way is to click on the middle of the cell, like this:
Dim gridControl, bounds
Set gridControl = Aliases.Softmar_nTier_Alerts_Client.RecipientsSearchControl.controlPlaceHolder.RecipientsSearchControl.layoutControl.panelControl.DockContainer.Users.ControlContainer.GridControl.baseGridControl
Set bounds = gridControl.Bounds
Call gridControl.ClickCellXY(0, "Mark", bounds.Left + bounds.Width / 2, bounds.Top + bounds.Height / 2)