Forum Discussion

NisHera's avatar
NisHera
Valued Contributor
10 years ago
Solved

Set text do not save

Im testing a web grid with time value When I change values with "Set Text"  it will not save with save button pressed. (It work if save pressed manually -using a break point ) But if ...
  • TanyaYatskovska's avatar
    10 years ago
    Hi Nishnatha,

     


    It looks like the results of the fields are saved when the onClick event is raised over the control. When using the SetText action, this event isn't fired.


    So, the Keys methods would be a solution for you. You could use SetText to remove all the content (SetText("")) and Keys to set the new one.