Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1620
Levels: What should be the alternative of "Levels" in "WebDataGrid" as it is being used in "UltraWebGrid"
posted

I am converting Infragistics 2010 v2 CLR3.5 to Infragistics 2014 v2 using 4.5 CLR using Visual Studio 2013 Professional

Update 4. I am getting following error while building the project. Please reply immediately..........

What should I use in "WebDataTree" instead of Levels as they were being used in "UltraWebTree": Please try to give solution so that there should be whole change of functionality

Below is the code FYI....

<igmisc:WebDataTree ID="treeColumnLeft" runat="server" SingleBranchExpand="True"
                        BorderStyle="Inset" Cursor="Default" ExpandImage="./images/col.gif" CollapseImage="./images/exp.gif"
                        Indentation="20" WebTreeTarget="ClassicTree" Font-Names="Tahoma" Font-Size="9pt"
                        AllowDrag="True" AllowDrop="True" BorderWidth="2px" BorderColor="LightSteelBlue"
                        InitialExpandDepth="3">
                        <Nodes>
                            <igmisc:DataTreeNode Target="" HoverCssClass="" ToolTip="" SelectedCssClass=""
                                 CssClass="" Text="Columns Available for Sorting">
                            </igmisc:DataTreeNode>
                        </Nodes>
                        
                        <NodeSettings SelectedCssClass="" HoverCssClass="" />
                        <Levels>
                            <ignav:Level Index="0"></ignav:Level>
                            <ignav:Level Index="1"></ignav:Level>
                        </Levels>
                        <ClientEvents DragStart="treeColumnLeft_DragStart" NodeDropped="treeColumnLeft_Drop" />
                   </igmisc:WebDataTree>
Parents Reply Children
No Data