Disable Specific row in DataGrid

  • Thread starter Thread starter alex
  • Start date Start date
A

alex

Hi,
is there an easy way to disable (prevent from edit) specific rows in a
datagrid ?

Alex
 
One way might be to handle the underlying row changes and reject the changes
for specific rows.

As for preventing a particular gridrows going into edit, the only way I can
think of ( and im sure there are others ) is to handle the begin edit event
and maye prevent it this way .

Any other ideas ?

--
Regards - One Handed Man

Author : Fish .NET & Keep .NET
=========================================
This posting is provided "AS IS" with no warranties,
and confers no rights.
 
Back
Top