473,791 Members | 2,947 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Third party grids, combobox, etc


Hi,

I don't know if this is the proper place to ask this.
I'm looking for components from 3rd parties that has a
nice and powerfull dbgrid component as well as combobox,
etc.

I just don't know which products are available. From my
Delphi background, I just know about devexpress.com,
because I used their products in Delphi, I know they have
some for .net.
I wonder which else companies are like this.
Thanks,

Nov 15 '05 #1
4 1487
Infragistics has some of the coolest stuff I've ever worked with. However,
recently componentOne has provided their stuff with for free and they have
some cool features. Check out http://www.infragistics.com
http://www.componentone.com . You won't go wrong with either of
them...although as far as grids go, Infragistics has them beat.
"Craig Kenniston" <cr************ @hotmail.com> wrote in message
news:01******** *************** *****@phx.gbl.. .

Hi,

I don't know if this is the proper place to ask this.
I'm looking for components from 3rd parties that has a
nice and powerfull dbgrid component as well as combobox,
etc.

I just don't know which products are available. From my
Delphi background, I just know about devexpress.com,
because I used their products in Delphi, I know they have
some for .net.
I wonder which else companies are like this.
Thanks,

Nov 15 '05 #2

"William Ryan" <do********@nos pam.comcast.net > wrote in message
news:u9******** ******@TK2MSFTN GP11.phx.gbl...
Infragistics has some of the coolest stuff I've ever worked with. However, recently componentOne has provided their stuff with for free and they have
some cool features. Check out http://www.infragistics.com
I'm having a lot of problem with infragistics grid at the moment, namely the
extra space bugs in the end of the row which, IMHO, is a show stopper.

I checked out component one and couldn't find the free edition. Can someone
point it out to the link?

thanks,
/m
http://www.componentone.com . You won't go wrong with either of
them...although as far as grids go, Infragistics has them beat.
"Craig Kenniston" <cr************ @hotmail.com> wrote in message
news:01******** *************** *****@phx.gbl.. .

Hi,

I don't know if this is the proper place to ask this.
I'm looking for components from 3rd parties that has a
nice and powerfull dbgrid component as well as combobox,
etc.

I just don't know which products are available. From my
Delphi background, I just know about devexpress.com,
because I used their products in Delphi, I know they have
some for .net.
I wonder which else companies are like this.
Thanks,


Nov 15 '05 #3
We are using Syncfusion's grid.
http://www.syncfusion.com/
It has met our needs so far.

Jonathan
-----Original Message-----

Hi,

I don't know if this is the proper place to ask this.
I'm looking for components from 3rd parties that has a
nice and powerfull dbgrid component as well as combobox,
etc.

I just don't know which products are available. From my
Delphi background, I just know about devexpress.com,
because I used their products in Delphi, I know they have
some for .net.
I wonder which else companies are like this.
Thanks,

.

Nov 15 '05 #4
Devexpress's grid for .Net is OK until you need to do reasonably complex
things with it, then it's a real pain :P

Niall

"Craig Kenniston" <cr************ @hotmail.com> wrote in message
news:01******** *************** *****@phx.gbl.. .

Hi,

I don't know if this is the proper place to ask this.
I'm looking for components from 3rd parties that has a
nice and powerfull dbgrid component as well as combobox,
etc.

I just don't know which products are available. From my
Delphi background, I just know about devexpress.com,
because I used their products in Delphi, I know they have
some for .net.
I wonder which else companies are like this.
Thanks,

Nov 15 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
2200
by: Chuck Chekuri | last post by:
Hi, We have a 3TB oracle db. 24x7 operation with data constantly coming in to the DB. Users from all over the world use a web based applicaton to query and work on the data. Out transaction performance is quite good but our query performance sucks. looking up by ids and some combinations of search critera return ok but some never return. We indexed the db for a lot of combinations and we materialized some views and that helped a little....
9
6689
by: Michael Howes | last post by:
I'm looking for a power grid control to use for some C#/Windows forms development. There are a LOT of grids out there and trying to analyzes them could turn into a long task. Some things I'm looking for; Grouping (TreeGrid capabilities) Outlook style group by Built in filtering a plus but not required Works in most recent version of Visual Studio/.Net
0
1585
by: David | last post by:
First, a question. Is there a way to keep VS.NET from red lining elements from third party controls with an error message that says 'the active schema does not support the element ****'? Doesn't Microsoft know that there are third party custom controls out there? It would be nice to have intellisense for third party controls' elements and properties as well. I am looking to get a suite of third party asp.net controls. Getting a...
1
2356
by: Chris | last post by:
Does anyone have any documentation on compact privacy policy and asp.net session or http session cookies. I have a third party app that relies on a session cookie to maintain the state of my app in a users site. Currently my P3P policy is causing IE6 to reject my third party session cookie. I have my P3P working and do not collect personal info, add headers
2
1770
by: sameer | last post by:
Encapsulating 3rd party controls to avoid backword incompatiblities Hi all, Environment : VB6\ VS2003\ VS2005, VB.NEt in Winforms, 3rd party component is a GRID from Sheridan & Devexpress and is used extensively for data display and manupyulation on all the 100 each forms in the applications.
0
3038
by: ronnotel | last post by:
I have integrated APIs from a third party into my framework. The third party is essentially a .Net wrapper on top of an existing set of C++ classes and structs. I want to pass-around objects in these native structures as much as possible - that is I don't want to fool around with object serialization/deserialization. Data rates approach several hundred thousand objects per second, hence I simply can't pay the performance penalty this...
6
1936
by: Ben Finney | last post by:
Howdy all, I'm improving an existing application that's partly written using Python and the standard library. Many of the improvements I want to make can be done by using third-party free software. The immediate customer for this application is happy to install Python on their machine, but I'd like to remove the hassle of asking them to continually install new versions of great third-party Python software that isn't packaged for their...
4
5514
by: m11533 | last post by:
I am developing a large application with Visual Studio .NET 2003 using C#. We recently added a new third party product with a native .NET library. I want to place this third party product's dll in a VS Project of its own, and then reference that project from those c# projects in my solution that are dependent on the third party product. I created a c# class library project, ThirdPartyDll. Placed the dll file in question into that...
5
6546
by: rohitchawla | last post by:
How is it possible to read the third party cookies if u have a valid p3p policy set in place I have a server side application that sets the third party cookie and whenever the client visit any site with my js file attached to it, i want to read the values of my third party cookie Is it possible to read it from client side as my server side can read the value of this third party cookie
0
9666
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
1
10147
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9987
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7531
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6770
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5424
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
4100
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3709
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2910
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.