Browse By Tags

  • Ultrawingrid mutilple bands

    Hi guys....

    I have a grid with 3 bands.... parent,children and grandchildren.....

    What settings do i have to set to get the child and grandchildren to update?

  • Ultrawingrid Multiband Excel export header repeat issue

    Hi,

    I'm new to Infragistics and am using Ultrawingrid with two bands. When I export the data to excel, the Main band header gets repeated and I dont want that to happen.

      

    I'm ok with the second band header repeating as it only shows when I expand…

  • Creating Custom Visual Components using Infragistics

    Hello team,

    I want to create my own custom visual component using Infragistics.

    E.g I want to create a UltraWinGrid with all properties such as row numbering, alternate row coloring etc properties to be set by default. I want to use such component directly…

  • UltraWinGrid: Using an Entity Framework object as a DataSource

    I have an entity Framework object like this:

    Contact  (includes Name)

            Address (may be more than one per Contact)

            Phone  (may be more than one per Contact)

    If this were a hierarchical dataset, I could bind the Contact and the bands would kick…

  • LoadFromXml group by formula column issue

    I'm saving the layout of my grid with SaveAsXml/LoadFromXml.
    I'm using:

    SaveAsXml(stream,

    PropertyCategories.AppearanceCollection | PropertyCategories.Bands | PropertyCategories.General | PropertyCategories.SortedColumns | PropertyCategor…

  • Saving the each line from grid to recordset/dataset

     

    For saving all the rows from grid to recordset/dataset, I am using the following code in VB6 with datawidgets 3.13.

    I want to acheive the same in VB.net with Ultrawingrid, but I could not find any samples.
    Thanks & waiting for the reply.

    'ssInvoice…

  • Can create captions for rows in the Grand Summaries?

    I want to create three rows of Grand Summaries.  One for the sum of Qty, sum of Amount and Avg of Price. 

    An example is provided in the image that was taken from the Grid that I am developing, I just wrote the Qty Diff on the title of the Net Difference…

  • Maintain Active Row and Scroll Position between Grid Refresh

    Hi,

    I have a win grid which is bound to list of custom application object (MarketDataItem), after every minute the data is re read from the application and bound to grid again. Also before refresh the I store the current  active row and scroll position…

  • Can't access SelectionStart unless the Editor is in edit mode.

    Hai to all,

    I am using ultrawingrid - infragistics 2007 volume 3. I am receiving an error "Can't access SelectionStart unless the Editor is in edit mode." in some form. Anyone guide me to solve this problem.

  • IgnoreMultiCellOperation : Columns, Rows, Cells

    My grid has a set number of columns and rows.  The last row is a TOTALS row.  I tried to accomplish this with a summary row, but it wouldn't allow me to select and copy the values in the summary row and paste into Excel.  So, I added a final row to the…

  • when I scrolled then Header.CheckBoxState is disappeared

    Hi!

    I am having some problems in HeaderCheckBox.

    when I scrolled then Header.CheckBoxState is disappeared.

     

    Below is the Scenario of my problem.

    1. Check the HeaderCheckBox be True.

    2. Scroll the Grid. (HeaderCheckBox is hidden)

    3. Scroll the Grid…

  • WinGrid: Unbound Column dropping

    Hi,

    I define a columns for wingrid in the designer using "Manually Define a Schema" button in the UltraWinGrid Designer. I add one "unbound column" (whose key does not exists as a property in my data source) along with some bound columns. I also set…

  • Titile Page while Printing the Grid

    Hello,

    Is it possible to have title page for Printing and then grid data start to print on. I want to have title page for print and then the data from grid.

     

    Bunty ;)

  • Grid of complex objects and ValueList columns

    Hi all,

    I have some problems about using complex objects in UltraWinGrid.

    I have a generic List of objects as a datasource (no System.Data objects). Every object in the list has one property of a complex type. I want to render a DropDown for the column…

  • Applying a CreationFilter for horizontal row expansion

    I have a real-world issue with the UltraWinGrid (v8.3) returning a JIT error when apparently redrawing items of the gird after the CreationFilter has been successfully applied and the grid displayed. The grid contains information about lots of peoples…

  • Programmatically altering the ContextMenuUltra

    I have a hierarchical grid with two child bands attached to a parent band.

    Each level needs a different context menu.  Any way to, on row click, change the ContextMenuUltra to a different PopupMenuTool? 

    The other option that would be ok would be for…

  • Padding in column header

    Hi,

    I'm using an UltraGrid widget to visualize a row-based report with several aggregation layers.
    This is layouted by using multiple bands with identical columns (without displaying their headers).

    Now, I would like to set the padding in the top column…

  • Problem with saving data back to data source

    Hi,

    I have a ultrawingrid bound to dataset. I save the changes in BeforeCellUpdate event and I have a validation toolbar that validates the data in the grid.

    Clicking on the validation bar does not fire BeforeCellUpdate and not even leave event of the…

  • Dynamic filtering based up cell value

    Hi,

      Since the UltraGrid does not do dynamic filtering (e.g. - updating the visible rows based upon the ColumnFilter as the cell value changes) - what is the suggested way of acheiving this functionality?

      I currently have a grid with approximately 40…

  • Error while leaving Afterentereditmode

    Hai to all,

     I am using ultrawingrid 2007 volume 3 in my application. In a form, when i try to save the record in editmode, i received an error "Operation can not be performed when not in edit mode.". This error is coming when leaving from the last line…

  • How to host .net user control/multiple controls in UltraGridCell?

    1. I want to host a .net custom control inside UltarGridCell. The control needs to be hosted inside the cell and not in the ultradropdown. Please let me know how this can be implemented in Ultragrid(Windows).

    2. I want to host multiple controls inside…

  • Card view for multiband

     Hi mike,

           I am binding the list of data to ultragridview.The grid is in hierarchcial structure such as parent,child and grand child in a multiband format. i need to change the grid for format into card view. In card view child list will not be getting…

  • How to add two level headers in Wingrid

    Is there a way to present two level headers. meaning as in the image below my first level header is Personal Info and Money Info and the second level header is name, age and so on.

    When the user scrolls both should scroll, basically they both are header…

  • Code to known if a UltraGrid have Scrollbar Visible.

    Hi to all, I've search here if some one have any idea to know if a UG showns any ScrollBar. With xamDataGrid there is a property that expose related info, but  UltraGrid have not.

    I wrote a static method wich may be do this work:

    /// <param name…
  • Dynamic data and row layout

    Hi,

    I'm trying to usa an UltraWinGrid to display dynamic data.

    I've binded the UltraWinGrid with a BindingSource object. The datasource of this object changes (only rows change, not columns). 

    If I try this:

    binding.DataSource = _myData;
    myWinGrid…