I am using a DropDownList in a Grid. I have nullable fields using the DropDownList. I am having a problem deleting items that have been selected in the DropDownList. Here is an example. We have a nullable field for DepartmentID in a table and we have entered and saved data using the DropDownList. Now we want to delete the DepartmentID field (or make it null again). I have tried using the {delete} key, but that does not work. I have tried trying to capture the {delete} key on the KeyPress in JavaScript and manually change the DepartmentID, but the {delete} key gets trapped before getting to my JavaScript so I cannot do it from JavaScript. How do you reset the DepartmentID field back to Null?
Thanks, Larry
Thanks, Larry