In Update Approval view, you can't just click one of the dropdown arrows. You have to first select the row to make it active, then you can click the arrow.
Comments: This is because the "_EditMode_" of the DataGridView object is set to "_EditOnKeystrokeOrF2_" instead of "_EditOnEnter_". I downloaded the source code to fix it myself, but the Git repository is out of date (v1.3.1507.29), and missing several assemblies that are referenced. __Missing Assemblies:__ * CheckCombobox * CustomUpdateCreator * EasyCompany.Controls * FavoritesContainer * FolderBrowserEx * Microsoft.Deployment.Compression (available on NuGet, though) * Microsoft.Deployment.Compression.Cab (available on NuGet, though) * MsiReader Because of that, it won't compile :(
Comments: This is because the "_EditMode_" of the DataGridView object is set to "_EditOnKeystrokeOrF2_" instead of "_EditOnEnter_". I downloaded the source code to fix it myself, but the Git repository is out of date (v1.3.1507.29), and missing several assemblies that are referenced. __Missing Assemblies:__ * CheckCombobox * CustomUpdateCreator * EasyCompany.Controls * FavoritesContainer * FolderBrowserEx * Microsoft.Deployment.Compression (available on NuGet, though) * Microsoft.Deployment.Compression.Cab (available on NuGet, though) * MsiReader Because of that, it won't compile :(