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
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.