Browse by Tags
All Tags » WPF Data Grid (RSS)
Showing page 1 of 8 (79 total posts)
-
Hey everyone,
I have a Xceed Datagrid which loads in data and works wonders. However, today I was approached by my supervisor and he wanted to know if the column headers can be hidden on demand. If it is possible is there a way I can modify it from the C# code?
Thanks in advance.
-
Hello everybody, please i have a big probleme with the cardflow 3D view.. I am using sql server 2008 / visual studio ultimate 2010i have a table with a column called image ( vbinary(MAX) ).
i converted the image to byte[].. but when i use '' select '' in the datagrid, the image is shown as a column in the back of the card.
something like --> ...
-
How to display newly added/Inserted blank row when filtering is applied on a particular column(s).
Thanks
-
We require Excel like auto filtering. (Including distinct value check boxes and filtering using logical operators like OR, AND, NOT, CONTAINS, IN, STARTSWITH, ISEQUALTO, ISNOTEQUALTO). Currently xceed datagrid doesn't support filtering based on logical operations. Is anybody have solution for this limitation?
-
In my application, I have licensing requirements to remove certain columns in different licensing scenarios. The following code works great (insert into the MasterDetail code sample, MainPage.xaml.cs, at the end of the MainPage() constructor (Line 37).
this.grid.Columns.Remove(this.grid.Columns[''LastName'']);
Like I said, this code works ...
-
I recently upgraded to 3.7 and still couldn't get this to work easily. I did eventually though but I think not through the ForeignKeyConfiguration property.
I had to jump through several hoops to get it working. Here is how I did it.
PARTIAL CollectionViewSource
<xcdg:DataGridCollectionViewSource ...
-
Hi I just purchased a new subscription and am now upgrading from 3.2 Std to 3.7 Pro (we are VS2008 so no 4.0 yet).
Wondering if there are any particular issues I should be wary of to upgrade my application to the new version?
I mean just as an example, I just deleted the references in my app, re-added them to get the new versions. Ran the ...
-
Well...I'm half way home.
My issue was the namespace... the CellEditorBinding that I saw in the documentation wasn't available in my DataGrid namespace so I had given up on that approach. This restricts to ints (using my event handler, no listed) :
<XceedDG:CellEditor ...
-
Given the following column that is bound to an int value(actually to a DataGridCollectionView first), how do I get the userInput to allow only digits to be input?
On other controls in my app I've used the PreviewTextInput event (backed by a regex that handles any non-numeric input), but that does not seem to be available on the column definition ...
-
Thanks to the Stack Overflow community for helping me with this one.
There is a typo in the documentation. They forgot to include the CellErrorStyle property on the datagrid. See the above Stack Overflow link for a code sample.
1 ...
|
|
|
|