|
Browse by Tags
All Tags » columns ( RSS)
-
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...
-
Displaying the total in a column footer and formatting the number to have appropriate commas works fine. The problem i'm having is when i export my grid to PDF. The commas seem to be replaced by their ascii value "%20" which makes my pdf document really ugly. It is really weird that the...
-
Hello, I am using infragistics Grid in my UserControl. In the date Columns depending on the data the Column shows "1899-12-30". In this scenario I do not want to show anything and have the cell Empty. Is there a way to do this? I tried using InitializeRow event handler to look for any date...
-
Hi, I'm trying to style XamDataGrid to show only column headers in the very top and no headers for the expanded children. The view will be like TreeListView then ( http://blogs.msdn.com/atc_avalon_team/archive/2006/03/01/541206.aspx ). I havent managed to do this yet. Thanks for your help. Stefanie
-
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,
-
Hi! Is there a possibility to display the grid (better would be the band) vertically? I mean normally a grid is drawn upside down, each GridRow showing a DataRow. But we need to show the information from left to right. Consequently we will have 6 "GridRows" showing multiple "GridColumns"...
-
We want to be able to add columns to the grid, but be able to choose to show or hide them based on code. Currently the code is set up in the initialize grid event to set visibility and such, then call the LoadGridlayout. In the InitializeGrid event, we loop through the columns and using a select case...
-
I have enabled the fixed headers feature on my grid. According to the documentation the height of the rows have to be fixed in order for this feature to work correctly. One of my requirements is enabling text wrap on every cell, so I have the RowStyleDefault.Wrap = true. The text is wrapping fine, but...
-
Hi All, I am using a xamDataGrid and displaying an observable collection inside it. But if I say m_xamDataGrid.ClearValue(XamDataGrid.DataSourceProperty), it only clears out the rows. Column names remain as it is. I also want clear out column names. Can someone let me know how I can do it? Basically...
-
Greetings, I have been toying with creating an advanced grid layout. My issue is with the multicolumnspan columns. I wish to create a grid that looks somewhat like this. So we have a week. That week is divided into days.. and the day is divided into 3 dayparts: morning,midday and evening. Any and all...
|
|