Tagged Questions
The syncfusion tag has no wiki summary.
2
votes
1answer
522 views
Is anyone using Syncfusion's control suite?
We're looking into purchasing a control suite, we've using the DevExpress asp.net ones before but were a little unimpressed with them and have also used the telerik winforms controls, however, we need ...
1
vote
0answers
26 views
How to get binary data of syncfusion chartwebcontrol to save to DB?
I have a syncfusion chartwebcontrol in my aspx page and I need to save the the chart to the database in a binary column. I'm not sure how to get the syncfuion control's image into byte form.
0
votes
0answers
18 views
How to make Syncfusion XlsIO to open an xls with invalid formula
I am currently maintaining a program utilizing Syncfusion XlsIO, and the program needs to open a set of excel workbooks to parse out some data. These excel workbooks are sent by clients, with agreed ...
0
votes
0answers
22 views
Combobox in Syncfusion XlsIO
Hi I am new with Syncfusion product,
I need to get the values of combobox created in excel file
I found
IComboBoxShape that contains SelectedValue and SelectedIndex
But not all the values.
Should ...
0
votes
0answers
28 views
IS “Syncfusion.Windows.Diagram” free? [closed]
I want to use "Syncfusion.Windows.Diagram" in my project for silverlight but confuse about is it free or paid.
So please let me know is it paid or free or will expire after 30 days.
0
votes
0answers
23 views
Binding syncfusion ColorPickerPalette control
i add syncfusion colorpickerpalette control to splitbutton and IsExpended property of colorpickerpalette control is true.i bind colorpickerpalette control to property.
this is code:
public ...
0
votes
1answer
36 views
Add Color to syncfusion ColorpickerPalette control
i will add color to standard color list in syncfusion ColorPickerPalette control.
i write code:
ColorPickerPalette Palette=new ColorPickerPalette();
Palette.stdColorCollection=new ...
0
votes
0answers
18 views
using syncfusion in vs 2005(dockabilty )
after creating two docable tabcontrol..i would like to close just the tab control after running and be able to reopen it by a click on one of the menuitems in the menu strip
eg:on view menu if we ...
0
votes
2answers
38 views
Syncfusion PdfDocument and CultureInfo
I'm developing an ASP.NET MVC app.
I'm working with Syncfusion's PdfDocument (ver 7.303.0.20) in order to generate PDF files.
My app's CultureInfo is set based on my user's preference.
The problem ...
0
votes
1answer
50 views
Debugging Convert.ChangeType without source code
I am using a vendor (Syncfusion) grid which is attempting to convert types but failing on an InvalidCastException: "Object must implement IConvertible".
Is there a way (and if so, how) to find out ...
0
votes
0answers
46 views
Can I open SaveFileDialog (windows.form) in WCF Service class?
Need to generate document on the fly. for all the operation in application we are using WCF service.
(to generate the document we are plannign to use Syncfusion library, call is been made from ExtJs ...
0
votes
0answers
203 views
Create submenu in context menu in C#/Syncfusion
I am trying to programmatically add a sub-menu item to a context menu on a syncfusion grid. I currently have the context menu working correctly but I would like to add another menu item which will ...
0
votes
1answer
145 views
Syncfusion GridGroupingControl, get the parent node from a child node
I use the syncfusion GridGroupingControl on which I databind an object. This object contains an array of another objet.
Person {
Name,
Lastname,
Orders[]
}
So in my gridgroupingcontrol I have
...
0
votes
1answer
456 views
Syncfusion Windows Forms Grid - C#
I need to create a column with a checkbox in a Syncfusion Windows Forms Grid. I am able to create a column with just a checkbox but am unable to add text next to it. Can anyone help me with this? I am ...
0
votes
1answer
389 views
SyncFusion GridDataBouondGrid DataBinding Issue
I am using Syncfusion GridDataBouondGrid control and binding my custom List.
One of the properties is Nullable DateTime (DateTime?). When I add a new row to the grid and started editing in the ...
0
votes
2answers
256 views
Style of OpenFileDialog when using Syncfusion in WPF
I'm using Syncfusion to change the style of my WPF application to the Office 2007 Blue style. But the OpenFileDialog shows in the default style of my OS (XP) and there doesn't seem to be any way to ...
0
votes
1answer
601 views
Syncfusion chart question
I'm using Visual Studio 2008, SyncFusion Essential Studio Enterprise Edition, (WinForms) version 7.203.0.20.
I was wondering if anyone can help me out on a small question: how can I specify a ...
0
votes
2answers
663 views
Synfusion WinForms grid control: What events can I subscribe to for when a cell's content changes
It's been many years since I've used this "API" (yes, in quotes, as it's possibly the most confusing API I've ever come across!)
My need is a very simple one. I want to subscribe to an event that ...
0
votes
0answers
391 views
Syncfusion XlsIO - Unexpected token exception
We have a Syncfusion GridControl that contains formulae like:
IF(R2<>0,100*(R3-R2)/R2,0)
These formulae work fine in the grid and the formulae calculation engine gives the correct results whatever ...
0
votes
1answer
121 views
Why does every form field in my generated PDF end with “-0”?
So I have the following VB.NET code that creates a form field in a PDF using SyncFusion's Essential PDF module:
Dim pdfField As New Pdf.Interactive.PdfTextBoxField(pdfDoc.Pages(iPage), "txt1")
...
0
votes
1answer
757 views
Syncfusion TreeView Control CSS Problem
I am working with the Syncfusion TreeView control to create a folder browser on a web page, our design uses CSS to control the layout of tables, but I cannot figure out how I can stop the table CSS ...
0
votes
2answers
374 views
Syncfusion Gridlist control
HI,
using Syncfusions Gridlist control:
The user should be able to select various rows (1 or many), then I need a way to programmatically determine which rows are selected.
I will be using a context ...
0
votes
1answer
298 views
Syncfusion GridList Control Column Header Click
I would like to order contents in a column when user clicks column header on the Syncfusion GridList control. Does anyone have any idea on how I might achieve this using C#?
0
votes
2answers
501 views
Syncfusion DocIO — how to insert image (local file) at bookmark using BookmarksNavigator
I have been using Syncfusion DocIO for generating MS Word documents from my .net applications (winforms). So far I have dealt with plain text and it is fairly straightforward to insert text in a word ...
0
votes
1answer
182 views
How do I create a context menu for the tab header of a TabControlAdv
I'd like to have a context menu for my tab headers in a Syncfusion TabControlAdv control, and have a separate menu for the controls inside each tab. The likely menu entries will be "Add Tab", "Delete ...