10-03-21 07:36 PM
I hit a snag with the DataGrid object in a windows form application. I am unable to perform some operations on it. I am having a following datagrid:
In this datagrid, I would like to check a box based on the input value provided, which will be the Group name. I have added this grid as a Table (UIA) object and when I use the navigate stage, there are some operations that are not working. For instance, the operation “Add Row to Selection” is throwing me an error: Unable to find a valid pattern - required: GridPattern. What would be the best way to check the appropriate box inside this grid? I would appreciate any insights on this. Thanks in advance
11-03-21 11:15 PM