I'm getting spurious characters on the page size combobox.
my grid is set up with:
rp: 50,
rpOptions: [50,100,150,200,500],
And with a snippet from Firebug you can see what is displayed
<div class="pDiv">
<div class="pDiv2">
<div class="pGroup">
<select name="rp">
<option selected="selected" value="50">50��</option>
<option value="100">100��</option>
<option value="150">150��</option>
<option value="200">200��</option>
<option value="500">500��</option>
</select>
</div>
<div class="btnseparator"></div>
I downloaded Flexigrid today so that's V1.1.
Other than using jQuery to remove the two characters, what can I do?
Original issue reported on code.google.com by pete.suf...@googlemail.com on 15 Oct 2012 at 1:11
Original issue reported on code.google.com by
pete.suf...@googlemail.com
on 15 Oct 2012 at 1:11