I have RadGrid with GridTemplateColumns. In ItemTemplate it is label and in EditItemTemplate it is texbox. When grid goes in edit mode, I can't see prevoiusly inserted data (what was in label before I click on Edit button).
I tried with EditCommand, but when that event is fired -- that control is label ( I can put some data in it). But that control becomes texbox later -- and I dont know how to get that textbox: is there some other event for that? I can get that textbox in UpdateCommand but that's too late.
I tried with EditCommand, but when that event is fired -- that control is label ( I can put some data in it). But that control becomes texbox later -- and I dont know how to get that textbox: is there some other event for that? I can get that textbox in UpdateCommand but that's too late.