|
Browse by Tags
All Tags » [ultrawebgrid] » column format ( RSS)
-
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...
-
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...
-
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,
-
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"...
-
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%"...
-
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...
-
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...
Page 1 of 1 (7 items)
|
|