DataGrid

  • Thread starter Thread starter kelvin.koogan
  • Start date Start date
K

kelvin.koogan

With a DataGrid (VS2003) is it possible to stop users adding and
deleting rows? How?

TIA,
KK
 
I would suggest to change over to DataGridView, which has AllowUsetTo...
properties exactly for this purpose.
Otherwise you'll need to code your own processing
 

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

Similar Threads

Arrays 2
Why does this compile correctly? 12
Mixing C++/CLI and managed extensions for C++ 2
Column widht in datagrid 2
ListView (VC 2003) 1
Editable mult-column table 1
Calling a Delphi DLL 5
gridview control 1

Back
Top