Browse By Tags

  • Visual problem with components

    Hi, I am having the visual problem with the controls. It happens suddenly and I can't find an apparent reason. Someone to happen that?

    An X appears where the component should be.

    https://snipboard.io/q8ap0Z.jpg

  • Not able to add object model to data source in ultra grid

    Hi,

    I'm not able to add the object model to a data source for the ultra grid in designer. It is giving an error pop up as "Object reference not set to an instance of an object".Please help me with this. Refer to the screenshot.

  • 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…

  • 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…

  • 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…
  • 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…

  • 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

  • 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…

  • 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…

  • 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…

  • 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
  • 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…

  • 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…

  • 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…
  • UserControl containing a grid and design mode

    Hi All,

    I created a user control incorporating an ultragrid besides some other controls that I want to use to display additional information about and interact with the grid in a certain way. This control I am going to be using everywhere the grid would…