Rating Controller not appearing in DOT NET CORE

I am working on the DOT NET CORE project. I had gone through the official code. But when I copy and paste the same code in my web application RATING Controller does not display.


<div id="container" style="border: 1px solid black; width: 300px; padding: 2px">

    <table>

        <tr>
            <td valign="top">Rating:
            
            </td>
            <td>

                <ej-rating id="Rating" value="4"/>
                
            </td>

            </tr>

    </table>

</div>


I used the below link. 

https://help.syncfusion.com/aspnet-core/rating/rating-customization


Please help me to place the rating controller in my CSHTML PAGE.

 


1 Reply

KR Keerthana Rajendran Syncfusion Team November 1, 2021 08:09 AM UTC

Hi Harshida, 
 
Thanks for contacting Syncfusion support.  
 
We checked your requirement to render EJ1 Rating control in Asp.Net Core platform. We have prepared a sample with the shared code and attached in the following link for your reference.  
 
 
We suspect that some required namespaces, scripts, and CSS were missed in your project. Refer to the following UG link for required configurations to be made for rendering EJ1 controls. 
 
 
If the reported problem persists, kindly share the complete code(web.config, cshtml page, Layout page) of your project along with the product version so that we can check and assist you promptly. 
 
Regards,  
Keerthana R.  


Loader.
Up arrow icon