Forum Discussion
AlexeyKolosov
Staff
13 years agoHi Sudhir,
First of all, I'd like to note that you need to look for the grid control itself, not for its container panel, because it's the grid which has unique criteria. The problematic container whose property values vary will be simply ignored in this case. Secondly, you can retrieve all objects which match the grid recognition criteria (e.g. it's native name and ClrFullClassName) via FindAll/FindAllChildren and then enumerate the retrieved objects and run any custom validation routines for each of the objects to check whether that's an object you need.