473,657 Members | 2,504 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

What is the best ASP.NET grid...

for ease of use, and for features such as resizable columns, edit in place,
horiz and vertical scrolling, heirarchy display, etc?
Nov 19 '05 #1
5 1517
On Wed, 06 Jul 2005 12:59:35 -0500, Chad <ch************ **@unisys.com>
wrote:
for ease of use, and for features such as resizable columns, edit in
place,
horiz and vertical scrolling, heirarchy display, etc?


Are you considering 3rd party? If so, I'd avoid Infragistics, just in my
experience, seems to be popular choice, but it's too heavy and convoluted,
others may differ in opinion...

But really, if you're not looking for ultra-fancy, the built-in DataGrid
does all those things. Put it inside a DIV and it can scroll, in-place
editing is simple for anything but the most complex, etc. Hierarchies I
believe can be done with nested controls...plus it's free :) Just depends
on how much you want to plumb yourself...

Or were you asking about 2.0, where the GridView comes into play....

Just my 2 cents...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET
Nov 19 '05 #2
Well, here's my two cents as well; the Infragistics webgrid control is
unbelievable.

If you have no experience with it at all, it takes very little effort at all
to do what you want.

It is very true that the webrid has a LOT of powerful/unnecessary features
for simple tasks. However, if you spend a few hours playing with it, you
will see how much you have to have those features on your site. It does
script callbacks for you!!!!! You don't even have to write code for it. The
same is true for sorting, OutlookGroupBy hierarchies and editing.
--
Staff Consultant II
Enterprise Web Services
Cardinal Solutions Group

Future Business Model
Loan Origination Services
National City Mortgage
"Craig Deelsnyder" wrote:
On Wed, 06 Jul 2005 12:59:35 -0500, Chad <ch************ **@unisys.com>
wrote:
for ease of use, and for features such as resizable columns, edit in
place,
horiz and vertical scrolling, heirarchy display, etc?


Are you considering 3rd party? If so, I'd avoid Infragistics, just in my
experience, seems to be popular choice, but it's too heavy and convoluted,
others may differ in opinion...

But really, if you're not looking for ultra-fancy, the built-in DataGrid
does all those things. Put it inside a DIV and it can scroll, in-place
editing is simple for anything but the most complex, etc. Hierarchies I
believe can be done with nested controls...plus it's free :) Just depends
on how much you want to plumb yourself...

Or were you asking about 2.0, where the GridView comes into play....

Just my 2 cents...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 19 '05 #3
Thanks for the response.

Yes, I am considering 3rd party.

As far as in place scrolling, there seems to me to be limitations with using
a simple DIV approach. For example, to lock the header in place, you need to
place the header outside of the table and resort to fixed width columns and
you have to set the grid size and column size to a pixel width rather than a
percentage width. There also are problems when you try to include both
horiz and vertical scrolling at the same time (if you place the header row
outside of the grid, it stays in place when you horiz scroll, rather than
scrolling horiz with the data)

