Problem showing and rendering GroupButton in _layout.cshtml shared view

Hi,

I'm having a problem when I'm trying to add GroupButton to my _layout.cshtml so I can use it across pages, but GroupButton control is not rendered at all. I also tried with the simple button, like this:

@Html.EJ().Button("TEST").Text("Test").Type(ButtonType.Button).Size(ButtonSize.Large)

both before and after @RenderBody(), but to no avail. EJ ScriptManager is included before the GroupButton. What am I missing here? 

Thanks in advance,
Ivan

1 Reply

PK Prem Kumar Madhan Raj Syncfusion Team January 2, 2018 12:37 PM UTC

Hi Ivan,   
   
Thanks for contacting Syncfusion Support.   
   
We have checked with your query “Problem in rendering groupbutton control in _layout.cshtml shared page” and tried in a local sample, but couldn’t reproduce the reported issue at our end. We suspect that the issue may occur because the required scripts and CSS files may not have referred properly. So, please ensure that all the required scripts and the CSS files are referred properly in your application.    
   
For your convenience, we have created a simple sample based on your requirement and attached in the below link. Please check it.   
   
   
   
If the issue persists, then please revert with an issue reproducing sample (if possible) along with the below mentioned details so that we can provide exact solution for your requirement.   
   
1.       Essential Studio version.   
2.       Console errors. (if any)   
   
Regards,   
Prem Kumar. M

Loader.
Up arrow icon