We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

MVC Helper

currently converting an app to syncfusion , I have an mvc helper, it renders some html dependant on another column
@helper ShowApproved(CustomerPortal.Areas.Tickets.Models.UserTicketModel o)
{
if (o.IsChangeRequest)
{
if (o.IsApproved.Value)
{
Approved
}
else if (o.IsRejected.Value)
{
Rejected  
}
else
{
Awaiting...
}
}
else
{
N/A             
}
}
how can i implement similar for syncfusion grid
G

1 Reply

VA Venkatesh Ayothi Raman Syncfusion Team March 8, 2017 03:07 AM UTC

Hi Grand, 
Thanks for the update. 
We have unclear about your requirement. Before proceed with this, we need some following details? 
1)      Essential Studio Version Details. 
2)      Share the Graphical representation of your requirement. 
3)      Provide full Grid code snippets 
4)      Scenario for your requirement. 
5)      Are you using any data adaptor for bound the grid data? If so, provide details. 
6)      Share the video of your requirement, If possible. 
It would be helpful for us to find the problem and provide the appropriate solution as earliest? 
Regards, 
Venkatesh Ayothiraman. 


Loader.
Live Chat Icon For mobile
Up arrow icon