Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » [ultrawebgrid] » column format (RSS)
  • Problem with ultrawebgrid buttontype column

    Hi all, i have an ultrawebgrid inside a webasyncrefreshpanel. the code created inside the load event, create a column in the ultrawebgrid. the vb.net code that i have used is: Dim colonna2 As UltraGridColumn = New UltraGridColumn(True) colonna2.Type = ColumnType.Button colonna2.Width = 40 colonna2.CellStyle...
    Posted to Forum by Fabral09 on 10-07-2008
  • Display Additional Detail Information in 2nd Row

    Hi. I have a DataTable with ~20 columns worth of data. There is a subset of about 8 columns that the user needs to see in the grid, but I would like to give the user the ability to click the + (as in a hierarchical grid) and expand to see all the details of the record across multiple rows. Note that...
    Posted to Forum by pgolds on 09-04-2008
  • Different font and justification for each column in UltraWebGrid

    Hi, I am using infragistics 7.1 on .Net2.0 with c#. I am looking for a way to manipulate fonts for each column of my ultrawebgrid. Also I want to have different centering/justification for each column. I need to push my code to production soon. Please reply ASAP. Thanks,
    Posted to Forum by spradhan on 08-06-2008
  • WebDateChooser and format cell

    Hello, Sorry for my poor english... I use a webdatechooser for editing a column in my webgrid. This is the HTML code for this column : <igtbl:UltraGridColumn AllowUpdate="Yes" BaseColumnName="DATEPEREMP" DataType="System.DateTime" EditorControlID="txtDatePeremp"...
    Posted to Forum by laetitiagraf on 05-20-2008
  • Problem with Column format on Ultrawebgrid

    1.Column formatted to $ : Loses the format after doing delete on newly added rows. dgGrid.DisplayLayout.Bands(0).Columns.FromKey( "MAXVALUE" ).Format = "$ ###,##0" 2. Column formatted as %: dgGrid.DisplayLayout.Bands(0).Columns.FromKey("PERCEXP").Format = "0%"...
    Posted to Forum by abeera on 05-07-2008
  • for web grid column - Phone formating not working at code behind

    For the Web Grid I am trying to Apply formatting to One of the Grid Column for Phone formatting usinf the code behind. I am using it at a control level. igGrid.Columns.FromKey( "phone" ).Format = "(###) ###-####" ; It doesn't seems to be working. The phone no is a 10 digit number...
    Posted to Forum by vishalsupekar on 03-27-2008
  • Getting Column Properties from the UltraWebGrid

    What i'm looking for is how to get certain column properties back from the grid - in order to save user preferences for Ordering, Grouping and Sorting each time a user loads a particular Grid. I've listed below what i've found that may be useful - but i'm very new to the Infra Grid, and...
    Posted to Forum by j_young_80 on 02-19-2008
Page 1 of 1 (7 items)
Powered by Community Server (Commercial Edition), by Telligent Systems