Search
You searched for the word(s): [no words] || User(s): xceed admin
Showing page 1 of 43 (429 total posts)
< 1 second(s)
-
Hi Calvin,
You can choose the proper styling according to your theme.
The ''CellContentTemplate'' sample gives a good example.
The default location of the sample is : C:\Xceed Samples\Xceed DataGrid for Silverlight v1.0\CSharp\CellContentTemplate
more particularly check ...
-
Hi Bryan,
In order to achieve this look, you will need to redo the DataTemplate of the DataRow and change the inactiveSelectionBackground brush .
However, In order to do that, you need to have access to the blueprind edition in order to redo the template and modify the triggers which change the ...
-
Hi Kumar,
I have just tested a project, and I wasn't able to reproduce your problem. pressing Shift and down does not clear the list buts selects the cells below the current row...
We would need a sample application that reproduces the problem in order to investigate it further.
You can send it to support@xceed.com with ...
-
In some cases attempting to edit the XAML files in the Blueprint Edition causes Visual Studio 2008 to crash with the following event log:
.NET Runtime version 2.0.50727.3053 - Fatal Execution Engine Error (7A035E00) (80131506)
The following hotfix should resolve the issue, which is related to the WPF ...
-
The following example demonstrates how to retrieve a DataRow (container) for a data item using the GetContainerFromItem method. It is important to remember that data rows are virtualized; therefore, references to them or their cells should never be kept.
C#
public Window1()
{
InitializeComponent();
DataGridControl grid = new ...
-
Each element in the grid can be brought to view using the BringIntoView method. This method will ensure that the grid element is brought into view no matter its state or its parent state. For example, if the grid element is in a collapsed group, the group will be expanded and the grid scrolled (if necessary) so that the grid element is made ...
-
This is a known issue that was introduced in the .NET Framework when 3.5 SP1 was released. Microsoft has provided a hotfix, which can be downloaded here: http://support.microsoft.com/kb/967634
-
When compiling the grid against the Client Profile, the following warning may occur:
The referenced assembly ''Xceed.Wpf.DataGrid, Version=3.2.9329.11090, Culture=neutral, PublicKeyToken=ba83ff368b7563c6, processorArchitecture=MSIL'' has a dependency on ''System.Data.Entity, Version=3.5.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089'' ...
-
There are 2 main reasons that can cause an FtpClient or an FtpConnection to fail to open a connection.
The most common reason is that the PassiveTransfer property is set to false. If this is the case, it means that the server end will try to open the data channel on a given range of ports when sending directory content and files ...
-
Because of a limitation with the way that the printing works, the PageControl hosting the PageHeaders, PageFooters, and printed grid host do not have automatic access to ancestors.
The PageControl is not hosted in the same container (e.g., Window or Page) that is hosting the DataGridControl. It is in a separate VisualTree at ...
1 ...
|
|
|
|