Disable Add Data Functionality

RobEmDee

Well-known member
Joined
Mar 25, 2003
Messages
130
Location
Richmond, VA
I would like for my users to be able to update the data that is populated in the DataGrid, but not add data via the * row at the bottom? Does anyone know how to disable this?
 
Never mind....I answered my own question. If anyone is curious, DataView.Allow = False really does work! I have been awake too long.:eek:
 
Back
Top