checkbox in datagrid for intranet application

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
 
C

Cor Ligthert

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
 
K

Ken Tucker [MVP]

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
 
C

Cor Ligthert

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
 
G

Guest

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top