G Guest Apr 15, 2004 #1 I need updateable DataGrid, but I don't want to allow to add new row. How can I do it Jan
W WineNCheese Apr 15, 2004 #2 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
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