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
263
Templated Column Textbox dissappears
posted

I have a templated column textbox.

I am updating the cell corresponding to the textbox at ClientSide on the OnChange event of the textbox.

If the textbox originally had Null value,changing it would make the textbox dissapear.

Any help would be highly appreciated

Thanks

Joel 

 

  • 28464
    posted

    Hello Joel,

    Could you please paste some code from your scenario - e.g. is the templated column unbound and added porgrammatically (if this is the case, make sure you pass true to the constructor to enable ViewState) or is it set declaratively in the datasource and is bound against a field in the datasource? Also, can you send us the javascript you are using - this will surely provide additional clues.