Hi,
I want to change the row back color of the currently edited row.
I tried changing the editeditemstyle backcolor property. but it was applied partially. (pls refer attachment)
i want it to apply it to the whole row. Any help.
Here is my code.
I want to change the row back color of the currently edited row.
I tried changing the editeditemstyle backcolor property. but it was applied partially. (pls refer attachment)
i want it to apply it to the whole row. Any help.
Here is my code.
<telerik:RadGrid Skin=Vista ShowGroupPanel="True" AllowFilteringByColumn="true" AutoGenerateColumns="false" AllowPaging="true" PageSize="20" AllowSorting="true" ID="grid1" runat="server" ClientSettings-Resizing-AllowColumnResize="true" OnDeleteCommand="RadGrid1_DeleteCommand"> <GroupingSettings CaseSensitive="false" /> <EditItemStyle BackColor=Green /> <MasterTableView GroupLoadMode="Server" DataKeyNames="service_provider_id" ClientDataKeyNames="service_provider_id,sp_email_og,sp_org_name"> <Columns>.... </Columns> <EditFormSettings EditFormType="WebUserControl" UserControlName="EditProfileDetail.ascx"> <EditColumn UniqueName="EditCommandColumn1"> </EditColumn> </EditFormSettings> </MasterTableView></telerik:RadGrid>