ContributionsMost RecentMost LikesSolutionsHow to find a Syncfusion Grid column name for the selected cell? Hi, My use case is to match the columnName:columnValue passed to my script to the actual runtime values. Now if i am on a cell having rowIndex=5 and colIndex=6 , how can i find the columnName corresponding to current colIndex? I have a Syncfusion grid. Thanks Re: Getting and Comparing a Grid Cell ColorThanks Colin and Tanya. Colin, The fact that I dont see any corresponing function in the autocomplete means there is no such function available even at the run time. Tanya, I am thinking to do following: Grid=Sys.Process("abc").........WinFormsObject("w_grid"); //Assume I have already selected the cell before the test runs Cell=Grid.get_CurrentCell(); // I am hoping this gives me a reference to the current cell which i can then pass //getBKColor(Cell.Picture()); I am : 1. Not able to get full path of the cell as grid cell cant be checked using spy. 2. I dont see the description of get_CurrentCell ( infact any other funciton applicable on the Grid varibale defined above). 3.What is the format of the color returned ? String, Hex or some combnation of RGB? Any help would be much appreciated Getting and Comparing a Grid Cell ColorHi, I want to fetch the background and text color of a Syncfusion Grid Cell ( Current Cell) and then compare it with what I expect it to be. Can someone help me on this please? Sys.Process("abc").WinFormsObject("MainWindowForm of Main Window_3lse").****.WinFormsObject("w_gridContainerPanel").WinFormsObject("GridPanel").WinFormsObject("w_grid").CurrentCell After this if a place a dot (.) I get some methods but no description for them :(Re: Issue with hwndwrapper control having tabs in TestCompleteHi tanya, My colleague helped me out with this. I had to select "Use all processes" in "Open Applications">"Process Filter" as this exe is different from my current exe. Thanks for looking into it. Cheers Re: Issue with hwndwrapper control having tabs in TestCompleteThanks For your prompt replyTanya. However its still not working. Issue with hwndwrapper control having tabs in TestCompleteHi , I am having issue to identify the tabs inside the hwndwrapper control. The full name is : Sys.Process("gui12d8").Window("HwndWrapper[ipse_gui12d8.exe;;52246b21-d208-4dd4-b86d-ddf8dbcfa2f8]", "Launcher", 1) Dont see any property which is able to show the child tabs : A,B,C and D. I want to select each tab and perform an action on the menu inside it. I am using TC 9.33 but also getting issue on TC10 on another machine. Using .Net fraemwok 4.5, have the WPF checkboxed checked in the object mapping and have WPF extension installed. Any help would be much appreciated.