How to filter a grid using native features of delphi
In a grid of a delphi application, it is possible to make this filter in the table via script command in the test complete? Investigating in the object browser of that grid, I found the command that does the filtering at that address (...).DataController.Filter.FilterText, contained this: "(DESCRIPT LIKE 'Óleo%') AND (VALUE = 3,2248)" However if I change the data in the DESCRIPT or VALUE field and execute it it seems that it has no effect. In several doubts I solved consulting the topics of the documentation(https://support.smartbear.com/testcomplete/docs/app-objects/specific-tasks/grids/devexpress-quantum/index.html), but in this specific case I couldn't find anything that would help me1.9KViews0likes4CommentsVisibleOnScreen is TRUE when row in grid control is not visible (need scrolling to view row)
I have a grid control with 100 rows. The grid control is placed in a small window where only 10 rows are visible with need to scroll up/down to see the desired row. Both 'Visible' & 'VisibleOnScreen' are TRUE even when the desired row is last in grid while viewing the top 10 rows. I am required to do a right-click to open a context menu on desired row. How should I proceed to check if row is truly visible else scroll till visible?Solved1.8KViews0likes4CommentsGrid doesnt refresh / show searched item
Hello, sorry i am a total beginner in TestComplete and i am not really a developer. I have a problem with my Desktop-Test. i am searching for a word and the grid automatically shows the correct item in the window when i begin to type. When i record this steps everything works fine. But when i run this Test the entered word doesnt refresh the grid in the bottom. So no item can be selected because no item is showed in the grid or the old wrong item is showed. i added waiting time and more tabs but nothing helped.Solved1.7KViews0likes2CommentsSlow grid operation
Hi All, Needhelp. Application is developed using Stingray Grid. TC able to read & perform actions correctly on control. However, TC taking more time (30-40 sec) for reading information from debug file and also taking 8-10 sec for any action on grid. Any one faced & solved this type of issue in project. Please share your experience/solution/suggestion on same. Thanks in Advance ! Vahid706Views0likes1Comment