Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
2167
Disable field in a row edit template
posted

How can I disable a textbox within a row edit template user control?  I am trying to disable a textbox on edits of the grid but allow entry in textbox when the user clicks the Add New Box..

I was trying to do this on the UltraWebGrid1_AfterRowTemplateOpenHandler but it looks as if the UWG is overriding that.