This question is locked. New answers and comments are not allowed.
Hi,
I telerik MVC Grid. The first column shows the status, which is evaluated and populated from the following enum.
public enum ClientDisplayExecutionStatus
{
Purged = -3,
Archived = -2,
Deleted=-1,
Pending = 0,
Processing = 1,
Failed = 2,
Completed = 3,
}
The filter has dropdown implemented which contains these enum values. But I want show the selected enum values based on the user type. Can you please suggest me where is the right place to update the filter dropdown?
Thanks,
Suhas S
I telerik MVC Grid. The first column shows the status, which is evaluated and populated from the following enum.
public enum ClientDisplayExecutionStatus
{
Purged = -3,
Archived = -2,
Deleted=-1,
Pending = 0,
Processing = 1,
Failed = 2,
Completed = 3,
}
The filter has dropdown implemented which contains these enum values. But I want show the selected enum values based on the user type. Can you please suggest me where is the right place to update the filter dropdown?
Thanks,
Suhas S