DataGrid - readOnly

G

Guest

I need updateable DataGrid, but I don't want to allow to add new row. How can I do it

Jan
 
W

WineNCheese

Jan,

I think this will work for you... Get the currency manager for your grid,
and set the AllowNew property to false like this:

((DataView)cm.List).AllowNew = false;

WNC
 

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