ContributionsMost RecentMost LikesSolutionsRe: Objects mapped in NameMapping are not getting highlighted in Application; There are no changes in object properties and object spy is able to identify obj with similar propertiesNo that was of no use, I already had tried that. But the system restart made it working now. Strange, I still dont know the root cause of this problem. Any idea what went wrong? Any way thanks much!!Re: Objects mapped in NameMapping are not getting highlighted in Application; There are no changes in object properties and object spy is able to identify obj with similar properties Even if I add new object in NameMapping, at the time of adding I could highlight it but, the moment it added to the name mapping I can not highlight this This is unusual and had never faced before... Objects mapped in NameMapping are not getting highlighted in Application; There are no changes in object properties and object spy is able to identify obj with similar propertiesObjects mapped in NameMapping are not getting highlighted in Application; There are no changes in object properties and object spy is able to identify obj with similar properties Exm: "object hierarchy in NameMapping File" is similar to "object hierarchy in object spy window" When I try to highlight it from name mapping file it throws message "Underlying objects does not exist" Everything was working fine till last week. Re: BringIntoView doesn't work for Xceed.Wpf.DataGrid.DataGridControlBringIntoView method dosen't bring object into view hence not able to click on that object. Method doesn't throw any error . Yes TestComplete can identify the application object. Bottom line: TestComplete is not able to click on data cell of grid which is not visible. Re: BringIntoView doesn't work for Xceed.Wpf.DataGrid.DataGridControlPlease respond if any ideaBringIntoView doesn't work for Xceed.Wpf.DataGrid.DataGridControlHi I am using testcomplete 8.0, working on WPF controls Problem: While working on Xceed.Wpf.DataGrid.DataGridControl, not able to click on a row or a data cell NOT VISIBLE(you need to scroll down to get the object visible). Note:The datacell object to be clicked is EXIST Tried: >BringIntoView method on datacell object, doesn't work. Exm: objDataCell.BringIntoView >BringItemIntoView method on datagrid object, doesn't work. Exm: objDataGrid.BringItemIntoView(objDataCell) >objDataCell.Set_Focusable = True, doesn't bring obj into focus >DoAutoScoll, doesn't work Please advice ASAP Thanks Sushil