Infragistics Home

Infragistics Forums

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

Browse by Tags

All Tags » column (RSS)
  • No intermediate columns

    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
    Posted to Forum by stef3004 on 08-18-2008
  • Re: XamDataGrid -- Editing headers?

    I think what will end up doing is using a Double-Click to show a small popup, that will contain an EditBox, along with a bunch of other decorative controls to help with picking a new "field" for the column. The idea of just editing it in place is kind of dumb, since you will have issues with...
    Posted to Forum by anakashian on 07-28-2008
  • Group Area not updating when adding fields dynamically

    Hello, When I hardcode the column fields in xaml and run the project, I see the fields appear in the group by area, but when I clear them and add different fields dynamically and open the group by area, I don't see anything. How do I get the group by area to update automatically with the dynamically...
    Posted to Forum by AnthonyPaulO on 07-10-2008
  • ColumnAutoSizeMode does not work

    Hi, I am resizing all columns of an ultraWinGrid using the following (looping over all columns) for (int i = 0; i < ClientsView.DisplayLayout.Bands[0].Columns.Count;i++ ) ClientsView.DisplayLayout.Bands[0].Columns[i].PerformAutoResize(Infragistics.Win.UltraWinGrid.PerformAutoSizeType.AllRowsInBand...
    Posted to Forum by sameertanna on 07-06-2008
  • How to Sort if Grid is having an image on the GridColumn

    I am having a ultraWinGrid and having 10 columns in that. One of the column having Image. I am also having Sort Indicator on every column.This sort Indicator is not working for the Image Grid Column and rest of the columns are sorting fine. Any help much appriciated.Is there any way that i can sort Images...
    Posted to Forum by EstateMasterjeevan on 07-01-2008
  • How to change the column width when the column contains images

    Hello, I am trying to use the XamDataGrid to create a listing of files with a "status" light and the icon. The problem I am running into is, the status icons are only 11x11 pixels, but it keeps trying to make the column much wider even though I have specified a specific column width. Here is...
    Posted to Forum by russedl on 07-01-2008
  • LoadFromXML grid layout overwrites column visibility for columns that did not exist in the grid before.

    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...
    Posted to Forum by gardmica on 07-01-2008
  • Creating a custom command column

    I try to create a custom command ultrawingrid column that includes some ultrabuttons such as "edit button", "delete button", "show detail button".... I want to add this column to grid at runtime. I need your urgent help!
    Posted to Forum by hascaykas on 06-16-2008
  • Problem with row binding to a UltraCombo control

    Hello, i want to bind the row from a datasource to a UltraCombo control to select the current element. It's not possible for me to bind only a column of a row to the control, because i would get the typical 'ForeignKeyReferenceAlreadyHasValueException' from LINQ. With the standard ComboBox...
    Posted to Forum by softbizz on 06-02-2008
  • When I apply a appstyling to my ultrawingrid, datetime format is not applied to grid column

    Hello. When I apply a appstyling to my ultrawingrid, datetime format is not applied to grid column. Below is my code. this.gridlayout.Bands[0].Columns["DateTime"].Format = "yyyy-MM-dd HH:mm:ss"; And I set the "UseAppStyling = true" in resource property window. But When I...
    Posted to Forum by goodsj on 05-26-2008
Page 1 of 5 (45 items) 1 2 3 4 5 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems