All form HTML elements implement a DOM property to allow a form's reset to function. In JavaScript I can access these as follows:
obj.defaultChecked
obj.defaultValue
obj.defaultSelected
What is the DOM equivalent for the Telerik controls on the client side?
I need to be able to determine if any of the controls on my page have changed from their default value and prompt the user to save them when they attempt to navigate away from the page. I'm using both versions 1.7.2.0 & 2008.2.723.20
obj.defaultChecked
obj.defaultValue
obj.defaultSelected
What is the DOM equivalent for the Telerik controls on the client side?
I need to be able to determine if any of the controls on my page have changed from their default value and prompt the user to save them when they attempt to navigate away from the page. I'm using both versions 1.7.2.0 & 2008.2.723.20