RadGrid on Edit Change label of Text Box
问题 I like to change the label of the text box on Edit. I am having a problem in that I need to click on the edit feature twice for that to happen: <telerik:RadGrid runat="server" ID="rdReport" AutoGenerateColumns="false" AllowPaging="true" Skin="Metro" OnItemCommand="ItemCommand" OnItemDataBound="rdReport_ItemDataBound" OnPreRender="rdReport_PreRender" DataSourceID="FountainSource" AllowAutomaticUpdates="true" AllowAutomaticDeletes="true"> <MasterTableView DataKeyNames="ID" CommandItemDisplay=