syncfusion

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 Tab" and "Clone Tab", and neither of them makes much sense to show when the user rightclicks in the middle of my control (which will have a...

Syncfusion DocIO -- how to insert image (local file) at bookmark using BookmarksNavigator

Hi, 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 document template where bookmarks serve as reference points for text insertion. I am navigating the bookmarks using BookmarksNavigato...

Syncfusion GridList Control Column Header Click

Hi all, 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#? ...

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 menu on the grid, so I need to find which ones are selected at that point. Any help with the above would be great ...

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 affecting the layout of the TreeView. Currently my Treeview is looking like this: http://imagebin.org/63035 See how the checkboxes and th...

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") pdfField.Location = New PointF(50, 50) pdfField.Size = New SizeF(100, 10) pdfDoc.Form.Fields.Add(pdfField) This works great except for one thin...

Syncfusion XlsIO - Unexpected token exception

Hi 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 regional settings/number formats we have on the PC concerned (e.g. English, French, Hungarian). They also work perfectly when we use the...

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 tells me that a cell's content has changed and what the new content is. There are a thousand and one events fired that tell you when a cell ...

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 custom color for each line in my line chart? ...

Syncfusion and AjaxControlToolkit ScriptManager Error

I'm developing a web site using AjaxControlToolkit. To do so, i've to use ToolkitScriptManager that comes with it. It uses some different version of MicrosoftAjax.js. Now i'm trying to use a grid from Syncfusion Essencial Tools, but it doesn't work with the ToolkitScriptManager. The syncfusion lib works with the standard Microsoft's Scr...

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 change its style. Is there a way to make the style of the dialog consistent with the rest of the application? (Apart from creating my own ve...