473,811 Members | 2,485 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

why DataGridBoolCol umn seems read only



Hi,

I have a strange problem, should be very simple, take me days I couldn't
finger out.
Really appreciate if you can help me fine the problem.

I am trying to use DataGridBoolCol umn, but I just can not check/unckeck the
checkbox with this column.

I can edit other DataGridTextBox Column in the same grid. So it is not read
only.

It can load data from db, so the mapping is right.

DataGridBoolCol umn stopUseColumnSt yle = new DataGridBoolCol umn();
stopUseColumnSt yle.AllowNull = false;
stopUseColumnSt yle.MappingName = "stop_use";
stopUseColumnSt yle.HeaderText= "STOP USE";
stopUseColumnSt yle.ReadOnly = false;
stopUseColumnSt yle.Width = 75;
stopUseColumnSt yle.FalseValue = false;
stopUseColumnSt yle.TrueValue = true;
myGridStyle.Gri dColumnStyles.A dd(stopUseColum nStyle);

DataColumn dcStopUse = new DataColumn("sto p_use", typeof(bool));
dcStopUse.Allow DBNull = false;
dcStopUse.Defau ltValue = false;
dt.Columns.Add( dcStopUse);
string selectSql = "select id, name, description, stop_use from skill" ;

MySqlConnection myDbcon = (MySqlConnectio n)conn;
MySqlDataAdapte r myDA = new MySqlDataAdapte r(selectSql,myD bcon );
myDA .Fill( dt);

I had similar code elsewhere for other db tables, works just fine.

I compared and compared, just can not find the difference and the problem.

Thanks a lot!
Ryan Liu
Mar 7 '06 #1
0 982

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

Similar topics

1
1687
by: Erald Kulk | last post by:
I have a problem with a datagridboolcolumn that drives me almost crazy. I have a sql server table with several columns of which one is a column called ok which is a bit with default value 0. In a datagrid that shows several columns of the table (with datagridtextboxcolumns) I also included a datagridboolcolumn with true-value 'true' and false-value 'false' and allownull=false. I had the sqldataadapter made the dataset that is used for...
2
2160
by: PeterZ | last post by:
Hi, In the past I've successfully databound a conventional Winforms checkbox to a number column in an Oracle table, where 1 represents true and 0 represents false. The checkbox would be ticked if the value was 1 and unticked if the value was 0 - earth shattering news I know! :-) HOWEVER...... I tried doing the same thing but in a datagrid with one of the columns as a
2
3376
by: James Goodman | last post by:
I have a number of bool columns within a datagrid, but they dont work as expected. The underlying table is Access 2000. The datatype for the underlying fields is Yes/No. I am attempting to create DataGridBoolColumns using the following code: Private Const TRUE_VAL = -1
1
1633
by: Edward Koucherian | last post by:
I'm getting the incorrect display value on my DataGrid column. The field is numeric (1) in the SQL database table The Code is txtCol = New DataGridBoolColumn txtCol.MappingName = "MyCol" txtCol.HeaderText = "" txtCol.Width = 25 txtCol.ReadOnly = False txtCol.AllowNull = False
2
2339
by: nate axtell | last post by:
I'm trying to create a custom DataGridBoolColumn. I inherit DataGridColumnStyle and create a public CheckBox variable. This columnType will be mapped to a dataTable boolean column. What are the basics of the Draw and Edit methods that I need to implement in order to see the checkbox in the cell? I have tried the following, but it hasn't worked. (CB is the public checkbox): Protected Overloads Overrides Sub Paint(ByVal g As Graphics,...
1
1611
by: B.J. Raiford | last post by:
I have a DataGrid on a form in my application that is bound to an xml file and I have set the table style to contain a few columns with one editable one, a DataGridBoolColumn. I set DataGrid.ReadOnly to True and the DataGridBoolColumn.ReadOnly to false but I still cannot access the check box. When I click on the box nothing happens. If I set DataGrid.ReadOnly to True then I get the option to add a new line on the grid, which I don't...
2
2252
by: Matthew | last post by:
It seems that it requires two clicks to change the value of DataGridBoolColumn. Does anybody know a way to change this to only one click? Matthew
0
1024
by: Ryan Liu | last post by:
Hi, I have a strange problem, should be very simple, take me days I couldn't finger out. Really appreciate if you can help me fine the problem. I am trying to use DataGridBoolColumn, but I just can not check/unckeck the checkbox with this column. I can edit other DataGridTextBoxColumn in the same grid. So it is not read
1
261
by: Ryan Liu | last post by:
Hi, Is there a way to change the apparance of DataGridBoolColumn, e.g. I'd like the checkbox has no square box when it is in read only mode? Thanks a lot!
0
9728
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
10648
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...
1
10402
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
9205
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
7670
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
6890
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
5692
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4339
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
3
3018
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.