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

Generating Word Document in Aspnet Core

I am migrating an application from asp.net MVC to Aspnet Core v2.1. I have the following code to generate a Word Document and when I hover over the document I can see the properties such as Paragraphs, Images, Footer etc all set; but when I save I…
Adrian
  • 670
  • 10
  • 24
0
votes
2 answers

Disable Text Input For IntegerUpDown Control - WPF

I have an IntegerUpDown control which is from the WPF Extended Library (Xceed). I want the user only to use the up / down arrorw to enter a value and not to be able to type a value in I have tried using the IsReadOnly property but this also disables…
Craig Martin
  • 179
  • 2
  • 15
0
votes
1 answer

WPF DatePicker not updating datasource

I have a WPF datagrid (I'm actually using Xceed DataGrid but I think the binding still works the same). I have a DatePicker column in my grid, but when I select a date, it doesn't update my underlying datasource. Any ideas? I've already…
0
votes
2 answers

Xceed.Words.NET table crossing a page break

I'm looking for a way when I add a table by document.InsertTable() to trigger an action if the table cross a page boundary. I want to add a remark as the title of the table plus something like "Title of the table(continuation)". I couldn't even find…
Alain BUFERNE
  • 2,016
  • 3
  • 26
  • 37
0
votes
1 answer

UI doesn't update when changing selected item

I have a ListBox whose ItemSource is bound to a collection of PointStyleModel objects which is contained in my PointStylesViewModel. The PointStyleModel class has three properties: Size, Name, and Color (Color is of type GeoColor - a third party…
pfinferno
  • 1,779
  • 3
  • 34
  • 62
0
votes
1 answer

Popup doesn't bind to Toggle when inside DataGrid (xceed)

I've made a Toggle, which expands a Popup window with a ListBox inside. It looks like so:
Hjalte Tagmose
  • 67
  • 1
  • 12
0
votes
1 answer

OpenXML / Xceed insert Table without empty lines

I have an existing.docx document with some text. All I want is to insert programmatically a table to a specific place. So my idea was to add a Keyword where the table should be inserted. There are no empty lines, before and after the keyword. After…
BR75
  • 633
  • 7
  • 25
0
votes
1 answer

How do I turn off the WPF XCeed DataGridControl alway selecting the first cell when the datagrid gets focus?

I have several WPF XCeed DataGrids defined. Whenever a DataGrid gets focus, the 1st cell of the DataGrid is highlighted. I would like to turn off this behavior as I am handling my own selection for these grids. Here is the XAML definition of the…
JohnB
  • 3,921
  • 8
  • 49
  • 99
0
votes
1 answer

DocX ReplaceText using rich text from Xceed's WPF Toolkit

Unable to use Microsoft.Office.Interop.Word, I'm using Xceed DocX to take data from WPF fields and write them to a Word file. I need to replace a «field» in a Word file with the text and formatting from a RTB. If I use something simple like…
dadiletta
  • 299
  • 3
  • 17
0
votes
2 answers

Reading docx file with table

I have a simple document with one table in it. I would like to read its cells content. I found many tutorials for writing, but none for reading. I suppose I should enumerate sections, but how to know which contains a table? var document =…
vico
  • 17,051
  • 45
  • 159
  • 315
0
votes
1 answer

Xceed Datagrid Test Automation using UFT and TestComplete

I am currently trying to automate one windows application .it has Xceed datagrid . I tried with UFT and TestComplete automation tool. I am not able to get the row element from the Xceed grid table.its is identifying as a wpfobject .So i am not able…
Null Pointer
  • 9,089
  • 26
  • 73
  • 118
0
votes
1 answer

How to make indent for groups in Xceed datagrid?

The Xceed datagrid provides drag and Drop option to group data by any column. But the level of indent for all groups is by default made zero. How to provide proper indent for the groups. For Eg: ParentGroup_Level1 ChildGroup_Level2 …
Pradeep
  • 13
  • 1
  • 8
0
votes
0 answers

Xceed DocX Library creates blank .docx files when used with .Net Core 2.0

I'm using .Net Core 2.1 on Ubuntu Linux (16.04), and using the Xceed DocX library for .Net. I'm aware the DocX Library targets .Net Framework 4.0/4.6 and so there may be compatibility issues there, however it at least works part way so I assume I'm…
Matt Craig
  • 33
  • 10
0
votes
0 answers

How to hide a child element from Xceed Magnifier?

I am able to zoom using Magnifier (Xceed's control toolkit). I have multiple controls in Grid that I want to get rid off imageEditor and ListBox controls from Magnifying Glass when it gets zoom. My code is below.
Ganesh
  • 195
  • 7
0
votes
0 answers

Extended WPF Toolkit™ by Xceed, Zoombox ZoomOrigin not working (wpf)

I'm trying to set the ZoomOrigin of the Zoombox in the xaml, but if I set a coordinate, it will not zoom anywhere.
Baugog
  • 9
  • 1