how can you disable the Add New Link until edit is updated I don't want user to be able to add a record if they are currently updating one at the same time I assume this is done via RadGrid1_ItemCommand
Using:
Using:
<CommandItemSettings AddNewRecordText="Add new record" AddNewRecordImageUrl="Images/AddRecord.gif"
RefreshText="Refresh" RefreshImageUrl="Images/Refresh.gif" />