473,779 Members | 1,912 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Set Value of DataGridViewCom boBoxCell

Hello-

I'm having a dickens of a time trying to set the value on a
DataGridViewCom boBoxColumn. I actually have two DataGridViewCom boBoxColumns
in my datagrid view.

First, I'm setting up the grid/column as follows..

DataGridViewCom boBoxColumn someColumn = new
DataGridViewCom boBoxColumn();
panelColumn.Dis playIndex = 0;
panelColumn.Hea derText = "SomeHeader ";
panelColumn.Dat aSource = myDataSource; // myDataSource is of
type List<MyInterest ingClass>
panelColumn.Dis playMember = "StringMemb er"; // StringMember
is of type string
panelColumn.Nam e = "Whatever";
panelColumn.Val ueMember = "InterestingVal ue"; //
InterestingValu e is a type of a custom class, i.e., MyInterestingCl ass
frm.dataGridVie w1.Columns.Add( panelColumn);
However, when I try to set the cell value, I get an exception:

DataGridViewCom boBoxCell cell =
(DataGridViewCo mboBoxCell)frm. dataGridView1["Whatever", row];
cell.Value = cell.Items[0]; // exception: Unable to
cast object of type 'MyInterestingC lass' to type 'System.String' .
call.Value = myDataSource[0]; // exception: Unable to
cast object of type 'MyInterestingC lass' to type 'System.String' .

I don't understand why it is trying to cast to System.String.. . perhaps to
display the value in the DataGridViewCom boBoxCell? This doesn't make sense,
though, because you set the .DisplayMember.

??
Jun 27 '08 #1
0 3413

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

Similar topics

16
11501
by: cwizard | last post by:
I'm calling on a function from within this form, and there are values set but every time it gets called I get slammed with a run time error... document.frmKitAmount.txtTotalKitValue is null or not an object... the function is like so: function calc_total() { var x,i,base,margin,total,newmargin,newtotal; base = document.frmKitAmount.txtTotalKitValue.value; margin = document.frmKitAmount.margin.value/100;
0
5479
by: John | last post by:
Hi, I have set a DataGridViewComboBoxColumn for a complex object type, and set the DisplayMember and ValueMember to members of the object type. My problem is how to programmatically set the cell value. The objects live in the DataGridViewComboBoxColumn.Items, but there is no way of getting an object out based on, e.g. display value. Here's the type :
2
8839
by: kofteros | last post by:
I have a DataGridView in which one of its columns is a DatagridViewCombobox. This column contains values as 1. "ROAMING" 2. "MOBILE" 3. "TELEPHONY"... I want to select an index from this DatagridViewComboboxCell programmatically, for example 2 ("MOBILE"). Is anyone knows an easy way of doing this. Thak you
1
23660
by: hangdee | last post by:
I have a DatagridviewComboBoxCell with self added object (with an id and a string field) as items to the DatagridviewComboBoxCell. Dim cboCell As New DataGridViewComboBoxCell cboCell.Items.Add(new MyObj(1,"Item 1")) cboCell.Items.Add(new MyObj(2,"Item 2")) cboCell.Items.Add(new MyObj(3,"Item 3")) But I cannot find a method from DataGridViewComboBoxCell to get back the selected MyObj in the cboCell list.
0
2153
by: Bruno Neves Pires Silva | last post by:
Hello, everybody. How can I get the selected item index in a DataGridViewComboBoxCell, in a datagridview?
0
2881
by: =?Utf-8?B?R2FkeUM=?= | last post by:
HI I populate one col. in a dataiewgrid with a combocell as DataGridViewComboBoxCell. (create on the fly and assign it to cell) I need to avid arrow user's up/down on that cells. All the grid events ignore edit state of combocell. Any idea? Thanks in advance.
1
3250
by: JB | last post by:
Hi All, Is there a way to programmatically open the drop down list of a DataGridViewComboBoxCell? Thanks JB
4
2724
by: Martin Horst | last post by:
Hi, I've got a Windows Form DataGridView with several DataGridViewComboBoxCell columns. The Items collection of the DataGridViewComboBoxCell can take any kind of objects. But when the user selects another item inside the combobox, the Value property always returns a string. In my case, I need the real object which was added to the items collections. Is there any way to prevent this conversion. Thanks in advance
2
14773
by: =?Utf-8?B?RHJEQkY=?= | last post by:
I understand that the Value put into a DataGridViewComboBoxCell has to be a member of the Items list or an exception is thrown. I also understand that you can override that exception by handling the DataError event and just doing nothing in the circumstance that caused the error. Here's my situation: I would like to allow the user to EITHER select an item from the ComboBox (in a DataGridView) OR type in a new value of their own.
0
10302
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
10136
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
9925
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
8958
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
5372
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
5501
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4036
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
3631
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2867
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.