![]() | |
![]() |
| | Thread Tools | Search this Thread | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I have a button on my form which is enabled when the user selects a record in the datagrid (I do not want an edit button for each record in the grid). How can I force the datagrid into edit mode when the user clicks on this button? Nirmal |
#3
| |||
| |||
|
|
I have a button on my form which is enabled when the user selects a record in the datagrid (I do not want an edit button for each record in the grid). How can I force the datagrid into edit mode when the user clicks on this button? Nirmal |
#4
| |||
| |||
|
|
To force the grid control into Edit mode, use the ChangeMode function like this:- GridView.ChangeMode(GridViewMode.Edit) |
|
Regards, Paul "Nirmal Singh" <nirmal.singh (AT) notthisbittowerhamlets (DOT) gov.uk> wrote in message news:ut9BLIVHIHA.3916 (AT) TK2MSFTNGP02 (DOT) phx.gbl... I have a button on my form which is enabled when the user selects a record in the datagrid (I do not want an edit button for each record in the grid). How can I force the datagrid into edit mode when the user clicks on this button? Nirmal |
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
| |