Ananta R. Pant

Results 2 issues of Ananta R. Pant

the world map is not fetched. What module did I have missed? Please check the screenshot. ![image](https://user-images.githubusercontent.com/6056843/77400593-88de0480-6dd3-11ea-9a2f-4552ef0d40f7.png)

I have following code MVCGridDefinitionTable.Add("LUServicePersonnelMOC", new MVCGridBuilder() .WithAuthorizationType(AuthorizationType.AllowAnonymous) .WithSorting(sorting: true, defaultSortColumn: "MOC_Service_Type", defaultSortDirection: SortDirection.Asc) .WithPaging(paging: true, itemsPerPage: 10, allowChangePageSize: true, maxItemsPerPage: 100) .WithAdditionalQueryOptionNames("search") .AddColumns(cols => { cols.Add("Select").WithValueExpression((p, c) => c.UrlHelper.Action("Select",...