Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. X
Hi Thingworx Community,
Is there any way to have the "focus" automatically be on the textbox in an editable column within a selected row in a grid?
For example, when the mashup is loaded, the first row in the grid is automatically selected. Since that row is selected, we want the curser to automatically be in the textbox of the editable column for that row so that the user is able to start typing right away. We don't want the user to have to click on the textbox in the editable column of a selected row before they can start typing.
We are using version 8.0.3 and have made the grid widget editable.
Thank you for your help!!
Grids don't support that unfortunately.
You might be able to do it with an expression widget and adding some client side code.