This question is locked. New answers and comments are not allowed.
I added this few things:
My Grid is
if a Member has only one item.
HEre is the print screen???
Is that a bug or I am missing something??
<script type="text/jscript"> $(document).ready(function () { $('#Grid .t-grid-content').height(Math.floor(($(window).height() - 200))); }); $(window).resize(function () { $('#Grid .t-grid-content').height(Math.floor(($(window).height() - 200))); });</script>My Grid is
.Groupable(grouping=>grouping.Groups(group=>group.Add(o=>o.Membre)))if a Member has only one item.
HEre is the print screen???
Is that a bug or I am missing something??