How to bind
the Status type Columns with the grid view using ENUM & Dictionary
Step 1:- Create one class with enum and Dictionary
namespace Utility
{
public static class Constants
{
public enum ConstantStatus
{
[Description("New")]
...