Hi all,
I have the following simple grid.
All I want to do is hide the row containing the "add new record" when another row is in edit mode, i.e. when the edit button has been
clicked
I have the following simple grid.
<telerik:RadGrid ID="grdMyGrid" runat="server" AutoGenerateColumns="false" OnNeedDataSource="grdNewEpidomaTheshs_NeedDataSource">
<MasterTableView EditMode="InPlace" CommandItemDisplay="Top"
CommandItemSettings-AddNewRecordText="Add new record">
<NoRecordsTemplate>No records available</NoRecordsTemplate>
<Columns> ... some columns ...</Columns>
</MasterTableView>
</telerik:RadGrid>All I want to do is hide the row containing the "add new record" when another row is in edit mode, i.e. when the edit button has been
clicked