Hi,
using v4.7 I had no problems, but when I upgraded to 5.02, 3 problems arised:
1.
I have a datepicker before the grid. When I click it and the calendar opens, it stays behind the grid. I solved it like by adding:
.ui-datepicker{
z-index: 1200 !important;
}
this looks like solved it, but is it correct? I had to use the !important otherwise it did not work
2.
i open a dialog form to edit the selected row, but in the dialog form i see the grid below. it looks like a problem with the z-index again.
How can i fix it?
3.
in my main css i have set:
html, body{
font-size: 75%;
}
all the object in the website are smaller, and this was happening also with the grid when using 4.7.
But with version 5.0.2 all the input box in the toolbar search panel are so big, they do not get small as all the rest.
How can I fix it? I cannot make it work.
Thank you for your help!
Lorenzo
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top