This is a migrated thread and some comments may be shown as answers.

[Solved] EditForm mode not working

1 Answer 112 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Dwayne Starkey
Top achievements
Rank 1
Dwayne Starkey asked on 23 Feb 2010, 02:19 PM




    <telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="false">  
    <MasterTableView Width="100%" DataKeyNames="InvID" EnableNoRecordsTemplate="true" Name="MainTable" EditMode="EditForms"  > 
<Columns> 
            <telerik:GridEditCommandColumn UniqueName="EditCommandColumn" /> 
            <telerik:GridBoundColumn HeaderText="" DataField="OrgID" UniqueName="OrgID" Display="false" ReadOnly="true"  ></telerik:GridBoundColumn> 
            <telerik:GridBoundColumn HeaderText="Project" DataField="Organization" UniqueName="Organization" ReadOnly="true"></telerik:GridBoundColumn> 
            <telerik:GridBoundColumn HeaderText="Stock Number" DataField="StockNumber" ReadOnly="true"></telerik:GridBoundColumn> 
            <telerik:GridBoundColumn HeaderText="Total OH" DataField="OH"></telerik:GridBoundColumn> 
            <telerik:GridBoundColumn HeaderText="Location" DataField="Location" UniqueName="Location" ReadOnly="true"></telerik:GridBoundColumn> 
            <telerik:GridBoundColumn HeaderText="Serial" DataField="Serial" UniqueName="Serial" ReadOnly="true"></telerik:GridBoundColumn> 
 
</Columns> 
</MasterTableView> 
    </telerik:RadGrid> 

I have my radgrid using the editform mode to edit a column. IF there is more than 1 record within the grid and the edit command button is selected all rows disapear except the one selected for edit. The edit forms does not display until only one record is present. 

If one 1 row exsit the editform displays correctly.

Would anyone know why this might be happending and how to fix it?

 


Thanks


1 Answer, 1 is accepted

Sort by
0
Dwayne Starkey
Top achievements
Rank 1
answered on 23 Feb 2010, 07:58 PM
Not sure what happended but it is now working as normal.
Tags
Grid
Asked by
Dwayne Starkey
Top achievements
Rank 1
Answers by
Dwayne Starkey
Top achievements
Rank 1
Share this question
or