And client size resizing of columns isn't an option with the normal data
grid, unless you do it all yourself :-(

Heirarchies are free, and I've done them, but I am looking for something
with built-in client side capability for expanding a row to reveal a
sub-table.

I'm looking at Spread for Web Forms right now.


"Craig Deelsnyder" <cdeelsny@no_sp am_4_meyahoo.co m> wrote in message
news:op******** *******@wtsp01t ec520.nac.hscor p.com...
On Wed, 06 Jul 2005 12:59:35 -0500, Chad <ch************ **@unisys.com>
wrote:
for ease of use, and for features such as resizable columns, edit in
place,
horiz and vertical scrolling, heirarchy display, etc?


Are you considering 3rd party? If so, I'd avoid Infragistics, just in my
experience, seems to be popular choice, but it's too heavy and convoluted,
others may differ in opinion...

But really, if you're not looking for ultra-fancy, the built-in DataGrid
does all those things. Put it inside a DIV and it can scroll, in-place
editing is simple for anything but the most complex, etc. Hierarchies I
believe can be done with nested controls...plus it's free :) Just depends
on how much you want to plumb yourself...

Or were you asking about 2.0, where the GridView comes into play....

Just my 2 cents...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 19 '05 #4

I've experience using Infragistics control suite. Yes they've a great Grid control.
I had to put decent amount of time & effort to make it work the right way. I think it has a big learning curve.

Prepare to spend atleast a week to find out all the nuts & bolts of the control.

HTH.

"Michael Baltic" <Mi***********@ discussions.mic rosoft.com> wrote in message news:A7******** *************** ***********@mic rosoft.com...
Well, here's my two cents as well; the Infragistics webgrid control is
unbelievable.

If you have no experience with it at all, it takes very little effort at all
to do what you want.

It is very true that the webrid has a LOT of powerful/unnecessary features
for simple tasks. However, if you spend a few hours playing with it, you
will see how much you have to have those features on your site. It does
script callbacks for you!!!!! You don't even have to write code for it. The
same is true for sorting, OutlookGroupBy hierarchies and editing.
--
Staff Consultant II
Enterprise Web Services
Cardinal Solutions Group

Future Business Model
Loan Origination Services
National City Mortgage


"Craig Deelsnyder" wrote:
On Wed, 06 Jul 2005 12:59:35 -0500, Chad <ch************ **@unisys.com>
wrote:
for ease of use, and for features such as resizable columns, edit in
place,
horiz and vertical scrolling, heirarchy display, etc?


Are you considering 3rd party? If so, I'd avoid Infragistics, just in my
experience, seems to be popular choice, but it's too heavy and convoluted,
others may differ in opinion...

But really, if you're not looking for ultra-fancy, the built-in DataGrid
does all those things. Put it inside a DIV and it can scroll, in-place
editing is simple for anything but the most complex, etc. Hierarchies I
believe can be done with nested controls...plus it's free :) Just depends
on how much you want to plumb yourself...

Or were you asking about 2.0, where the GridView comes into play....

Just my 2 cents...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET

Nov 19 '05 #5
The Infragistics webgrid has support for fixed headers and footers during
vertical scrolling: a property called stationary margins

For a fixed column while scrolling horizontally, you can set fixed headers
and footers as well.

There is default access to both vertical and horizontal scrolling.

There is default control over dynamic resizing of column width and height,
moving columns and rows, numbering rows, expanding and hiding subtables......

blah, blah, blah
--
Staff Consultant II
Enterprise Web Services
Cardinal Solutions Group

Future Business Model
Loan Origination Services
National City Mortgage
"Chad" wrote:
Thanks for the response.

Yes, I am considering 3rd party.

As far as in place scrolling, there seems to me to be limitations with using
a simple DIV approach. For example, to lock the header in place, you need to
place the header outside of the table and resort to fixed width columns and
you have to set the grid size and column size to a pixel width rather than a
percentage width. There also are problems when you try to include both
horiz and vertical scrolling at the same time (if you place the header row
outside of the grid, it stays in place when you horiz scroll, rather than
scrolling horiz with the data)

And client size resizing of columns isn't an option with the normal data
grid, unless you do it all yourself :-(

Heirarchies are free, and I've done them, but I am looking for something
with built-in client side capability for expanding a row to reveal a
sub-table.

I'm looking at Spread for Web Forms right now.


"Craig Deelsnyder" <cdeelsny@no_sp am_4_meyahoo.co m> wrote in message
news:op******** *******@wtsp01t ec520.nac.hscor p.com...
On Wed, 06 Jul 2005 12:59:35 -0500, Chad <ch************ **@unisys.com>
wrote:
for ease of use, and for features such as resizable columns, edit in
place,
horiz and vertical scrolling, heirarchy display, etc?


Are you considering 3rd party? If so, I'd avoid Infragistics, just in my
experience, seems to be popular choice, but it's too heavy and convoluted,
others may differ in opinion...

But really, if you're not looking for ultra-fancy, the built-in DataGrid
does all those things. Put it inside a DIV and it can scroll, in-place
editing is simple for anything but the most complex, etc. Hierarchies I
believe can be done with nested controls...plus it's free :) Just depends
on how much you want to plumb yourself...

Or were you asking about 2.0, where the GridView comes into play....

Just my 2 cents...

--
Craig Deelsnyder
Microsoft MVP - ASP/ASP.NET


Nov 19 '05 #6

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

Similar topics

5
21554
by: Faiz | last post by:
Dear Experts, We are currently using True DB Grid 7.0 with VB6 on Windows 2000 platform. Our objective is to display Excel like formatted data (in rows and columns), allow users to perform cut/copy and paste operations on the selected range of cells and, lastly to get data entered by the users in different cells for further processing. Now the users report that this grid control is difficult to use and the behaviour(in terms of user...
0
1277
by: Carl | last post by:
Hi, I am trying to figure out the best approach for this simple scenario. I have one C# Windows application Form that consumes few web services for all data related function. In this form I do have few fields bind to the dataset DS , return from the WEB service.
9
3315
by: Mike L | last post by:
I tried a sample of code in MSDN magazine, but now I'm stuck. What code has the best performance to populate a Data Grid with a SP? Below is the code I have, which might be completing the wrong way to populate a data grid. I like using code and not the server explorer. (I replaced the sa password for this post.) private void frmDealerSearch_Load(object sender, System.EventArgs e) { string sConnString = "Data
3
1392
by: Sivaprasad | last post by:
Hello, Can anybody suggest me, which is the best grid that can be used in ASP.Net. The main functionality I'm looking for is I shoud be able to do heirarchical view of data. Need to do a row merge and column merge. And i dont' want to bind to anything. Similar to Video flex grid ( Now component one)
3
4935
by: Ray Lavelle | last post by:
I'm upgrading my application to .Net and need a grid control replacement for my old one. I was using the Farpoint control, which I really like but the new version for .Net is fairly expensive. I have found another control which looks really cool and is pretty cheap, XtraGrid: http://www.devexpress.com/products/net/xtragrid/index.asp Has anyone tried this? How good is it? It does everything I need except for cell merging. Are there any...
0
8392
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...
0
8726
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
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
8603
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...
0
7320
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
4151
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...
0
4301
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2726
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
1604
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.