jsuske1985
Results
2
issues of
jsuske1985
Hi, I was able to get a total amount of one column...but now I am having trouble displaying it, what would you recommend? ``` result.Items = query.ToList(); var totalAmount =...
Hello, I am trying to add paging to my grid, but its not appearing or limiting my results....here is my code: ``` GridDefinition def = new GridDefinition(); GridColumn ID =...