Browse by Tags
All Tags » WPF (RSS)
Showing page 1 of 4 (40 total posts)
-
Dear Team,I am new hand for Xceed Datagrid application,i want to know whether Xceed Datagrid supports ClickOnce publish?ThanksZhixiang Wei2013.5.7
-
Hi,
I have a DataGrid in Collapsed mode, when I maximize the app window I get the following error and It happens on leptops only:
Thanks,
Technical information:
System.NullReferenceException: Object reference not set to an instance of an object.
at ...
-
Hey everyone,
I have an application with an Xceed DataGrid for WPF and in my grid I have a column with checkboxes. The problem I am having is that when the user clicks on the check box nothing happens, but when they click on the cell that the check box is in then the cell's EditBeginning event get's fired but crashes because the ...
-
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.
-
Dear Team,
I am new to Exceed grid i like to know if Exceed Datagrid supports Column selection as like Row selection. if yes how to enable that.
and also is there is any option to change Font Family, Font size. Font color for the selected column.
-
I ran a test:I added a converter to each property and found that the order of the propertieswhen writing the control in xaml is the order how they are bound.My control was written as follow:
<toolkit:IntegerUpDown Value=''binding'' Min=''binding'' Max=''binding''/>
Once I inverted the order of the properties as ...
-
Hi all
I'm using IntegerUpDown from the WPF toolkit and I'm binding the minimum, maximum, and value properties.
When the view loads, some of the values in the IntegerUpDown control
display ''0'' (invalid input which I can't touch) even though the minimum
is set via the binding to ''1'' (I can't touch this ...
-
Is there a way to know if a DataCell is shortening its content?For example, If I have a cell that has ''1234567890'' for the content, but it can't all fit, then it displays like this: ''123456...''I need to know when that is happening so I can turn on the tool tip FOR ONLY THAT VALUE.
I would check for ... in the text, but I can't find a ...
-
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 --> ...
-
Recently, we had a question here at technical support asking if we had ''Excel Like Selection of DataCells''.
Well... we don't! When SelectionUnit is set to Cell on DataGridControl it is possible to make your selection on a cell-by-cell basis and to select multiple cells at once by Shift Clicking but still, that is not what some clients expect, ...
1
|
|
|
|