Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » UltraGrid (RSS)
  • Sort order not preserved when adding UltraDataRow

    We have an UltraGrid bound to an UltraDataSource. We programmatically add rows to the data source by creating a new UltraDataRow, setting a tag on the new row, then using UltraDataRowsCollection.Add() to add the new row to our rows collection. Subsequently, our CellDataRequested event handler is invoked...
    Posted to Forum by mcparry on 09-05-2008
  • Re: Wants focus to move to the cell below the active cell when user presses the enter key

    The below code moves to the below cell as desired: If e.KeyChar = Microsoft.VisualBasic.ChrW(13) Then Dim newMapping As GridKeyActionMapping newMapping = New GridKeyActionMapping(Keys.Enter, UltraGridAction.BelowCell, 0, UltraGridState.InEdit, 0, 0) Me .ultraGrid1.KeyActionMappings.Add(newMapping) End...
    Posted to Forum by rquery on 09-02-2008
  • Wants focus to move to the cell below the active cell when user presses the enter key

    Very simply we have a grid that has 7 rows that represent the seven days of the week when the user adds a number then presses the enter key the active cell moves to the cell BELOW, I think this is pretty easy just need a little push in the right direction.
    Posted to Forum by rquery on 08-29-2008
  • UltraGridPrintDocument - Pring Grid text (Caption)

    I'm sure we all use the UltraGridPrintDocument control. How can I print the grid caption: Me .UltraGrid1.Text = "Print this..." Or, how can I print additional information (other than the grid)? It would be nice to do this in Excel exports also. Thanks in advance, Jeff
    Posted to Forum by jeff_keryk on 08-28-2008
  • Exporting to Excel via UltraGridExcelExporter...

    i am currently using ultraWinGrid v6.3 on XP professional with C# and .NET 1.1 there seems to be an issue with formatting when exporting grid cells to Excel. For example, an amount value of 677,500.00 within the grid will be displayed in Excel as 677500 and a type value of "INT" will be displayed...
    Posted to Forum by sbrathwa on 08-28-2008
  • How to eliminate the refresh and position change in ultra grid if the data source updated.

    Hi, Senario : I have a grid which displays the queue of the patients who visits an hospital. Each time on adding a patient to the queue the grid losts it position and refreshing the datasource to update the queue. I know that it was happening because of each time I add a record I'm using the below...
    Posted to Forum by msrs_it on 08-26-2008
  • Re: UltraGrid data binding at runtime.

    Thanks Mr. Mike. However I worked it out in the following way. Please suggest me whether it is correct or not? If there is any best way please mention with the sample code [I think you will understand my requirement by seeing the below code. Most important thing to remember is that I'm getting the...
    Posted to Forum by msrs_it on 08-26-2008
  • Ultragrid-Dropdownlist

    In my ultragrid, i assign a column style as Dropdownlist and assign souce to the Editorcontrol. My requirement is, when i update a value in some other cell, the corresponing row dropdown has to set corresponding value. [eg] Dropdown have 0ne, two and three. When i update 2 in a cell, the active row dropdown...
    Posted to Forum by raguraman on 08-26-2008
  • band

    how to make a formula (culmn3 = column1 * column2) in ultragrid child band (band(1))?
    Posted to Forum by gobords on 08-22-2008
  • How to expand only a specific row of the grid

    In the UltraGridRow, it only expose a single methode called ExpandAll. The thing is that I don't want to expand all, only to expand the row, not expanding the childs of that row also.
    Posted to Forum by GoDaddy on 08-21-2008
Page 1 of 20 (191 items) 1 2 3 4 5 Next > ... Last »
Powered by Community Server (Commercial Edition), by Telligent Systems