Hi. I've been wandering the web for days and I cant seem to figure it out.
See, I have an MVC Telerik Grid using server binding and a custom pop up edit template that has a dropdown list.
What i need to do is , once i click edit and the data is displayed in popup, i need to have a button in popup(which i already have) that changes the dropdownlist to a textbox so it can serve as an input field. Once a user inputs on it, it will then be included in the dropdown list.
My problem is i cant switch to textbox from dropdown. The popup breaks. My assumption is that there maybe an issue with my rebinding . Please help. Any will be appreciated.
See, I have an MVC Telerik Grid using server binding and a custom pop up edit template that has a dropdown list.
What i need to do is , once i click edit and the data is displayed in popup, i need to have a button in popup(which i already have) that changes the dropdownlist to a textbox so it can serve as an input field. Once a user inputs on it, it will then be included in the dropdown list.
My problem is i cant switch to textbox from dropdown. The popup breaks. My assumption is that there maybe an issue with my rebinding . Please help. Any will be appreciated.