Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Eben on Apr 03, 2008 07:00
open dhtmlx forum
column sorts not working in Safari

I have the following grid from table, and I've noticed that the column sorts aren't working in any version of Safari:

<table border="0" class="dhtmlxGrid" forceCellTypes="true" name="xgrid" id="xgrid" oninit="xgrid.setSkin('clear')" evenrow="even" unevenrow="uneven" imgpath="/images/xgrid/" gridHeight="auto">
    <tr>
        <td width="54" type="ed" sort="int">Total</td>
        <td width="160" type="link">Name</td>
    </tr>
<!-- some looped records -->
<tr>
    <td align="right">xx</td>
<td>text^javascript:do_something(x);^_self</td>
</tr>
</table>

Any help is appreciated,
thanks,
Eben
Answer posted by Support on Apr 03, 2008 09:43
Which version of dhtmlxgrid you are using? All works correctly in case of latest version - please check attached sample.
Attachments (1)