Closed iswariya7 closed 9 years ago
Please take a look at the demo site where this function is working properly https://github.com/vtfuture/BForms/tree/master/BForms.Docs
Hi Stefanprodan,
I'm new to github. Can u tell me how could i download and run the above in Visual Studio ??
@( Html.BsGridFor(m => m.Grid) .GridResetButton() .ConfigureBulkActions(bulk => { bulk.AddAction().StyleClass("btn-success js-btn-recommend_selected").Title("Recommend selected").GlyphIcon(Glyphicon.ThumbsUp); bulk.AddAction().StyleClass("btn-warning js-btn-unrecommend_selected").Title("Unrecommend selected").GlyphIcon(Glyphicon.ThumbsDown); bulk.AddAction(BsBulkActionType.Delete);