I have a bit of code that use to work until we upgraded to the newest version of the controls.
But the ability to pull the myTextBox._orginalValue no longer works... Is there a supported method for this in the latest build of the controls?
But the ability to pull the myTextBox._orginalValue no longer works... Is there a supported method for this in the latest build of the controls?
var saveIcon = $find(gridRowSaveIcon.id); var orginalValue = myTextBox._originalValue; if (orginalValue.length == 0) { if (myTextBox._initialValue.length != 0) orginalValue = myTextBox._initialValue; }