checkbox in datagrid for intranet application

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

The data is filled in datagrid. I want to know how to add a checkbox column
in datagrid?
In the runtime, checkbox is checked then instead of checkbox value the
(caseID )column value is retained.
I know there is a lot of article on datagrid with checkbox but nothing
helped me .
Can anyone help me how to proceed ?

Thanks
 
Rekha,

Can you make your subject even more confusing.
datagrid for an intranet application, what do you mean with that?

A windowsform datagrid or a webform datagrid?

Cor
 
Hi,

Take a look at customization 3 in the article listed below.
http://msdn.microsoft.com/library/d...ry/en-us/dnwinforms/html/wnf_custdatagrid.asp

Ken
---------------------------
The data is filled in datagrid. I want to know how to add a checkbox column
in datagrid?
In the runtime, checkbox is checked then instead of checkbox value the
(caseID )column value is retained.
I know there is a lot of article on datagrid with checkbox but nothing
helped me .
Can anyone help me how to proceed ?

Thanks
 
Rekha,
If i mean intranet application, then its a windowsform.
Why do you than not tell it like that.

Almost every intranet is going on the inhouse webserver.

Cor
 
I have datagrid with 5 items. Out of which 1 items are checkboxes. The bool
column(checkbox column ) in added in datagrid. The rest of Data is binded
dynamically to the datagrid

Based on some values from the database I have to check or uncheck the
checkbox in the datatgrid.

i am not able to change the value of checkbox at runtime. Do you know
how to do this in windows form?
 
Back
Top