Questions tagged [xceed]

Xceed is a provider of software components and tools for the Microsoft .NET platform.

Xceed offers a broad range of software components and tools that appeal to .NET, Windows Forms, WPF, Silverlight and ASP.NET developers for building better applications. It is best known for its zip compression libraries and data grid controls, used by Microsoft in Microsoft Office 2007, Visual Studio Team System 2010, Windows Home Server and Flight Simulator among others.

315 questions
0
votes
1 answer

When inkcanvas color change, I got Null exception error Only in event colorpicker_SelectedColorChanged()

I'm making simple paint programm using inkcanvas with c# WPF. I'm using XceedWpfToolkit. It works well. When I change my inkcanvas pen stroke color with colorpicker, I got some problem. Null exception error occur only in event…
randomwalk1225
  • 163
  • 1
  • 1
  • 10
0
votes
1 answer

Disable the mouseover effect on an XCeed WinForms DataGrid?

I am using the Xceed WinForms DataGrid control but don't seem to be able to remove the mouseover row highlight effect. I have tried changing the DataGrid to readonly and changing the SelectionMode to None but it still insists on highlighting the row…
Dutts
  • 5,781
  • 3
  • 39
  • 61
0
votes
1 answer

Add dynamically loaded UserControls to AvalanDock MVVM way

I have module based application, where each module (.dll) contains one main UserControl. Modules are loaded only when it is necessary and its UserControls are added into a MainWindow. The main window is using AvalanDock [2.0] for docking the…
Dejvovo
  • 109
  • 2
  • 10
0
votes
2 answers

DataGrid Template example with xceed Datagrid Template

im new to the xceed datagrid and i tried to clone my code for my normal datagrid, but it won´t work with the xceed datagrid. Here is my example:
Fridolin Tam
  • 11
  • 1
  • 2
0
votes
1 answer

Preventing cell background from becoming white on focus

I have an Xceed datagrid where each cell template has a transparent background. Recently I placed a ReadOnly TextBox inside one of the cell templates. This allows the user to click into the cell and select a subset of the text. However, one side…
tofutim
  • 22,664
  • 20
  • 87
  • 148
0
votes
1 answer

PropertyGrid with custom Itemsource and Dependency Injection

I'm using Ninject in an MVVM application which contains a Xceed PropertyGrid. The PropertyGrid should use a custom ItemSource for one particular property currently defined with an Attribute: [ItemSource(GetType(SomeObjectItemSource)] The…
Richard
  • 13
  • 4
0
votes
0 answers

WPF Xceed Toolkit can not enter text

when I use any of the UpDown controls from Xceed, I can't get them to accept text as I type. I've tried enabling AllowTextInput and using the PreviewTextInput function but the event doesn't fire. I can copy and paste numbers in there but nothing…
Integratron
  • 85
  • 1
  • 7
0
votes
1 answer

How change the color of header GroupItems in PropertyGrid?

I use in my app the PropertyDataGrid (Xceed Extended Toolkit for WPF) and ResourceDictionary with the Themes of my programm. The DarkTheme has white TextColor and I have white text on white background in the header of itemgroup. I changed the color…
0
votes
1 answer

Xceed Datagrid virtualizing mode issue

I have a very strange issue in wpf extended toolkit datagrid. If I use a normal binding, all OK: But in virtualizing mode text is invisible, but rows is exist.
Dinekro
  • 1
  • 1
0
votes
1 answer

How to bind Itemssource of combobox in xceed datagrid

I am trying to add a combobox to a Xceed WPF datagrid but not able to bind Itemssource to the combo box. Here is the xaml for the datagrid.
WAQ
  • 2,556
  • 6
  • 45
  • 86
0
votes
1 answer

Xceed DecimalUpDown - maximum binding working strangely

I have DecimalUpDown on form Value is decimal. MaxValue is decimal. Double checked. When my MaxValue is for example 83,64 and I enter 90…
a''
  • 2,322
  • 2
  • 23
  • 34
0
votes
2 answers

DataGrid Binding checkbox data

xaml code:
Rashmi S
  • 267
  • 1
  • 7
  • 20
0
votes
0 answers

I try to using wpfextendtoolkit, but my vs not show any tool

Can some one explain for me why my wpfextendtoolkit not work I already rebuild the solution. I add using Xceed.Wpf.Toolkit; in the .cs file. What am i missing here? The
0
votes
1 answer

Xceed Zip for .NET Compact Framework v2.1 on CF2

I have been using Xceed Zip for .NET Compact Framework v2.1 for years with VS 2003. On Windows Mobile 6.1 devices xceed.zip gives a System.TypeLoadException. Trying the same component with VS2008 again results in the below exception. It seems as if…
Rumi
  • 1,290
  • 1
  • 11
  • 17
0
votes
1 answer

Xceed propertygrid not showing DisplayName

I am using Xceed propertygrid in my project, and for some reason when I open the dropdown of the property it is showing "Xceed.Wpf.Toolkit.PropertyGrid.Attributes.Item" instead of the items i inserted. I am sure it is because the toString() method…
Ravid Goldenberg
  • 2,119
  • 4
  • 39
  • 59