This is a migrated thread and some comments may be shown as answers.

[Solved] Grid is showing little icones bizar

0 Answers 66 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
khaldoun
Top achievements
Rank 1
khaldoun asked on 02 Jun 2011, 09:10 PM
I added this few things:
<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??
Tags
Grid
Asked by
khaldoun
Top achievements
Rank 1
Share this question
or