Browse by Tags
All Tags » Column (RSS)
Showing page 1 of 4 (38 total posts)
-
This Error does not occur every time, only every once in a while (I tried to force the error to occur 10 times and it didn't).
Here's the Code and the ...
-
Hi, I have a question related to this.In addition to click on a link, is it possible to edit it, i.e. can we have a link column that is not readonly? If so, how can I make the difference between clicking on a link vs starting to edit it? Thanks,Marie
-
I have a grid with one fixed column and many other columns. When i do a print (datagrid.Print()) on the second page i have the columns that would not fit onto the first page but without the fixed column (which is only printed on the first). I would like to repeat the fixed column on every page i print as it is the key to the data. Is this possible?
-
We use a Grid of about 40 columns and 250 rows. 10 of them are of type DateTime? at the right end of the grid.
When we scroll to the right the grid the grid takes more time to refresh it's state. Same behaviour, if we use the up and down arrow to navigate between the rows. If I change the datatype of the DateTime? columns to string ...
-
Hello!I was able to do a workaround to solve my initial problem of how to dynamicaly create a user-defined mask by using a Converter.Now I face a new problem in the same area with Sorting dates.The default format of the date is ''yyyy-MM-ddTHH:mm:ss'' and I mask it to ''dd/MM/yyyy HH:mm:ss'' and it works just fine but the Xceed WPF DataGrid column ...
-
Hi All,
I need to populate the column header/ title dynamically in Xceed DataGrid Control. Please help me out.
Here is the sample scenario.
ID Year Value
1 2008 20
2 2008 21
3 ...
-
I have a project which dynamically generates a grid and populates it with a DataSource (using LINQ to SQL) and returns it to another process which then places that on a form.
It appears from my testing that the Columns collection is not accessible unless the Grid has been associated with a Form prior to the DataSource being assigned as I am ...
-
hi,
i am using persist user setting facility of the grid.
but i am facing a problem while my grid is having the '/' in Column Name same in Field Name then it is not having correct widht in that column
even it is having other settings like sorting available in same just problem with width
how can i fix that issue.
thanx ...
-
HI Mohamed,
i have implemented this functionality but it is not working with nested grid.
in Nested grid even when the grid is having IsColumnVirtualizationEnabled property is set to False in Table View it is returning -1 as width in GetFittedWidth()
please give me Guidance in this
-
<xcdg:DataGridControl x:Name=''myGrid''> <xcdg:DataGridControl.Columns> <xcdg:Column FieldName=''Shade'' ...
1
|
|
|
|