Questions tagged [syncfusion]

Use this tag for questions relating to the Syncfusion UI components suite for Web, Desktop, and Mobile Apps.

Syncfusion provides Professional UI Controls for

  • Windows Forms
  • WPF
  • ASP.NET
  • ASP.NET MVC
  • JavaScript
  • LightSwitch HTML
  • Mobile MVC
  • Silverlight
  • Windows Phone
  • WinRT
  • Universal Windows
  • Xamarin
  • Orubase

Additionally to the control collections, Syncfusion offers file-based support and solutions for

  • Excel
  • Pdf
  • Word
  • Powerpoint

Enterprise-level users have additional access to

  • Dashboarding
  • Big data
  • Reporting
1647 questions
0
votes
1 answer

Syncfusion DocIO Replace Text with merge Field

I have a whole bunch of document which have a plain text place marker like ~{fieldToBeReplaced} and I want it to be replaced with a Merge field. I have the following code which kind of inserts the merge field and then inserts the text <<…
Traci
  • 908
  • 1
  • 13
  • 31
0
votes
1 answer

How to change fontsize of syncfusion treenavigator items UWP?

I'm new to windows phone dev. My team used syncfusion for the dropdown treenavigator. I've tried tweaking the colors, margins and padding but wasn't able to change the FontSize. Any tips?
astropringles
  • 799
  • 1
  • 7
  • 17
0
votes
2 answers

SyncFusion Xamarin.Forms Samples not building for iOS/Droid Projects

I have VS 2015 Community with Xamarin, Android SDK, etc. installed and today I stumbled upon SyncFusions Controls for X.F that are free in the community license. I installed the SyncFusion Essentials Studio for Xamarin.Forms. The problem is that I…
user4344677
0
votes
1 answer

syncfusion asp.net mvc 6 documentation

Where can I get syncfusion asp.net mvc 6 documentation like the one that is available for syncfusion asp.net mvc 5 ?
ar27111994
  • 527
  • 1
  • 5
  • 18
0
votes
1 answer

How to let ViewModel trigger View update

I need real time charting (100-200ms updates) of a maximum of 20 series. After some research I settled on syncfusion because I can use the community license and at first sight it seems performant. The only drawback seems to be the sometimes lacky…
Jef Patat
  • 999
  • 1
  • 10
  • 26
0
votes
1 answer

Add icon in PropertyGrid

I'm trying to display the icon for every cell in my propertygrid as the image shown below so my question is, is it possible to make it in a WPF PropertyGrid? if yes, then how? Thanks in advance!
Mers Tho
  • 149
  • 1
  • 9
0
votes
1 answer

Query User logged in with Dashboard Platform

I'm utilizing syncfusion's api to changeConnectiongString. I have a switch statement that'll drive what the connection string is to be changed to but I'm having trouble querying who is logged in so I can't utilize the api. May I ask has anyone…
Master
  • 2,038
  • 2
  • 27
  • 77
0
votes
1 answer

cross reference in ASP.Net Syncfusion spreadsheet

Does ASP.NET MVC Spreadsheet control in 3rd party tool syncfusion support cross sheet reference? I've been trying to look if cross sheet reference is being supported but could not find any.
Arushi Agrawal
  • 619
  • 3
  • 10
0
votes
1 answer

National characters in SyncFusion Edit Control [WinForms]

I installed the SyncFusion edition for WinForms and I have a problem with national characters in the editor. Characters are able to properly load when it is stored in the BOM file. But when it is no BOM there such signs appear . Has anyone already…
Lucas
  • 3
  • 4
0
votes
1 answer

WPF:programmatically add RibbonBar from UserControl into a RibbonWindow RibbonTab

I have a WPF Ribbon based application and a DLL. In the application I uses a third party source (Syncfusion) to create my RibbonWindow. The DLL is a WPF class library that consist of a UserControl which is a RibbonBar. I would like to add that…
dov
  • 27
  • 7
0
votes
1 answer

Need helping exporting HTML or Block data as a document in WinRT

I'm running into a problem that I can't seem to figure out. The scenario is: Download a bunch of text data as an HTML string Use an HTML-to-Xaml converter to parse the HTML string and create a List (Windows.UI.Xaml.Documents.Block). Display…
0
votes
1 answer

Syncfusion GridDataControl nested in a TabControl: Column auto-resizing broken after switching tabs

I am rather new to WPF. On .NET 3.5 using C# I want to build a WPF application including Syncfusion's GridDataControl in a TabItem. The GridDataControl is supposed to auto-resize by specifying the column width in multiples of '*'. This works fine…
troet
  • 23
  • 6
0
votes
1 answer

How to generate a graph dynamically from data grid in Syncfusion reports

I am using Syncfusion tools to generate a graph dynamically from the data grid. The grid consists of multiple rows and each row has a checkbox for selection. The purpose of the checkbox is to select the entire row data and include that on the graph…
user3147594
  • 61
  • 1
  • 2
  • 14
0
votes
1 answer

Syncfusion MVC Report Viewer Parameters from Query

Im trying to render SSRS Parameters on Syncfusion Report Viewer with Razor Engine How can i do this? Can i do this without define hardcoded parameters on my Controller?
0
votes
1 answer

syncfusion wpf sfdatagrid trouble scrolling

I have problems with understanding syncfusion library for wpf. More specifically, it's about sfDataGrid control. This control in my app is inside standard WPF ScrollView control. So, the problem is, whenever I hover sfDataGrid, it takes scroll…