
I have created my own EP Usercontrol, in which I'm using AxHierarchicalGridView control, with inline edit,delete,create functionalities enabled.The issue is, the edit,new,select buttons functionality is not working. On click of new button i get below error:Requested value 'New' was not found.System.ArgumentException at System.Enum.TryParseEnum(Type enumType, String value, Boolean ignoreCase, EnumResult& parseResult) at System.Enum.Parse(Type enumType, String value, Boolean ignoreCase)at Microsoft.Dynamics.Framework.Portal.UI.WebControls.AxHierarchicalGridView.ProcessCommand(String commandName, String[] eventargs, String& postedEventArgument)at Microsoft.Dynamics.Framework.Portal.UI.WebControls.AxBaseGridView.RaisePostBackEvent(String eventArgument)And the click of edit,and select button doesnt work.Below is the screenshot of how this looks like:
*This post is locked for comments
I have the same question (0)