DataGrid - editing - check box.
I'm developing a Windows based application using C#...
Application uses windows DataGrid, which displays the content from XML..
This datagrid display the Check box to display the the content of one of the boolean column of database using DataGridTableStyle... In this style sheet all the columsn are read only, except this Check box column.
I hv couble of questions related to this:
1. I wanted to avoid the adding of new records in datagrid manually.. if i make use of DataGrid.ReadOnly = true, i can not edit the value of the check box..
I wanted to avoid adding of new record in datagrid and check box column editable..
2. The Check box column in datagrid has the intermediate state also.. how to avoid it..
thanks in Adv...
Venu
Last edited by bharadwajrv; June 18th, 2005 at 05:04 PM.
Venu Bharadwaj
"Dream it. U can do it!"