snehalgiramkar
snehalgiramkar
But the BootstrapRenderingEngine.cs has so many references to other class files like interface and model classes. Do I need to copy all those in my solution? I am using ASP.Net...
> I had same issue and fixed with this solution. > > 1. Create own rending engine with [BootstrapRenderingEngine.cs > ](https://github.com/joeharrison714/MVCGrid.Net/blob/master/MVCGrid/Rendering/BootstrapRenderingEngine.cs) > 2. Replace `sbHtml.Append(col.HeaderText)` with `sbHtml.Append(rm.GetString(col.HeaderText));`. Create resource manager...
I need to display total which will be sum of a particular column in grid itself. Let me know for solutions