473,659 Members | 2,582 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DataGridView CellFormatting Event

How does "e.CellStyl e" work?

When I do something like
if(e.ColumnInde x == 0 && e.RowIndex == 0)
DataGridView.Ro ws[0].DefaultCellSty le.BackColor = Color.Orange;

then the entire table goes orange; not just the 1st row. When I do
if(e.RowIndex == 0) e.CellStyle.Bac kColor = Color.Orange;

then 1st row goes orange only. Is it better to set the
"DefaultCellSty le" for a row in the "CellFormatting " event handler or
is that way of thinking wrong and just use "e.CellStyl e".

I ask that because when I interate through the entire table in a load
event (not using CellFormating Event)
"DataGrideV iew[i,ii].DefaultCellSty le.BackColor = Color.Orange;" then
it takes about 25 seconds. Making "DataGridViewCe llStyle cstyle = new
DataGridViewCel lStyle(); cstyle.backcolo r = color.orange;" with the
interation method brings it down to 3 seconds.

But for the "CellFormatting " event, using the "e.CellStyle.Ba ckColor =
color.orange" takes about 3 seconds, and making a global "cstyle" and
doing "e.CellStyl e = cstyle;" still takes 3 seconds. Does
CellFormating event automatically reuse a "DataGrideViewC ellStyle"
object thus I don't have to do it myself. And is this resuing
property the reasion why my entire table goes orange when i do
"DataGridView.R ows[0].DefaultcellSty le.BackColor = Color.Orange;" for
the 1st cell, in the CellFormating event handler method?
:) Thanks Again again for your time. I've asked a lot of DataGridView
questions today already.

NB
Dec 31 '07 #1
0 4075

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

Similar topics

1
3748
by: David | last post by:
I have a realtime stock quote system developed where I am updating a typed dataset with realtime quotes. I want my DataGridView control to show green forecolor when a price moves up and red forecolor when a price moves down. I am using the cellvaluechanged event of the DataGridView control and thought it would be fired when the Dataset(the DataGridView's datasource) is updated. CellValueChanged is not fired when the dataset is updated. ...
3
75036
by: David Veeneman | last post by:
I'm trying to set images in a bound DataGridView image column. My enum has three possible values, and I have an image that I want to show for each value: EnumValue.OK --GreenLight.gif EnumValue.Caution --YellowLight.gif EnumValue.Violation --RedLight.gif I want to display the graphic, instead of the enum value, in each row of the grid.
3
7791
by: Prashwee | last post by:
Hello All In my windows application I am using DataGridView as my grid control. I populated let's say 10 rows of data and modified 3 random rows. I need to put some sort of Edit Marker in the row header. This can be an image. Please any one share a code for this implementation. If i were to save this records, how can I trap those 3 modified rows without going throgh the whole row set?
3
11443
by: Henry Jones | last post by:
I am using VB.NET VS 2005 and I have a datagridview bound to a table. This table has rate information on bank loans. The fiels are ProductName, MinDeposit, Rate, and PreviousRate On the grid I have maybe 5 rows. I would like to change the MinDeposit field and then call a routine to chane the ProductName. Here is an example of the current data '$5K', 5000, 5.34, 5.00 - This means that the Name is "$5K" a minimum Deposit of...
2
12324
by: =?Utf-8?B?bWljaGFlbCBzb3JlbnM=?= | last post by:
I have an event handler on the CellFormatting event of a DataGridView. This event handler highlights cells that are below a certain threshold. This threshold value may change based on user actions. Once changed, any new cells that scroll into view will use the new threshold value, but how could I repaint the currently visible cells, i.e. how could I trigger the CellFormatting event again for the cells already formatted?
4
19800
by: NvrBst | last post by:
I have a log viewer. I sort the DataGridView by the Time Column and then run a function to set all cell backcolors depending if the cell above is different. This works correctly, however, when I resort a column (by clicking any of the column headers) then all the colors revert back to the origional white background. Is there a way to have the DefaultCellStyle for each cell follow the value/cell on sort?
4
11325
by: CGatto | last post by:
Hello, Just wondering if anyone has ever managed to find a way to have a datagridviewimagecolumn display different images on different rows depending on some data element in the row. Our application needs to display a series of fees charged against an account. Some of those fees are charged at a full rate, others at a partial rate, and some are not charged at all. The user would like to see a simple 3-state graphic which would convey...
2
10614
by: Steve | last post by:
Hi All I am using VB.net 2005 windows forms I use the Datagridview.cellformatting event to change the colours of individual cells as required and all works fine How can I do the same for the datagridview column headers? I would like to change the forecolor value for individual column headers as required, so the Headertext displays in the required colour
5
14232
by: Ashutosh | last post by:
Hi, I have a DataGridView which has as typed data-set associated with it. For the table which I am displaying in it, I want to display certain cells (corresponding to a column in the database) to be displayed as blank instead of the value 0 (Zero - integer). Also, I want the value 0 (zero) to be saved to the database when the changes are applied/saved and if the cells are blank. I tried to change the text that is drawn/shown in the grid...
0
8428
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
8341
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8851
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8751
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...
0
8630
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
7360
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
5650
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
4176
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
2759
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

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.