Browse By Tags

  • Load On Demand behaviour with 'All data dependent features'

    Can someone please explain how the grid behaves in the following scenarios when the grid is loaded on demand using Virtual mode.

    1. When text needs to be searched from the grid.

    2. Sorting

    3. Filtering

    Shall we have to do something ourselves OR grid…

  • search for a spacifice value in grid ?

    Hi all  ; 

    sorry if this  question  already  answerd  but i can't find  it  . 

    my case is like this  :

    I  have a grid  and  have multipe  data  and  the columens creatd  at  run time  and it  have  a key column  called TikID  , a multiple changes  happend  withn   a 

  • Ultragrid auto scroll based on the alphabet type user

    Hi Team,

    I have one ultagrid bind with some user related information and whole grid is readonly. and first column is username. my requirement is something like that when user press any key grid should scroll down to username start with that letter. for…

  • Searching a column in ultragrid

    I am trying to search the UltraGrid based on some text. I created a AfterSortChange event for my

    Ultragrid and I am grabbing the column in the event handler like this

                columnToSearchBy  =  myGrid.DisplayLayout.Bands[0].SortedColumns[0];

     

    If the user…

  • "Type and go" to row in UltraWinGrid

    Hello all,

            I have a UltraWinGrid with multiple columns containing text.

            I want to repozition the row selection by typing: for example I start typing "first" and I would want the grid to position initialially on a row starting with "f" then…

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

  • Passing the sort, search control to the datasource

    The datasource we are using has around 50K records. We want to implement virtual paging so at time only 50 records are bound to the grid.

    We would need to control search and sort functionality of the grid to make sure the virtual page contains the 50…

  • Search WinGrid with multiple bands

    I have a UltraWinGrid that is bound to an UltraDataSource with multiple bands.  I would like to put a search feature in my program that will allow the user to perform text/string searches in the grid.  Is there an easy way to do this?  If not, are there any…