473,698 Members | 2,024 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DataGridView.cu rrentCell bytes

Luckie
4 New Member
Hi All experts there,
I am developing a software using datagridview (vb6 feels better) and i am using virtualMode.

it shows the focus blue box but it is not possible to fill data to the first cell programatically . what is wrong here.

also i have used from within a button_click event as follows

1- MyGrid.CurrentC ell.Value = 22

2- MyGrid.Rows(0). Cells(0).value = 22

3- MyGrid.BeginEdi t(True)
3- MyGrid.CurrentC ell.Value = strData

Thanks in advance
Luckie
Jun 12 '09 #1
4 3379
Plater
7,872 Recognized Expert Expert
You are saying you cannot progmatically edit the values in your DataGridView object? Hmm.
This line should have worked:
MyGrid.Rows(0). Cells(0).value = 22
Jun 12 '09 #2
Luckie
4 New Member
Thanks for your interest
No did you notice that the virtual mode = true
Thanks
Jun 12 '09 #3
Luckie
4 New Member
forget the last one

just draged a datagridview and a button on to the stage
created a colomn list for the datagrid at design time

Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click

DataGridView1.R ows(DataGridVie w1.CurrentCell. RowIndex).Cells (DataGridView1. CurrentCell.Col umnIndex).Value = 90000
'now how to rightarrow key for the DataGridView1
'so the data will be gone into the cell and get the focus to the next cell
'actually i neew this action to create a row and make it ready to accept data
'inserted by a class or something
'this is not bound to any data source
'******** notice if you enter data directly a new row is created
'here it is not why?

End Sub
Jun 13 '09 #4
Luckie
4 New Member
Private Sub Button1_Click(B yVal sender As System.Object, ByVal e As System.EventArg s) Handles Button1.Click
DataGridView1.B eginEdit(False)
DataGridView1.R ows(0).Cells(0) .Value = 12234
DataGridView1.R ows(0).Cells(1) .Selected = True
End Sub

even here its click twice to fill the first one
Jun 13 '09 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

3
3776
by: ShaneO | last post by:
Is there a way to discover the starting X & Y position (in Pixels) of a Cell within a DataGridView control on a Windows Form? (VS2005) I've searched everywhere, and tried everything I can think of, but can't seem to find the answer. Thanks for any help. ShaneO
5
7150
by: DanThMan | last post by:
The situation: * I have a ButtonColumn in a DataGridView. * When the user preses one of the buttons, a dialog appears. * Based on what the user selects in the dialog, data is entered programmatically into the the underlying cell (i.e., I'm setting Value property of the cell based on user input, but the user is not directly entering any data). The problem:
0
2871
by: Andrus | last post by:
I have combobox column in DataGridView. Up and down error keys should be used to navigate previous and next row in grid. For this I override them in ProcessCmdKey() event. When combobox dropdown menu is open arrow arrow keys should move to previous and next item in dropdown menu instead of moving betveen rows. How to check that combobox dropdown menu is open in ProcessCmdKey() ?
0
1258
by: teo | last post by:
Hello. I have a DataGridView with a lot of rows. I created a sort of "Goto" . I used the CurrentCell property. The DataGridView scrolls down and the new cell is now visible and it is blue selected. But it is always displayed at the bottom (= the last row)
0
2294
by: Matt Pegg | last post by:
Hi all, I want be able to enable and disable navigation buttons when on the first or last row of a DataGridView object. I have a populated DataGridView and two buttons - "First Row" and "Previous Row". If the user clicks "First Row", they are taken to the first row in the DataGridView via: Private Sub btnFirstRecord_Click(...) ' Move to first record in job list
0
1507
by: ajanu81 | last post by:
hi all, i am new to this forum. i am using a windows application using C#. I am using a datagridview to display contents of a xml file. say i have a xml file like this. <xml version="1.0" encoding="UTF-8"> <maincategory> <cat1> <title>Category1</title>
2
8758
by: =?Utf-8?B?VG9ueSBBLg==?= | last post by:
Before saving information in a datagridview to a database I'm trying to verify tha certain cells are not blank (dbNull). When I run this code: If IsDBNull(Me.dgvHistory(2, Me.dgvHistory.CurrentCell.RowIndex).Value) Then Me.dgvHistory(2, Me.dgvHistory.CurrentCell.RowIndex).Value = Nothing End If This error apears when the first line is executed:
6
4407
by: hzgt9b | last post by:
Using VS2005, VB.NET, I have a windows app with a DataGridView (lets call it DGV). At some point in the life of my app I want to clear the selection of the currently selected row (Multiselect=false) from DGV - to do that I tried this: DGV.ClearSelection() Cosmetically this appears to work but it appears that the DGV still stores the index value of the selected row. If the 1st row I click on after executing ClearSelection() is the row...
4
20156
by: Michel Walsh | last post by:
Someone has an example, C#, about how to set the cell(int row, int col) as the current cell for a DataGridView. The example, in the help file, about DataGrid.CurrentCell Property (Set) myGrid.CurrentCell = new DataGridCell(1,1); does not work, fro a DataGridView, since we cannot create a DataGridView Cell while specifying only its row and column.
0
8603
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
9157
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
9023
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
8861
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
7721
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
6518
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
5860
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
4366
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...
3
1999
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.