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

EditMode Popup for Three Tier Hierarchy

1 Answer 27 Views
Grid
This is a migrated thread and some comments may be shown as answers.
AS
Top achievements
Rank 1
AS asked on 12 Sep 2008, 05:27 PM
I have a three-tier radgrid.  Each level of the grid is editable.  I set the EditMode to Popup in the MasterTableView.  However, the popup only displays for the first level .  Are there other settings I need to set for the other tiers?

Thanks,
ami

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 15 Sep 2008, 05:37 AM
Hi,

Try setting the EditMode property for each Detail table in the aspx and see if it is  working.

ASPX:
<DetailTables> 
     <telerik:GridTableView runat="server" Name="Detail"    EditMode="PopUp"    DataSourceID="SqlDataSource1" > 
                    


Thanks
Shinu.
Tags
Grid
Asked by
AS
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or