Browse By Tags

  • How to copy an ultrachart style ?

    Hi Folks,

    I made an ultrachart via the ultrachart wizard. I would like to copy its style for each other ultrachart I made dynamically in c# (so without the ultrachart wizard).

    Please let me know if you have any ideas.

     

    Thanks

  • How to clear an ultrachart ?

    Hi,

     

    I would like to clear my uktrachart , I know that a clear method in c# exist but I don't know how to use it .

    Thanks

  • Nice ultrachart time vs data

    I need to convince my management that we can do very nice plots using infragistics, up to know this is what I have:



    In order have that here is my code :


                //Set the chart titles
                ChartPureAlpha.Text = TickerName;
       

                //Set Chart legend
                this.ChartPureAlpha…

  • Re: Designer Error w/Multiple Bands & NHibernate

    I have encountered a similar problem (although I am not using NHibernate).

    I am attaching a simple project that demonstrates the problem.

    Here's what I do to make it happen:

    1. Open the form that contain the grid.

    2. Click on the grid's Start…

  • Designer Error w/Multiple Bands & NHibernate

    When trying to view columns for any band besides Invoice, I get the attached error.  We are using NHibernate for our business objects and the child bands (Detail, NonStockItems, DistributedApproval) are HasMany collections of the Invoice object.

     

    Any…

  • Ribbon not working in Blend 4 in .NET 4, WPF4 Assembly

    Hi

    I can't drop the ribbon on a window in Blend 4

     

    The Xaml doesn't get generated.

     

    When I drop the Ribbon in Visual Studio, and open the Solution afterwards in Blend I got errors

    "The name XamRibbon  does not exist in the namespace…

  • ultrawebtab error in the designer

    what does this error means and how can we fix it (we are using 2009.2)

  • Nasty UltraWinGrid Designer Bug

    Prepare to kill Visual Studio with task manager (and loose your work):

    1. Open the UltraWinGrid Designer

    2. Click in the white space in the left-side panel under the "Infragistics.com" item

    3. Press <ctrl-tab> key combination -- the designer…

  • Cannot display WebSplitter in designer

    Get the following msg in the designer:

    Error Creating Control - TraditionalLeftNav

    Unable to create type 'ig:WebSplitter'. Could not load file or assembly 'System.Web.Extensions, Version=1.0.61025.0, .... or one of its dependencies.  The…

  • Re: Launching UltraWinGrid Designer at runtime

    Hi again,

     

    Perhaps I should expand the problem a little to assist with someone answering the question...

     

    I have created a user control that has a couple of controls within, one of them a grid. When I drop the user control onto a form I would like…

  • Launching UltraWinGrid Designer at runtime

    Hi,

     

    I would like to know which method/object I can call/instantiate to launch the grid designer at runtime. Also, I need to be able to launch the UltraCombo designer!

     

    Thanks!

      James

  • Gauge Designer Crash and Paint Issues

    Has anyone else had issues with the gauge designer where it crashes and has paint issues in regard to the controls for setting the different values of the object? Is there an end user solution to the issue or do you know if there is a patch for this?

  • Is it possible to disable the UltraGrid "Start" bar in design mode?

    We're trying to allow users to place an ultragrid on a form using a designer, but we don't want to provide the extra settings available in the "Start" wizard.  If we change the designer via an attribute we can remove the start button…

  • Multiple Column Header Rows for a single data row

    I'm trying to figure out how to design a WinGrid that would like like this in Excel:

    Store
    2007 2008
    Q1 Q2 Q3 Q4 Q1 Q2 Q3 Q4
    Bud Act Bud Act Bud Act Bud Act Bud Act Bud Act Bud Act Bud Act
    1 999 999 999
  • wingrid table relation in designer

    I am working with Microsoft Visual Studio .Net 2008 and Infragistics Net Advantage for .Net Volume 1 CLR 2.0 und Windows Vista with Service Pack 2.

    For designing the Grid, i work with the grid-Designer. I manually define the schema and put fill the datas…

  • How to launch Ultragrid designer and Layout wizard programmatically.

    I am creating a User control containing a toolbar, an UltraWinGrid and some buttons.

    I would like to add the options to display the Designer and layout wizard to the control's Smart tag items.

    Like:

    items.Add(

    New DesignerActionHeaderItem("Data Grid…
  • DisplayLayout.Load throws System.InvalidCastException

    Hello,
    we have updated our application from UltraWinGrid.v7.2 to UltraWinGrid.v8.3
    When i try to load the DisplayLayout (UltraWinGrid.v8.3) from a layout file which was created with UltraWinGrid.v7.2 a System.InvalidCastException occured.

    grd.DisplayLayout…

  • frequent exception in the ultragrid designer when editorcomponent used

    Hi.
     
    Something with the UltraGrid designer has been bothering me for months.
     
    Whenever a UltraGridColumn is set with a EditorComponent ,  the UltraGrid designer frequently reports an exception as shown above. When I set the EditorComponent to none, everything…
  • Designer Weirdness

    I recently started to see some very strange behavior when I try to add an UltraGrid control to an existing UserControl derived class.

    Whenever I drag the UltraGrid from the toolbox and drop it on the control, VS will grind away for several seconds and…

  • UltraGridColumn Constantly Renamed In Designer

    Having used the UltraGrid control for some years now, there is something that is really bothering me. When a form containing an UltraGrid is opened by the Windows Forms Designer, VS will always perform a checkout on the form. I think I have narrowed this…

  • Re: frequent exception in the ultragrid designer when editorcomponent used

    Thanks, Mike!

    Here is how I can reproduce this error in visual studio (either 2008 or 2010 rc):

    1. New winform project.

    2. New Usercontrol in the project.

    3. Drag a UltraGrid into the UserControl with UltraDataSource bound to it. Create whatever bands…

  • Accessing UltraWinGrid designer in composite user control

    We are attempting to group several controls together into a common user control. Basically a user control containing the UltraWinGrid, some labels below the gris to eport status and conditions about what is displayed and selected in the grid, and a row…

  • WinGrid Designer doesn't work with Linq Datasource

    I have tried two separate projects so far, and every time I select an object created through the Linq to SQL designer as the datasource to my ultrawingrid Visual Studio becomes unresponsive using half my processor.  This has happened on two separate machines…

  • Re: WinGrid Designer doesn't work with Linq Datasource

    No, I haven't bound ANY data to the grid yet.  The problem is in the designer, not at run time (which I thought I had stated clearly in the original post).  At run time, I am using the paging features built into Linq to display the data which is a much…

  • How to prevent lost of Text property value during Preset application....

    My grids lose their Text value every time a Preset is applied to the grid. This occurs even if the Text property is set to nothing (empty string).

    So when we make some sort of global change to the grid configuration and apply it to all the grids in our…