Tagged Questions

35
votes
20answers
18k views

.NET Usercontrols telerik devexpress infragistics ComponentOne: who's best?

I am considering the purchase of some .NET user controls with interest in both WinForms and asp.net. I have trialed in the past devexpress when I needed a hierarchical data grid for a personal project ...
6
votes
10answers
3k views

Alternative to ComponentOne 3D Surface Map Chart

We are investigating alterntive control libraries for a new project we are working on. One of the requirements is to display data in the form of a surface map, as per the ComponentOne Chart below. ...
3
votes
1answer
91 views

Searching for old .Net librairies

I am looking for old .net third parties libraries. The situation I am in is that we need to work with an old source base for a client that has the code sources but not the third parties libraries. ...
2
votes
2answers
2k views

Missing ComponentOne licenses.licx file

I'm working on an application that makes extensive use of ComponentOne's C1FlexGrid. Of the dozens we use, three are missing their licenses.licx file and cause the demo splash screen to pop up while ...
1
vote
0answers
247 views

ComponetOne Flex Grid Installtion Problem in Windows 7 Ultimate

Helo, am using Windows 7 Ultimate Visual Studion 2010 Ultimate , Sql Server 2008 R2. i have one project solution that needs a 3rd party Control. ie. ComponentOne FlexGrid .net2.5. The Project is ...
1
vote
1answer
145 views

Automated testing of PDF output in C#?

I've inherited a .Net 1.1 app where the primary output is a PDF app. It is poorly written, and almost as complex as it is convoluted. I'd like to do some major refactoring, but my direction from ...
0
votes
1answer
208 views

Programmatically select ComponentOne TrueDBGrid Filterbar

I'm using a ComponentOne TrueDBGrid control, with the filterbar enabled. I'd like to modify the the default behaviour so that when a cell in the filterbar is clicked, the text in that cell is ...
0
votes
0answers
75 views

Componentone report showing XML connection string failed

am using c1Report1 and c1PrintPreviewControl1 to show my stock report, its should load from a xml file, have used sql statement in datasource, i can access report from current sytem, but can't from ...
0
votes
1answer
451 views

How can I customize drag-and-drop between two ComponentOne TreeView components?

I have two TreeView components in .NET web page. I want to drag-and-drop nodes from one tree to the other, but not vice versa. I also want to drag-and-drop items at a certain level (the lowest level), ...