I cannot upgrade to IE 9, since it is not 'standard' at my site. Here
is my main call to set up flexigrid. Works find in FF and Chrome but
does not sort in IE .
Any ideas?
629 $(document).ready(function(){
630 $("#flex1").flexigrid( {
631 url: 'ajax_dr_upcoming.php$WHERE',
632 dataType: 'json',
633 colModel : [
634 {display: 'PRODUCT_UNIT', name : 'PRODUCT_UNIT', width :
30, sortable : true, align: 'left'},
635 {display: 'Interval', name : 'TRIP_INTERVAL', width : 30,
sortable : true, align: 'left'},
636 {display: 'Project Name', name : 'PROJECT_NAME', width :
95, sortable : true, align: 'left'},
637 {display: 'DR Date', name : 'REPORT_FORECAST', width :
75, sortable : true, align: 'left'}
638 ],
639 sortname: "PRODUCT_UNIT",
640 sortorder: "asc",
641 usepager: true,
642 title: "<b>Upcoming DR Dates</b>",
643 useRp: true,
644 rp: 15,
645 showTableToggleBtn: false,
646 resizable: true,
647 width: 266,
648 height: 250
649 });
650 });
> > FYI I have the same issue. I havenotbeen able to figure out why onlyIE
> > has a problem with column headersort.
>
> > On Thu, Feb 9, 2012 at 2:22 AM, Marcos <
mcf...@gmail.com> wrote:
> > > I'm using IE8 in Windows 7 and it works fine for me...
> > > Also tested the same example onhttp://
www.flexigrid.info/
>
> > > On 9 feb, 05:32, FD222 <
fahad.dir...@gmail.com> wrote:
> > > > Hi,
>
> > > > Sorting on column header click doesn't work in Internet Explorer 8,9
> > > > where as it works fine in all rest of the browsers including firefox,
> > > > safari and chrome. I have also checked the 3rd example onhttp://
> > >
www.flexigrid.info/
> > > > having the same issue.
>
> > > > Can anyone help me if there is any tweak i have to do for Internet
> > > > Explorer.
>
> > > --
> > > You received this message because you are subscribed to the Google Groups
> > > "Flexigridfor jQuery" group.
> > > To post to this group, send email
tofle...@googlegroups.com.
> > >
http://groups.google.com/group/flexigrid?hl=en.-Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -