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

How to set minimum height of syncfusion grid using Angular js?

I am working on syncfusion grid (third party custom controls) using Angularjs in my current project. I have one little issue with grid regarding height. I have done some angular code that set height of grid (I use "e-scrollsettings-height" attribute…
Karan Patel
  • 2,219
  • 3
  • 19
  • 32
0
votes
1 answer

how to expand TreeNode in afterSelect event in c#

In the afterSelect event I want to expand a treeNode to get its children. I have tried the functions expand() and expandAll() but nothing happens. I am using c# with syncfusion. The event: void tvNavigation_AfterSelect(object sender, EventArgs e) { …
ninjaxelite
  • 1,139
  • 2
  • 20
  • 43
0
votes
1 answer

Error when Exporting Syncfusion grid grouping control

I've been trying to convert a syncfusion grid to excel but a NullReferenceException error gets popping up. This is my code : GroupingGridExcelConverterControl converter = null; try { string filePath =…
Ceejee
  • 1
  • 3
0
votes
1 answer

Get certain rows of a treeView and fill another treeview

How to get certain rows from TreeView with all sub rows and fill them into another treeView in c# syncfusion? Thank you
ninjaxelite
  • 1,139
  • 2
  • 20
  • 43
0
votes
2 answers

Do I understand MVC wrong or are this controls (by Syncfusion) just very bad?

since the last few weeks we are using the Synfusion MVC controls. https://www.syncfusion.com/products/aspnetmvc Even I have experience with ASP.Net since a bunch of years, my MVC experience are only 6 month. So I looked into this controls and…
0
votes
1 answer

Data binding to syncfusion grid using custom service not working

I have used syncfusion grid and i want to bind data to syncfusion grid from API but data binding to syncfusion grid is not working here is HTml code for grid
Gomtesh Hatgine
  • 539
  • 4
  • 13
0
votes
1 answer

Grouping is not perorming on data comes from API for syncfusion grid

I have used syncfusion grid::
Gomtesh Hatgine
  • 539
  • 4
  • 13
0
votes
2 answers

Syncfusion.DocToPDFConverter.DocToPDFConverter

I am using Syncfusion.DocToPDFConverter.DocToPDFConverter class to convert a Word document (DOC or DOCX) to PDF. There is the ability to generate a PDF document with embedded fonts (that was used in Word document)? Thank you!
ararb78
  • 1,137
  • 5
  • 19
  • 44
0
votes
1 answer

Is possible to decide dynamically form columns with alignment, width, format in syncfusion grid using angularjs

I have to do columns in syncfusion grid should dynamically create with all its parameters using syncfusion grid by passing json data contains all information about to form grid
in above code all…
0
votes
1 answer

how to load template for add or edit record in for syncfusion grid in partial view

I have to do when for edit and add record in grid i have to load adding record template in partial view in place of grid view i. e. in place of grid view i have to load add record template and dont want to show grid and after save click on…
0
votes
1 answer

how to use syncfusion splitter using angularjs

I need to make following functionality using angularJS without using id for controls here is HTML code::
Pane 1
Gomtesh Hatgine
  • 539
  • 4
  • 13
0
votes
2 answers
0
votes
1 answer

syncfusion GridControl column width not set properly

I am using the synfusion GridControl in my application.The user can select a text file and data from the file is displayed in the grid. Each and every time the grid is populated the column width is set using the code. _gridPDD.ColWidths.SetSize(i,…
0
votes
1 answer

Using SyncFusion controls in Asp.Net MVC

I am a new user of your component library and after a few days of trying really hard, I am quite frustrated by not being able to use Syncfusion controls on an ordinary ASP.NET MVC Project. I am using Visual Studio 2013 to develop ASP.NET MVC 5 Apps…
Behrooz
  • 1,895
  • 4
  • 31
  • 47
0
votes
1 answer

Getting Text and Location of annotations of a pdf page with Syncfusion WinRT library

In a windows store app project i use Syncfusion for WinRT library i have this code to add annotations to a pdf page .... var page = pdfDocument.Pages[pagn]; .... string pdfAnnotationMsg…
Thought
  • 5,326
  • 7
  • 33
  • 69