joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
75 stars 56 forks source link

how to bind custom dropdownlist using MVCGrid #126

Open ManiMargo opened 7 years ago

ManiMargo commented 7 years ago

Hi there I don't have much exposure in MVCGrid, just started exploring it. My requirement is that I have one custom dropdownlist in my cshtml page.

I am getting collection in MvcGridConfig.cs file but I don't understand how to pass it to UI to bind it to dropdown list I didn't find any property or event where I could set this collection and pass to UI.

I come across additionalsettings property of Grid but don't know how to use it in UI. Please suggest.