Search found 4 matches

by pjaddu
Wed Dec 09, 2009 6:01 am
Forum: Automation Tools
Topic: How to find a row in table using Cell Value
Replies: 3
Views: 5461

Re: How to find a row in table using Cell Value

Hello Alex , I am using .NET and the Grid of Devexpress. When i recorded the opertaion , it recongnizes Grid as TABLE. No i want to identify a row using cell text i.e on Table now . Please find the Code for the same. public static void FindRowinGridusingID() { bool blnRowFound =false; int RowIndex=0...
by pjaddu
Mon Dec 07, 2009 3:25 pm
Forum: Automation Tools
Topic: How to find a row in table using Cell Value
Replies: 3
Views: 5461

How to find a row in table using Cell Value

Hello , I want to find a row in the Table using a cell value . I am able to do it iterating through each row and matching the each cell value .. But this is time consuming . So i would like to know whether is there any other way to find out a Row using cell value directly instead of looping . Please...
by pjaddu
Tue Dec 01, 2009 8:40 pm
Forum: Automation Tools
Topic: Not able to Recoginize MFC Grid
Replies: 1
Views: 2422

Not able to Recoginize MFC Grid

Hello Team , I have a MFC Grid . When i done the recording ,it is not able to do the Record that MFC Grid as Grid . It just identifies as "Element" . Actually My Requirement is that i have to loop through the cells of the row and add the result . but since it is not able to identifies as grid i am n...
by pjaddu
Tue Dec 01, 2009 7:15 am
Forum: Automation API
Topic: Not able to Recoginze ContextMenu
Replies: 1
Views: 2597

Not able to Recoginze ContextMenu

Hello Team , I have requirement like there will be button when i clicked that then a context menu will be displayed and i will select an item from that. This action i have done through the Recording Procedure and Ranorex done that as well. It stored all the things in the Repository. i.e There is Fol...