Click here to Skip to main content
15,887,683 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Can any one give me a solution to build a master detail grid ( not as inner grid)
out side of the grid. with different tabs in wpf devexpress

this is the code for the inner grid
XML
     <dxg:gridcontrol.detaildescriptor xmlns:dxg="#unknown">
                                    <dxg:contentdetaildescriptor>
                                        <dxg:contentdetaildescriptor.contenttemplate>
                                            <datatemplate>
                                                <dxg:gridcontrol x:name="grdCntrlUserRoles" itemssource="{Binding DiscountRuleUserRoles}" maxheight="500" xmlns:x="#unknown">  
                                                        <dxg:gridcontrol.columns>
                                                        <dxg:gridcolumn x:name="grdColRole" fieldname="RoleID" header=" Role" visibleindex="0">
</dxg:gridcolumn></dxg:gridcontrol.columns>

                                                        <dxg:gridcontrol.view>
                                                        <dxg:tableview name="tblViewDiscountRuleRoles" />                                                   
                                                    </dxg:gridcontrol.view>
                                                </dxg:gridcontrol>
                                            </datatemplate>
                                        </dxg:contentdetaildescriptor.contenttemplate>
                                    </dxg:contentdetaildescriptor></dxg:gridcontrol.detaildescriptor>





I need this inner grid as out side with differnt tabs
Posted
Updated 25-Apr-16 20:37pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900