Browse By Tags

  • Ultragrid question: want to realize a GUI with tree view

    Hi Expect,

    I want to realize a GUI with Ultragrid as below picture.

    The requirement is that

    1, show Group1 and Group2 clearly,

    2, the child rows of Group1 and Group2 has the same columns includes Title, Type, User, Roles, a Check box style column, and…

  • Master-Detail using UltraTree and Ultragrid

    Hi,

    I guess most of you will know how to handle a master-detail scenario using two ultragrids and a dataset with a relation. The relation makes it easy for the detail grid to find the details for the current master row.

    Now, imagine the master is not…

  • Edit Cell with Tree

    I'd like to click in a grid cell and be able to edit with a tree control.  

    I don't even know if that's possible.

  • HP UFT recognize object as winobject

    hi ,

    we are working with HP  UFT 12.01 

    and TestAutomation WinForms HP 20141 ( 2014 01)

    our application uses .net 4.0 

    (in version utility chose CLR 4)

    we tried also with Coded UI ( under visual studio 2012) but still same results

    using your samples under…

  • UltraTree selection lost when AcceptChanges called

    I have UltraTree binded to self referenced table in some dataset. Every time I do AcceptChanges on that dataset the UltraTree loses its selection.

    How to solve that problem?

  • UltraTree scroll drawing white stripe at the bottom

    Hi All,

    I'm using infragistics v8.2. I encouraged with following problem:

     When I fills ultratree with some data scroll appears and the white stripe is drawn at the bottom of the grid.



    Does anybody known why it happenes?

    Thank you.

     

  • UltaWinTree 3 Level nodes expantion based on lowest child node status.

    Hi,

    I'm using UltraTree component from NetAdvantage for Windows Forms

    I have an UltraTree with the following properties

    ultraWinTree.ViewStyle = Infragistics.Win.UltraWinTree.ViewStyle.OutlookExpress;

    The tree is populated with 3 nodes level…

  • UltraGrid with UltraTree in UltraTextEditor

    I currently have an UltraGrid bound to a custom object:

    public class Person

    {

       public string FirstName { get; set;}

       public string LastName { get; set; }

       public int CategoryId { get; set; }

    }

     

    The UltraGrid's Category column's ValueList property…

  • UltraWinGrid and UltraTree

     HI,
       I am wondering if there is an example by using UltraTree and UltraGrid
    Can we add a UltraGrid as a child node to a Tree Node. 

     I am basically looking into some functionality where the headers act like a Tree Node that can be collapsed and the body is…

  • UltraTree - Add parent after binding

    Hi,

    I've created an UltraTree control which I bind to my dataset. The control populates all the required nodes all of them in the same level.

    Is there a way to add a parent node to all of these nodes after the binding occures ?

     

    Thank you,

    E…

  • Fixed Columns using Wintree Columnset

    I am using the UltraWinTree to allow the user to build a hierarchical task list.  They can enter details about the tasks such as Start and End dates, budget dollars, comments.  As I add columns the user needs to scroll to the right and I want the Task Name…

  • Repositioning ultratree child nodes after root node is hidden

    Sir i have a dataset which is bind to ultratree..i do not want to show the root node so i have hidden it and made the root node expanded...now after i hide it..i see some white space in top left corner..is there any possibility by which i can reposition…

  • Setting ultratree top node causing unwanted scroll bar behavior

    Hello

    I'm trying to maintain the scroll position of a ultratree after updating nodes and such. Now I've seen in many places the recommendation to use the TopNode property to do this. However when I do this the scroll bar is scrolling to the top even…

  • third Level of Objects not visible in UltraTree

    Hi all,

    My UltraTree don't show the third Level of Object Hierarchie. The Object Tree is build by EntityFramework. Each Object has two different ListMembers of Objects. One is recursive declared as follows:

    public partial class ECU_WorkpiecesGr…

  • How to obtain the IdProduct from Child Node in the UltraTree Control

    Hi friends, My UltraTree Control have this structure and is shown how the figure below.

           dtproduct.Columns.Add("cCategoryId").DataType = System.Type.GetType("System.Int32")
           dtproduct.Columns.Add("cCategoryName").DataType = System…

  • Cell selection in UltraTree

    I need to add cell or at least column selection to my multi-column UltraTree but as far as I know cell selection is not supported. What's the easiest way to achieve it? Can I add UltraGrid as a cell editor and add columns to UltraGrid instead of adding…

  • Multi select with ultrawin tree in property grid format

    Hey!

    I have ultrawintree in property grid format. I want to enable multiselct i.e I can select multiple rows at a given time in the tree. I used following :-

     Me.uTree.Override.SelectionType = SelectType.ExtendedAutoDrag
     Me.uTree.SelectionBehavior =…

  • How to Bind the UltraTree in the proper way?

    I am trying to bind the UltraTree using a Linq extension which return a hirarchical structure.

    Unfortunately the tree is displaying the data in a bizarre way ...

    The structure is 

    Object
     - Name
     -IList<Object>

    Where of course for each IList<Object…

  • Change nodestyle in a UltraTree to be 3 option radio button

    I know you can make the nodestyle a tristate check box or a single radio button but is there a way to have a 3 option radio button as the nodestyle?

  • How to scroll a composite control

    I'm attempting to solve a problem related to my previous post here (http://forums.infragistics.com/forums/t/30441.aspx).

    I have a UserControl consisting of a SplitterPanel containing an UltraTree and an UltraGrid. The tree and the grid may both have…

  • UltraGrid/UltraTree hybrid to show hierarchical and row like data side by side.

    I have a bindable table object, not ADO.NET, containing hierarchical data which is unique by the first five columns. I would like to show these first four columns in a tree, while I show the remaining columns in a grid.

    I think I must create a UserControl…

  • Data Bound Tree - Add new record

    Is there a property I can set to allow adding new records to a grid in a tree?  One like in the WinGrid there is the fixed add-row feature.

    Thanks in advance,

         Brett

  • Wintree and Wingrid differences

    It seems to me that ultrawingrid and ultrawintree have a large overlap in terms of functionality - both can display multiple columns, both can display data hierarchically etc. So what are the rules of thumb for which one to use? I'm currently using a…

  • Displaying the arrows on a vertical scroll bar control that belongs to an ultratree

    Infragistics.Win.UltraWinScrollBar.ScrollBarLook scrollBarLook1 = new Infragistics.Win.UltraWinScrollBar.ScrollBarLook();

    scrollBarLook1.ScrollBarArrowStyle = Infragistics.Win.UltraWinScrollBar.

    ScrollBarArrowStyle.OneAtEachEnd;

    the code above did not…