473,595 Members | 2,442 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Grid Control

What is the limit on number of colums for Grid Control in VS 2003?
Thanks
Peter
Nov 17 '05 #1
8 2237
Hi Peter,
Welcome to MSDN Newsgroup!

Currently there is no document to show this problem. However, as far as I
known, since GridControl has a property "DataGrid.Visib leColumnCount ,
which returns the number of visible columns, the number of columns in
GridControl shouldn't exceed 4G. But it also depends on your memory and
system's resource on your machine.

I hope the above information is helpful for you. If you have any questions
or concerns, please feel free to let me know. I am looking forward to
hearing from you. Thanks!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Nov 17 '05 #2

""TerryFei" " <v-******@online.m icrosoft.com> wrote in message
news:wO******** *****@TK2MSFTNG XA02.phx.gbl...
Hi Peter,
Welcome to MSDN Newsgroup!

Currently there is no document to show this problem. However, as far as I
known, since GridControl has a property "DataGrid.Visib leColumnCount ,
which returns the number of visible columns, the number of columns in
GridControl shouldn't exceed 4G. But it also depends on your memory and
system's resource on your machine.

I hope the above information is helpful for you. If you have any questions
or concerns, please feel free to let me know. I am looking forward to
hearing from you. Thanks!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


Thank you for the Info

I am working on a app that will have upto 7000 columns, which are data
points on the graph. I am not sure how exactly I am going to do that. I
don't know what the performance will be with about 2000 rows and 7000
columns. Maybe I should create something like virtual window for this data
and display the grid containing only the current view. This seems to be a
lot of work, so if the Grid can handle that much data I will just load the
gird.

Nov 17 '05 #3
Hi Peter,
Thanks for quick response!

From my experience, it's not reasonable to use GridControl with 2000 rows
and 7000 columns.
I think you may be able to post here to let us know why you need it to see
whether we have some workaround for it. Thanks for your understanding!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 17 '05 #4
I have a application that gathers data from a machine, this machine might
have upto 7000 different variables and I take a sample of the run which
might have upto 2000 reads, which I would like to graph and also allow the
user to view any part of the Raw data in the grid.
""TerryFei" " <v-******@online.m icrosoft.com> wrote in message
news:gB******** ******@TK2MSFTN GXA02.phx.gbl.. .
Hi Peter,
Thanks for quick response!

From my experience, it's not reasonable to use GridControl with 2000 rows
and 7000 columns.
I think you may be able to post here to let us know why you need it to see
whether we have some workaround for it. Thanks for your understanding!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 17 '05 #5
Hi Peter,

In this scenario, you could try to load all data at first. However, if the
performance is not satisfied after testing, I suggest you could firstly
make user choose a region ,which he want to view and then load this
region's relevant data instead of loading all data into GridControl. I
think it should improve the performance.

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 18 '05 #6
Hi Peter,
I just wanted to check how things are going and whether or not your
question has been resolved now.

If there is any question, please feel free to join the community and we are
here to support you at your convenience.

Best Regards,

Terry Fei[MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)

Nov 21 '05 #7

""TerryFei" " <v-******@online.m icrosoft.com> wrote in message
news:Md******** ******@TK2MSFTN GXA02.phx.gbl.. .
Hi Peter,
I just wanted to check how things are going and whether or not your
question has been resolved now.

If there is any question, please feel free to join the community and we
are
here to support you at your convenience.

Best Regards,

Terry Fei[MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)


I'll have to load data and see if the performance is satisfactory, if not
than I might have to create some thing like a virtual grid, where the
program would pre-fetch data say twice as big as the Grid Control and than
do the subsequent fetching in the background.
Thanks for your help
Nov 21 '05 #8
Hi Peter,
Thanks for your feedback!

I think it's better for you to test the performance at first. If the
testing result is not satisfactory, please feel free to let me know. I will
be happy to be of further assistance. Thanks again!

Best Regards,

Terry Fei [MSFT]
Microsoft Community Support
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Nov 23 '05 #9

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

Similar topics

5
21534
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...
3
1890
by: SAM | last post by:
Hey guys, Long time Access programmer, but never had to bother with these things until now. First, I use ADO all the time in VB, but now I need to use it in Access 2K. I never remember/know how to link the required libraries to get ADO functionality. It was easy enough in VB. Second, I've been surviving so far with subforms but I really want to try out a grid control. I registered a grid control that was available from ordinary...
1
2277
by: john menke | last post by:
I am new to .Net and have a requirements for a project that we zoom a grid control when it's clicked. This grid will contain a yellow pages like listing and be displayed on a form with other grids in a table like format. Does the grid control support zoom? Can anyone suggest a way for me to layout the grids on the form programtically in a HTML table like structure? - Optimally i would query the db to find the relevant records then...
4
3277
by: blackhawk | last post by:
I need to build a web page that has to potentially display a large amount of data in two grids on the same page. The HTML file with all of the formatting is about 7MB in size. This is too large and I need to implement some kind of "client side" lazy loading. What I mean is this: I want to display a grid that only shows, say, 20 records. I need an external scrollbar control that I can then show on the screen next to the grid. When...
3
4934
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...
1
1570
by: Rob Richardson | last post by:
Greetings! I see from the group archives that a lot of people don't like how Snap to Grid works when placing controls on forms. I am now among that number. When I had the Windows Forms Designer option for snap to grid set to False and the form's SnapToGrid and DrawGrid properties left at their default settings, I could hold down Ctrl and use the arrow keys and my control would move one pixel in the desired direction. But when I used...
2
1848
by: Tom | last post by:
I need to display a series of controls (in my case, a custom control) in a grid-like fashion. This means this particular control would be repeated multiple times, arranged in a row/column format. It would also support scrolling, and fixed/scrollable headers/footers. Basically just like a grid control, but has the capability to use a custom control for each cell. I don't think the grid control (nor the True DB Grid .NET control that we...
0
1491
by: Workgroups | last post by:
Not sure the best way to go about making this: I have 3 user defineable values - Width, Height, and Size. These values need to define a "grid" of some kind in the following manner: The Width is how many columns the grid has; the Height indicates how many rows the grid has, and the Size indicates both the Width and Height of each individual unit, or cell, on the grid (all cells are to be square, n x n). Each cell of the grid must be...
1
422
by: sonali_aurangabadkar | last post by:
i want to edit whole grid on singel button click
10
10017
by: Derek Hart | last post by:
I can set focus to my property grid by using propgrid.Focus - but how can I set the default property that is always first? Or just set focus to the default property? Can this be done?
0
7957
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
8379
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
8020
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
8252
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
6675
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...
1
5839
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
5421
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
3915
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1491
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.