infragistics

Convert HTML or PDF to RTF/DOC or HTML/PDF to image using DevExpress or Infragistics

Hello all! There is a way do convert HTML or PDF to RTF/DOC or HTML/PDF to image using DevExpress or Infragistics? I tried this using DevExpress: string html = new StreamReader(Server.MapPath(@".\teste.htm")).ReadToEnd(); RichEditControl richEditControl = new RichEditControl(); string rtf; try ...

infragistic ultragrid C# winform

I would like to select multiple rows in the ultragrid WITHOUT holding the CTRL key. is it possible? i have rowSelecteType = extended. ...

UltraTree Infragistics - select all the nodes

Hi, anybody knows how to select all the nodes through of root? (UltraTree Infragistics) ...

Columnbased Databinding in .Net?

I am looking for a way to databind my objects columnbased. So one object will be represented by a Column and not like normal binding where an object is represented by a row. At the moment I am using Infragistics UltraGrid and create a DataTable from my BusinessObjects on my own and use it as a DataSource for the Grid. But I don´t like th...

How to install Google Earth /Map in Linux Server, and auto export image from it with cron job?

Have many geo-data collected from different source and in different formats. Want to convert them into KML and use Google Earth / Map as a Engine to render nice PNGs for me. My Client need to achieve or print out those PNGs every few hours. But seems the Google Earth / Map don't have a export API. We have considers other GIS program....

Has anyone got an Infragistics WinForm Combo working with a dynamically populated data source?

I've got a simple requirement: when the user types something in a combo, my app will go out somewhere and get a list of relevant items that might match what they want. e.g. if they type 'A', it'll go out and get all books beginning with A. I initially used the standard .NET combo with a custom auto-complete data source, but that kept cr...

How to lazy load Infragistics UltraWebTree control?

I cannot find any examples of how to lazy load the Infragistics UltraWebTree v6.3 I found that the docs on the Infragistics site tend to be limited to the latest version of their controls, but this is a legacy app which I am unable to upgrade. Has anyone got example code or links which demonstrate how to lazy-load nodes in this control?...

ASP.NET : getting 'currentStyle' is null or not an object when adding webpanel dynamicly

Hi, I added dynamicly infragistics webpanel in my codebehind using : placeHolder.Controls.Add(ctlWebpanel); but i got this javascript error in my ASP.net page in runtime : 'currentStyle' is null or not an object How to set the style to remove that error ? ...

How should I include Infragistics dependencies in InstallShield Setup Project?

Hi, I've a Windows Application in which we are using Infragistics controls. Now, we are creating its setup project using InstallShield. This is my first time with InstallShield. It seems we need to provide Infragistics setup in dependencies. I don't want to install setup or it shouldn't be. Can't it be done just provide Infragistics DL...

Responding to a Recent Items Selection

I am using Infragistics WPF NetAdvantage 2010, Volume 2. In what follows, please assume the following definition exists: xmlns:igRibbon="http://infragistics.com/Ribbon" My top-level structure is as follows: <igRibbon:XamRibbonWindow ...> <igRibbon:RibbonWindowContentHost> <igRibbon:RibbonWindowContentHost.Ribbon> <i...

.Net function to replace/encode&decode HTML characters in string

I have the following code: Dim lStatementText As String Dim lStatementString As New System.Text.StringBuilder lStatementString.Append(RndRes.Forms.txt_request) lStatementString.Append(" ") lStatementString.Append("<b><a>") lStatementString.Append(Request.ID) lStatementString.Append("</a> - <a>") lStatementString.Append(...

Infragistics UltraWebGrid - ASP.Net - Grids position fixed and are not scrolling with page

I have two grids on a page that seem to always be position:fixed. I want them to scroll with the page when an overflow scrollbar appears on the body. The grids however ALWAYS stay in the same place and don't scroll with the rest of the page content. Is there any way to get an UltraWebGrid to be relative and scroll up the page with t...

how to show a tooltip on XamChart Axis label?

I want to show a tooltip on the axis label on a Xamchart. The problem is these axis labels are directly rendered to the Drawing context. So It is not possible to interact with them. Also they are not controls(they are derived from FrameworkContentElement).So i cant even use control template. There are no events attached to them like m...

Optimizing the infragistics wpf datagrid

I should start out with the disclaimer that I don't have a lot of info into this problem, but I wanted to put a feeler out to see if anyone else had this problem. I started a new job and some folks here are using Infragistics WPF datagrid. The grid was selected because of the visual flexibility, but apparently when there are large amount...

How to save new records inserted in a grids child band?

hi! the following snippet loads the data from three tables in two datasets and adds a relation between them : - users (user_id, name) - roles (role_id, role_name) - user_roles(user_id, role_id); into a Infragistics ultragrid. The data is siplayed in the grid, offering the posibility to add new rows. but here come the problem...how shoul...

ListItem add to comboBox

Hi, I am working on C#.Net project with Infragistics. My project I want to implement search options, like Microsoft office Outlook 2007 Instant Search functionality. For that I am using UltraComboEditor. In UltraComboEditor I have added 3 ValueListItems (Search all screen, search current screen, search options). I want to add one more i...

Dataset update issue

Hi! I load a table from the db in a datatable belonging to a dataset. This db table has some constaints, so not any data can be inserted in it. but if i add some invalid data within the datatable, when i do the "dataset.update()" operation an exception will be thrown, and any valid data inserted after in invalid rows will be lost. Is t...

how to display most recently used list in combo box

Hi, I'm using infragistics WPF editors and XamComboEditor. In previous WinForms version there was MRU list capability. What it basically does is it displays list of most recently used items at the beginning of the list and separates those items with some separator (which cannot be selected). Regular list of combo box items follows after...

WPF XamComboEditor/ComboEditorTool - Setting default text

Hi I'm trying to add some default text to combo boxes that will show when there is no item selected. I'm using a style to acheive this which works great when the combo is first loaded. <Style TargetType="{x:Type igRibbon:ComboEditorTool}" x:Key="PleaseSelect"> <Style.Triggers> <Trigger Property="SelectedIndex" Value="-1"> <Setter Prop...

Microsoft Ribbon for WPF vs Infragistics Ribbon

Microsoft released Microsoft Ribbon for WPF (you can download it here). At the moment I am using Infragistics Ribbon. And question is: which one is better? Infragistics Ribbon control has resource washing (wchich I am using) and I don't think that WPF Ribbon has it. Also I heard that WPF Ribbon has some bugs. But probably WPF Ribbon...