Questions tagged [netadvantage]
16 questions
5
votes
8 answers
What are your experiences with NetAdvantage or DXperience?
I'm looking into both of them, and while I have been quite pleased with NetAdvantage at my previous employer, I find the price point (plus testimonials like at What is the best winform UI component set?) to make me hesitate and consider…

torial
- 13,085
- 9
- 62
- 89
2
votes
5 answers
When copying and pasting Excel data, colors are lost
At the risk of having this question downvoted into oblivion or closed as "Too Localized", I figured I would post about this issue since my boss complains constantly about it and it has me scratching my head.
We use the Infragistics NetAdvantage…

Mike Christensen
- 88,082
- 50
- 208
- 326
1
vote
2 answers
what is infragistics netadvantage?
What is infragistics netadvantage ? What is it basically related for ?

Sreejesh Kumar
- 2,449
- 12
- 51
- 72
1
vote
0 answers
Infragistics NETADVANTAGE Treemap, does not create the related nodes
I'm trying to use Infragistics NETADVANTAGE Treemap to show BI data, but the nodes are not working, it just shows the parent node:
using System.Collections.ObjectModel;
namespace UsingXamTreemap
{
public class ManufacturerViewModel
{
…

user2978078
- 11
- 1
0
votes
2 answers
UltraTooltip not loading in first MouseHover
I'm using Infragistics NetAdvantage 2010 in my Winforms application. This is the code for loading a custom tooltip on a button's mousehover.
private void button1_MouseHover(object sender, EventArgs e)
{
UltraToolTipInfo toolTipInfo =…

Sandeep
- 5,581
- 10
- 42
- 62
0
votes
1 answer
Unrecognized property 'CommType' in connection string using Advantage Data Provider with Entity Framework
I'm trying to set CommType in connection string for Advantage DataBase Server using Entity Framework 5 and Advantage Data Provider in a .NET Web Application.
Connection string is in properties.config file.
I trie to use ads.ini but I don't know…
0
votes
0 answers
NetAdvantage_NET_20081_CLR20_Product.exe : Installation ended prematurely because of an error
I am stuck on installing this netadvantage ASP.NET feature even though I was able to install the sdk and the NetAdvantage_20111 and the infragistics professional 2019 Vol1.
The problem rise when the installer reaches the step 'Creating Virtual…

Astrobod427
- 41
- 4
0
votes
2 answers
Create a "release notes" screen in WinForms using Infragistics NetAdvantage components
I've "inherited" a fairly substantial Winforms project using the Infragistics NetAdvantage 2007 Vol. 2 set of components.
I'm not awfully familiar with those, and how I'm facing a problem - someone who knows them probably will have a solution in no…

marc_s
- 732,580
- 175
- 1,330
- 1,459
0
votes
0 answers
initialise Row in WebDataGrid
`protected void GridFill(IList ListePointAcces)
{
grdRows.Rows.Clear();
UltraGridRow row = null;
// Row row = null;
UltraGridRow ssrow = null;
foreach (Salle salle in…
0
votes
1 answer
Horizontal Scrollbar missing from Infragistics WinForms UltraDayView
Using Infragistics NetAdvantage for Windows Forms 11.2, I've set up a schedule grid that uses the UltraDayView control. When there are more rooms (owners) shown than would fit on the form, the horizontal scroll bar will properly show, allowing the…

MCattle
- 2,897
- 2
- 38
- 54
0
votes
1 answer
Infragistics WebDropdown display issue
I installed Infragistics 2012 and added a WebDropdown to my web page. When I hover over the webdropdown the dropdown gets a little bigger and the arrow image disappears. This is for Internet Explorer.
When I try on Firefox the dropdown size stays…

Erkan Y.
- 601
- 1
- 6
- 14
0
votes
1 answer
Infragistics controls for eclipse
I want to use Infragistics controls in my android application which i am creating in Eclipse IDE. But i cannot find a way to integrate these controls with eclipse. I have downloaded the file named NetAdvantage from…

Maria Niaz
- 107
- 1
- 12
0
votes
1 answer
What version(s) of Infragistics NetAdvantage provides IGUltraGrid20.ocx?
Does anyone know where I can find a list of all versions of Infragistics NetAdvantage released to date? I am looking specifically for versions providing the control IGUltraGrid20.ocx.

Agnel Kurian
- 57,975
- 43
- 146
- 217
0
votes
2 answers
How to get the containing WebDataGrid (Infragistics NetAdvantage) control from a row in Javascript?
When a row has been selected, I am successfully getting selected row:
var currentRow = sender.get_behaviors().get_selection().get_selectedRowsResolved()[0];
Is there a javascript function to get the parent WebDataGrid for that row?
Something like…

Arman Bimatov
- 1,789
- 4
- 24
- 31
0
votes
1 answer
UltraChart DataBinding Problems
Ok so i currently have a handmade dataset database with 5 tables, all relationally linked and update whenever anything is done and it all works fine, but i also have an infragistice net advantages ultrachart, it is bound to one of my tables called…

RhysW
- 455
- 1
- 4
- 16