|
Browse by Tags
All Tags » column ( RSS)
-
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
-
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...
-
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...
-
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...
-
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...
-
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...
-
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 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!
-
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...
-
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...
|
|