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

Xceed WPF propertyGrid Custom Collection editor

I am new to WPF, and I am using xceed property grid, in my class i have a custom collection editor. As per xceed, I found that I have to implement "Xceed.Wpf.Toolkit.PropertyGrid.Editors.ITypeEditor", I have implemented it, but I get error when…
Sanjoth
  • 13
  • 1
  • 5
0
votes
1 answer

Where can I get Xceed CheckComboBox (Community edition) Style and Templates

Is it possible to extract all Style and Templates for Xceed CheckComboBox ? Generally for built in wpf components(that come with WPF), I extract all styles from Visual Studio by right clicking a wpf control in designer, and then "Extract Template"…
Jatin
  • 4,023
  • 10
  • 60
  • 107
0
votes
3 answers

Taking out FilterRow from XCeed DataGrid control

Is it possible to pull out filter row from XCeed DataGrid control to some other place like group box ? If possible, how ? Any pointers will be appreciated. Please consider scenario given below where when I click on Filter button, Product Name column…
Kushal Waikar
  • 2,976
  • 5
  • 26
  • 31
0
votes
1 answer

Xceed.Wpf.Toolkit.PropertyGrid.PropertyGrid: Locally created object belongs to a different thread?

Just look at it, it doesn't make any sense: The objects are created locally with no external dependencies. How can it be? (The type created here is a Xceed.Wpf.Toolkit.PropertyGrid.PropertyGrid) Here's the stack trace: at…
Tar
  • 8,529
  • 9
  • 56
  • 127
0
votes
1 answer

Copying text from ReadOnly cell in Xceed PropertyGrid

I have ReadOnly properties binded to PropertyGrid and I want users to be able to select and copy text from cells. Do I need to use a different attribute? If so which should I use? or maybe there is a different solution ? Thanks,
iaminion
  • 1
  • 2
0
votes
2 answers

xceed datagrid: How to add an unbound column, that contains a calculated value with inputs from other columns

As the title describes it basically, I want to add an unbound column that contains a value, which is calculated from two existing column values. Is there a simple way of doing it in XAML like an expression? So far I haven´t found anything close to…
Richard
  • 27
  • 6
0
votes
1 answer

Rebinding a Xceed DataGrid column to accept special characters

I am trying to use an Xceed WPF DataGrid to display DataTable objects. The DataTables just so happens to have columns that utilize special characters such as "/". This led the Xceed DataGrid to run into the same problem as seen in this previous…
Typer525
  • 86
  • 1
  • 8
0
votes
1 answer

GroupLevelIndicatorPane causes ColumnStretchMode=ALL to not fit columns

I have an Xceed datagrid that uses ColumnStretchMode=ALL to make the columns fit in the grid. It has been working perfectly, until I added a GroupLevelIndicatorPane. Once I added that, the grid no longer fits right (it is off by the width of the…
Vaccano
  • 78,325
  • 149
  • 468
  • 850
0
votes
3 answers

CheckComboBox set property doesn't work

I'm using the XCeed CheckComboBox: https://wpftoolkit.codeplex.com/wikipage?title=CheckComboBox&referringTitle=Home In my ComboBox there are some types. All types are listed correctly in the combobox. My problem is, that if I uncheck an item, the…
Maddy
  • 570
  • 1
  • 7
  • 27
0
votes
2 answers

Avoid creating unnecessary directories using Xceed.Zip.QuickZip.Zip utility

I am using the paid version of Xceed.Zip.QuickZip.Zip utility in my application to compress a folder that contains files and directories. Here is the Xceed Zip command that I am using Xceed.Zip.Licenser.LicenseKey =…
WAQ
  • 2,556
  • 6
  • 45
  • 86
0
votes
1 answer

Binded Datagrid not updating on dataset change

I created a side panel to search in several databases, which are selected from a combobox in the main menu.
argledhel
  • 167
  • 2
  • 3
  • 16
0
votes
1 answer

Name cannot be found in the name scope of 'Xceed.Wpf.Toolkit.BusyIndicator'

I am trying to achieve Text scrolling in BusyIndicator, using the bellow XAML. I am getting exception related to accessing TargetName. Can someone assist? Code behind // Locate Storyboard resource Storyboard s =…
Jim
  • 2,760
  • 8
  • 42
  • 66
0
votes
0 answers

Binding View Model property in Style in user Control in WPF

I have an exceed data grid and I want to bind context menu property of column header. Here is my code
Smarth Behl
  • 103
  • 6
0
votes
1 answer

Forcing a ListBox to re-render

Background: I have a ListBox containing items defined by DataTemplates. Right now, if an object in the list has the property IsEditable set to true, the item's property information will be displayed inside of textboxes (via DataTemplate change),…
Spencer
  • 375
  • 1
  • 5
  • 17
0
votes
2 answers

How to set ContentTemplate on Xceed WPF datagrid cell?

We had some code successfully working with Xceed's WPF datagrid v.3.8. When we updated to their v.5.2 data grid, we lost one feature. All I want to do is get the grid column header captions to wrap to two lines. We set up a ContentTemplate on the…
user3390301
  • 1
  • 1
  • 4