How to read data from AG-Grid container without scrolling it in Selenium IDE - ui-automation

I am trying to read a data from a column in the AG-Grid container where required column is at the end of the container and needs to scroll down to see it.
When I write below line in Selenium IDE and run
WaitForText <Target> <value>
this turns yellow and keeps on waiting. When I scroll the container at the end then it continue running.
I am new to AG-Grid so Please help me to fetch the data automatically without the need to scroll.

Related

Reset current undo size to 0 in Angular AG grid

I am using ag-grid in my angular application. There are undo and save buttons for a table update. I have set undoRedoCellEditingLimit value to 10. Whenever I do any cell updates the current undo size is getting increased. Once I edit required table values, I will use the save button to store the updated table values in database. Everything is working fine. But I would need simple additional functionality in my application. Whenever I save I want reset the current undo size to 0. I searched and I haven't got any solutions so far. It would be great if anyone could help me on this.

Jhipster React Form Grid Layout Issue

I'm currently using the latest version of Jhipster 7.6.0 and Node 16.14.0. If we try to arrange form fields in column view in other words if we wrap ValidatedField to and , the field values are not populated during Edit mode of the page and the same is true for insert mode. The attached link is showing a simple layout change on the existing user management page, and we are trying to see Last Name and First Name in one row, and we are unable to see the value or update the value if we realign these fields in multiple columns views.
Does anyone know a simple workaround we can use ValidatedForm and ValidatedField in Row, Col, and regular CRUD works like with other pages generated by the framework? Please let me know if more clarification or detail is needed on this case.
Layout and code Sample from User Management page

How to set a fixed part sash container data value

I am trying to make different UI layouts for my e4 RCP application depending on the resolution. I am trying to set a fixed container data value for my parts but have no idea how to do this. Basically in the layout below I have a partstash container with a part and another partstash with two parts. I want the partstashes to be a fixed size and not resizeable. How do i achieve this? Alternatively is there a way to ensure that the content within a stash container will auto resize and always fit?
Add the tag NoMove to the 'Part Sash Container' containing the parts that should not be resizable.
So here:
Setting the NoMove tag prevents the child part stacks and sash container from being resized

Eclipse - Prevent part from being resized

In my eclipse e4 model I have set a parts container data to 1800 so that it wraps the content. When I resize the plugin, the part will grow or shrink depending which obviously messes up the UI. Is there a way to prevent this from happening, or maybe an alternative method for wrapping a GridLayout row around the content without having to use the container data field?

Alignment issue with IE6

I was building a module in gwt. One of the functionality is that I will get multiple records in GridPanel from database. When I hover over on a particular record it should display some information like "click on the row to provide feedback". I have implemented it and it is working fine. But for IE when I hover over, it is displaying the message at top-left corner. Getting alignment problem.
Used this line in my code.
grid.setToolTip("Click on the row to provide feedback");