Autogrow does not work in FormView Edit mode
I was having hard drive getting the autogrow to work then I realized that if the default mode of the FormView is set to ReadOnly and if the user wants to edit, he clicks the Edit button and the FormView changed its mode to Edit mode. Once this mode changed, autogrow no longer works.
- $(document).ready(function(){
- $('.expanding').autogrow();
- });
Any suggestion how to get around this so it works regardless what mode the FormView control is in?