Browse By Tags

  • Scroll to cell/ row with data error

    Hi,

    I'm setting cell errors on my dataTable, but when my errors are on the last records (not visible on the grid without manually scrolling down)  it's not clear to the user that their data has problems. 

    Is there a way to jump to the first row with…

  • Scroll through Grid

    I want to auto-scroll through my grid every few secs.  So it comes up and it displays a certain number of records.  Then I want it say 10secs later to scroll past the currently visible records and to the next set.

    Is that possible?

  • CardView: can UltraGrid scrolls Vertically

    We're using the Grid with CardView=true;

               UltraGridBand band = ultraGridResults.DisplayLayout.Bands[0];
                band.UseRowLayout = true;
                band.CardView = true;
                band.CardSettings.Style = CardStyle.Compressed;
              //  band.CardSettings.CardScrollbars = CardScrollbars…

  • Faulty Display after scrolling

    Good Morning,

    i am currently facing a problem with the elementcombination UltraWinGrid and UltraExplorerBar.

    Whenever I Scroll down a little faster my UltraGrid "loses" it's normal postiton and suddenly I have a faulty display of the elements. The Problems…

  • Exception in ScrollCountInternal for grouped grid

    Hi,

    I'm getting an exception from time to time in a grouped UltraWinGrid. The call stack is the following

    System.ArgumentException: An item with the same key has already been added.

       at System.ThrowHelper.ThrowArgumentException(ExceptionResource resource…

  • Notification to cancel out scrolling in BeforeRowRegionScroll

    I need to perform some operations before scrolling the row region for which I am using BeforeRowRegionScroll. But once the operations are being performed, if user changes the scroll region by keep on scrolling the rows using scroll bar, then it takes…

  • programmatically pin columns UltraWinGrid

    I need to programmatically pin the first four colums...I'd also like to do this without showing the pins, i dont want the user to pin/unpin, i just want the first four columns not to go away when i scroll to the right...this should be simple and i cant…

  • Grid scrolled to bottom, why? How to fix.

    Hello. I am populating a grid, much like I do all the time, but this grid always seems to end up scrolled to the last row. so: 1) Why? 2) how to prevent this 3) how do you force the grid back to the first row?

     

    thanks.

  • UltraWinGrid with UltraDropDown Cell display issue

    I have an UltraWinGrid which contains a column with UltraDropDowns. I've tested in my development environment and had no problems with it (Windows XP and Windows Vista).

    But when I deployed the application in the client Pc, I saw an issue when displaying…

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

     

  • How to Excel like Reader Mode in UltraWinGrid?

    I am trying to have ReaderMode(http://stackoverflow.com/questions/6267380/enable-readermode-in-net-control-pinvoke-doreadermode-api ) in UltraWinGrid. What is the best way to do it?

  • Missing last row in ultragrid's drop down

    Hi,

    I'm using an ultragrid that has a column set as dropdownlist.

    This drop down has many rows and has some wide columns so when i drop down, the displaying grid appears on all the available space in the form  below the row and displays both scrollbars…

  • Determine if grid is scrolled to the end

    How can I determine if grid is scrolled to the end (thumb is at the bottom of a scroll bar)?

  • How to make autoscroll function of ultragrid be disabled

    I need to delete row and add row  in a ultragrid over and over,

    in this process,the ultragrid will autoscroll to the end row.

    How to make the ultragrid fix at the first row during deleting adding row.

  • The grid stops paint or update cell value..

    Hi, 

    I have two forms opened at the same time and both forms have a grid on it.

    the formA have gridA bound to winDataSourceA, and the formB have gridB bound to winDataSouceB.

    the winDataSourceA and winDataSourceB have about 2000 rows.

    the gridA with…

  • How can I freeze the first column of my grid when scrolling horizontally?

    None

  • Horizontally scroll

    Hi,
    I am using an UltraGrid to show data and columns are a lot so the grid became larger than screen.

    A scroll bar appeared automatically at the bottom so it is possible to slide horizontally the grid.

    Because I have this set:
    ultraGridBand1.Override.CellClickAction…

  • Scrolling 2 grids each with their own panel in a larger container

    Hi, I'm trying for quite some time to solve this problem.

    I'm using C# in VS 2005 + NetAdvantage 2008.

    Just now I have an Ultra tab container with 2 panels. In these panels I have a grid both of which are of the same width. The upper most panel…

  • WinGrid on UltraPanel does AutoScroll

    Hi,

    I am using a WinGrid on an UltraPanel and have an issue with scrolling.

    If I place a large grid on a scrollable UltraPanel, then scroll down the panel and then select the grid, the grid is automatically scrolled into the view such that its top…

  • scrolling

    Can you give me some tips how to make scrolling faster on the wingrid?

    It works really fast if I put mouse on scrolling bar, press on it and move it up/down

    But it requires a lot of clicks on arrows(on the top or bottom of scrolling columns) to move…

  • Vertical Scrollbar when in CardView.

    Hello,

    I would like to know if there is a way to have vertical scrollbar when in CardView, or at least a workaround to simulate it.This is my situation: 
    • My grid is in card view
    • band.CardView = true;
    • All the cards are compressed at the beginning
  • UltraWinGrid Scrolling

    I am using Infragistics NetAdvantage 7.1 and have a question about the UltraWinGrid control.

    I have a UltraWinGrid of 50 columns.  On a particular row, i use the Tab key to move to the next cells.
    As soon as it reaches the rightmost of the screen, it will…

  • Auto scroll to bottom of band when expanded

    I have a grid containing data with three band levels.  When I expand a band I want to ensure that the lowest record in the child displays in the grid.  Most often the when the band is expanded the child expands below the bottom border of the grid which…

  • UltraWinGrid gets error when scrolling

    I have a C# DotNet application which has an ultrawingrid and 2 radio buttons.  The radio buttons show different views of the data (different column names). 

    When the first radio button is selected, the following columns are visible: Arrived, Time, Type…

  • Scrollbar problem

    How can I set the initial position of the scrollbar of a wingrid?

    I mean that when the grid is shown, the scrollbar is on the right position I've set, not first the default position and then scroll to position I've set.

    Every time I rebind the…