Tagged Questions
The 3rd-party-controls tag has no wiki summary.
5
votes
4answers
1k views
DataGrid that also supports a tree view
Do you know of any datagrid-like control that also supports a treeview. Like this (but still fully WPF-stylable/templatable):
Update: UI-virtualization would be another important feature.
4
votes
14answers
492 views
How do you get a co-worker to use 3rd party code?
There is a guy I work with who has been tasked with getting a grid hooked up to a database. There has been some problem with the performance of the built-in grid and we are looking for alternative ...
3
votes
1answer
145 views
Catching Click/DoubleClick events in the control container?
We have a 3rd party control in our project made by SubSystems.com, called the TE Edit Control, also known as "Tern", which is kind of like a word-processor emulator. I've searched through SO for ...
3
votes
12answers
861 views
C# Windows Application Developer - 3rd Party Tools
Scenario
I have recently graduated from university with a degree in Computer Science.
My degree mainly focused on C#.
I want to learn more and get better at what I do.
I notice a lot of companies ...
2
votes
3answers
1k views
Telerik vs Infragistics vs DevX? WPF 3rd party controls. (Grid)
I have used Telerik WPF Rad controls v10, they are good. But didn't used it's RadGrid.
And also I haven't used Infragistics and DevX controls for WPF.
Keeping in mind the easy and detailed ...
2
votes
5answers
3k views
WinForms XML editor control
Does anyone know of a good XML editor library/control to use in a WinForms project?
2
votes
1answer
854 views
Best 3rd Party WPF Datagrid
We need a datagrid for financial applications to replace existing winforms datagrids.
We tested a number of WPF grids over a year ago, but at the time they weren't up to standards of their winforms ...
2
votes
3answers
672 views
Suggestions for a 3rd party .net datagrid control - ideally free?
I've been looking for a databound control to show some data to the user, who needs to be able to filter and group the output. I've looked at the documentation for the standard DataGridView control, ...
2
votes
4answers
405 views
GenoTechs GTSizer component
Does anyone know of a 3rd party component that works like GTSizer? It appears that GenoTechs no longer exists. We have a number of forms in our Delphi/Oracle enterprise application that have the ...
1
vote
1answer
70 views
Control property is accepted by the compiler, causes a runtime “doesn't exist” error in UserControl - but works fine at runtime!
I'm using the LeadTools Multimedia video capture control, which appears as type AxltmmCaptureCtrl. In my code, I have the following line:
AxltmmCaptureCtrl1.VideoWindowSizeMode = ...
1
vote
3answers
193 views
Anyone used “DotNetBar for WPF” by DevComponents?
Has anyone had any experience of using the controls in the "DotNetBar for WPF" component suite by DevComponents?
Good control suite?
Good company?
What is their support like?
1
vote
1answer
370 views
Exposing 3rd-party controls to the UI Automation framework
I am using 3rd-party controls in my project. There are quite a few controls, like grid, whose cells are not accessible using UI Automation. I was wondering how can I go about making them accessible?
1
vote
6answers
1k views
3rd Party WinForm .NET Grid Controls
Anybody have any experience with 3rd Party WinForm .NET grid controls?
Before I spend the afternoon downloading and trying out several of the grids and/or control packs, anybody have opinions on ...
1
vote
2answers
637 views
.NET - 3rd Party Grid Control - AutoFill
Anybody know of a good 3rd Party grid control that supports AutoFill (like Excel does). Also a good export to Excel and import (paste) from Excel would be handy also.
I'm mainly interested in a ...
0
votes
1answer
54 views
Simple text editor for winforms?
I am writing a MDI application, I need to add a text editor form to it which can do something like what NotePad does! I wonder if there is already such a Form that I can simply add to my MDI form (I ...
0
votes
2answers
65 views
ASPxGridView LoadingPanel Width is too long
With a confliction between some class of my css file and devexpress's own style, LoadingPanel pop ups appearing very long (aproximately 1000px width).
This problem occures every loading popup panels ...
0
votes
0answers
19 views
3rd party off-the-shelf utility for Dynamic .aspx Forms Creation from Database?
I am coming from a c#.NET environment. we're using an existing dynamic forms creation utility from where our designer can create forms.
Here is what they can do with this existing forms utility
...
0
votes
5answers
153 views
3rd party controls for asp.net
What would be a good 3rd party control package for ASP.NET, easy to use without compromising full functionality? What I noticed from some research is Telrik and DevExpress being fairly popular. Any ...
0
votes
1answer
471 views
DevExpress ASPxDropDownEdit with scrollable DropDownWindowTemplate
I have made use of the DevExpress ASPxDropDownEdit and DropDownWindowTemplate.
I have copied the example from the DevExpress demo site to setup my page - link to demo
Now the problem i'm having is ...
0
votes
1answer
237 views
launch 3rd party application from native iPhone apps
i have to do one application that application should be launch from the iPhone native applications like calendar, contacts and mail box etc... is it possible to launch 3rd party application from the ...
0
votes
3answers
127 views
MVC Beginner Question
Im just starting to make my first ever asp MVC website. Im just wanting advice on 3rd party controls that I could utilize to make the job a bit easier.
The graphics designer has done all work in ...
0
votes
2answers
435 views
export to excel file from asp.net
I have an ASP.NET 3.5 site that needs to export data to a pre-formatted Excel sheet. I am not allowed to modify the excel sheet in any way, just drop data into specific cells.
My question is, What is ...
0
votes
2answers
6k views
Creating a combo box for the iPhone
Since there is no pre-existing component for creating a combobox (or select box) as seen on webpages through Safari, can someone provide an example or pre-existing 3rd party component of creating one?
...
0
votes
3answers
1k views
Is it possible to select multiple columns in Virtual Treeview?
I need to add functionality to a copy a rectangular selection of nodes and columns, but I can't find any way to actually select multiple columns in Virtual Treeview (beside toFullRowSelect).
Am I ...
0
votes
1answer
564 views
Is it possible to have multiple header rows in a virtual string tree?
I have a need for multiple fixed rows for the header of a virtual string view. Something that looks like the effect you get if you set a StringGrid's FixedRows property to a value greater than 1. Is ...
0
votes
3answers
3k views
Best 3rd Party ASP.Net Grid Control [closed]
One of the project teams in my company is using Infragistics ASP.Net Grid control. I've been brought in to troubleshoot performance issues.
What I found is:
The Infragistics ASP.Net Grid control ...