Hi Experts,
I have created button with help image as column in table. If user clicks on the help button in table, am displaying help information for that particular row in FormattedTextEdit ui element.
Here my concern is, if user clicks on button which is there in table at 20th row, help information has been displaying in FormattedTextEdit ui element which is fixed at top position instead help information has to be displayed beside to the button where user clicked on the button.similarly, if user clicks on the button which is there at 30th row in table,then help information has to be displayed beside to the button instead of displaying FormattedTextEdit ui element which has fixed at top position. I mean to say, help information has to be displayed beside to row (clicked button) i.e; position of the FormattedTextEdit ui element has to be change.
Hope you understood my requirement. Is this feasible in WDA ? If yes, is this approach am following correct or is there any other approach to achieve this ?
Please find below image for this requirement and respond soon as this is very urgent requirement.