NisHera
11 years agoValued Contributor
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 ...
- 11 years agoHi 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.