Browse By Tags

  • Ultragrid row header overlaps with first row

    I need to change this behavior, the first column for the grid, is overlapping with the row header, I tried to find some code that mades this to happen but didn't find it, is this a default visual display and can I change it, so the row header is at its…

  • WinGrid: how to programmatically select a RowLayout

    I have build a UserControl with a WinGrid to display a list of data. Based on the place it will be used I have to display different set of columns for the sale list of data.

    So I have defined 2 different row layouts that I can see in the band: RowLayout1…

  • List of Null ColumnInfos from UltraGridBand.RowLayouts

    Having an issue where I get an null reference exception most (but not every) time I try to get a specific key from ColumnInfos. The code will work one out of every ten times while debugging, so I suspect this has something to do with asynchronous processing…

  • ColumnChooser in CardView

    I have a WinGrid with cardview and userowlayout set to true.

    Is it possible to view the columnchooser button to appear above the row header region?

    Its appears fine when run the grid not on cardview.

    Thanks

  • UltraWinGrid - Row Best Fit

    I would like to get the rows inside the grid to auto size to the verticle

    height so that the grid boarder does not cut a row off in the middle

    The AutofitStyle for columns is set correctly for all columns

  • How to load a rowlayout at runtime?

     In the grid designer I have created 2 layouts and saved them while in the designer.

     In the VB .net code how do I tell the grid to use one of the layouts I saved?

     

  • Displaying "position indicators" when moving rows via DragDrop

    Hello,

     I'm quite new to Infragistics programming/forum, so "hi there!" to all!

     I encountered a problem when creating a WinGrid, wanting the user to have the ability to move GridRows via DragDrop.

    The "Drag and Drop Strory" functions well…

  • Don't reproduce RowLayout when copy Grid rows to Excel

    Hi community,

    This is my problem: I have a Ultragrid in which I've used RowLayout to group Column Headers and all works fine in my grid, however when I copy the data by selecting all rows and then I paste them in excel 2007 sp2 the headers are pasted…

  • CardView/RowLayout sizing issues

    Hi, I am designing a grid with cardview and rowlayout set to true.

    However I have a remaining issue:

    When I resize the width of a card, all other cards are also resized to the same width. How can I prevent this?

  • FixedHeaderIndicator

     Hi,

     I would like to allow fixing columns : I've done the following :

     this.ultraGrid1.DisplayLayout.Override.FixedHeaderIndicator = FixedHeaderIndicator.Button;

     And when I check I have the correct value for  the property FixedHeaderIndicator.However the…

  • SupportDataErrorInfo using rowlayouts

    I have a grid bound to some objects.

    It's SupportDataErrorInfo property is set to RowsAndCells which works fine in normal view.

    However, when formatting the grid as a CardView with RowLayouts, I don't see my errorinfo anymore.

    To be more specific…

  • Ultra Win Grid Column Resize(Width)

    I am having Ultra Win Grid. I want to resize the column header width when maximun length of the cell is greater than header then column header widht should equal to ultra gridcell widht.. If the length of the cell in less than column header the automaticaly…

  • WinGrid RowLayout Saving?

    I what to save the RowLayout information to a file prefered is an xml file. Is there a way to save the SpanX, SpanY,OriginX and OriginY. I have a need to alter the layout of the card based on the project database. some projects use more field then other…

  • How to Add Additional Column in Column Chooser

    Hai to all,

    I want to add a column in the ColumnChooser. Is it possible?

     Regards

    Suresh Kumar R

  • Merged cells in RowLayout mode

    Hello,

    I'm trying to create a grid with 2 lines of headers, like the following:

    |---------------------------       column 1         ---------------------------| 

    |---   column 2   ---| |---   column 3   ---| |---    column 4    ---|

     

    Now, I understand that for this to…

  • Set Border Bottom in Grid

    Hi,

    I am using win UltraGrid to display in a table format. I want set border top, right, left as null and only bottom border should be visible in row.

    Does it possible in Infragistic Grid? Please help me ASAP

     Thanks in Advance

  • Re: Nested Groups

    Dear Mike,

    Thank you for your reply.

    I failed to mention that I needed to add those groups programatically.
    I eventually figured it out after several hours:

    1. Set the Band's RowLayoutStyle to GroupLayout.
    2. Instead of grouping columns using the…

  • How to disable single click selectio on a Ultra Grid?

    Hey there.

    I couldn't find anything relevat so i had to make a post. Sorry if duplicate...

    I have a Ultra Grid Control, and i need to disable the single click row selection, but to allow row selection on double click. Any easy way to do this?