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
2 answers

GridView is not binding C#

I am using GridView and trying to bind data to this GridView, but I am facing unusual problem, here is my code : Method to bind GridView : private void BindDataSource() { SqlConnection con = new …
Neeraj Purohit
  • 243
  • 3
  • 23
0
votes
0 answers

FontFamily not being applied on DataGrid Cell

I have a sfDataGrid on a WinRT project, that displays the contents of a excel file. this is the xaml i have: ...
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

How to change style of specific row in a SfDataGrid control

Im using a SfDataGrid data grid control in a Windows Store app project, im able to apply my costum styles to the diferent rows, but there is one row in particular that i want to have a diferent style. this is what i have so far.
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

Nullvalue in DoubleTextBox (Syncfusion)

I am using a doubleTextBox from Syncfusion. The Value is bound to a Property in a ViewModel class via myDoubleTextBox.DataBindings.Add("BindableValue", mViewModel, "myProperty"); This works fine, however i want to be able to assign NULL as well…
H W
  • 2,556
  • 3
  • 21
  • 45
0
votes
1 answer

Syncfusion DoubleTextBox - NegativeColor

using doubleTextBoxes from Syncfusion i am using the NegativeColor attribute to specify different textcolors for negative values. This works fine if i type in a negative value manually in my textboxes. However i have some textboxes that are filled…
H W
  • 2,556
  • 3
  • 21
  • 45
0
votes
1 answer

How to save a word file (.docx) after editing it, with syncfusion : SfRichTextBoxAdv

Im using syncfusion for winRT, and i have the following control and when my page loads i call this function private async Task GetFile() …
Thought
  • 5,326
  • 7
  • 33
  • 69
0
votes
1 answer

Empty string in viewmodel gives string " " in selected record of gridview

When a string is empty in a VM-properrty it is shown correctly in the gridview itself. However, when I want to get the data from the selected record, the content is the string  . Whether the column is visible or not does not change the…
Koen
  • 2,501
  • 1
  • 32
  • 43
0
votes
2 answers

Syncfusion Line chart does not plot line and shows multiple points on Xaxis for same data

I am plotting 3 different lines with the following data. x10:0 y10:65000 x20:0 y20:10000 x30:0 y30:7000 x11:1 y11:40000 x21:1 y21:61000 x31:1 y31:13000 and so on.... But the chart has 3 different x's for x1, x2, x3 respectively and it does not…
raka
  • 355
  • 1
  • 6
  • 14
0
votes
1 answer

Syncfusion grid with angular support: adding working button to rowTemplate?

I am using a syncfusion grid and is willing to have a button in the last column. I am using rowTemplate as described here http://help.syncfusion.com/UG/JS_CR/ejGrid.html#rowTemplate. My grid has template as such