joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Bootstrap 4 Rendering Engine #105

Open murraybiscuit opened 7 years ago

murraybiscuit commented 7 years ago

I'm trying to do a new BS4 engine using BoostrapRenderingEngine.cs (col-n css classes have changed from BS3) It seems that the github repo is out of step with nuget (nuget has version 10.0.0.61, github master is possibly older) This is throwing an error in my newer nuget package on line 44: string tableCss = gridContext.GridDefinition.GetAdditionalSetting<string>(SettingNameTableClass, DefaultTableCss); GridDefinition doesn't seem to be a property of GridContext in the newer MVCGrid version. Can you do a github master tag & update and I can do a fork & PR on the BS4 rendering engine file.

Brendo311 commented 7 years ago

I second this