Sort doesn't work in Internet Explorer

287 views
Skip to first unread message

FD222

unread,
Feb 8, 2012, 11:32:10 PM2/8/12
to Flexigrid for jQuery
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 on http://www.flexigrid.info/
having the same issue.

Can anyone help me if there is any tweak i have to do for Internet
Explorer.

Marcos

unread,
Feb 9, 2012, 3:22:08 AM2/9/12
to Flexigrid for jQuery
I'm using IE8 in Windows 7 and it works fine for me...
Also tested the same example on http://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/

FD222

unread,
Feb 9, 2012, 3:26:46 AM2/9/12
to Flexigrid for jQuery
Have you tried in IE9 in Windows 7?

On Feb 9, 12:22 pm, 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.- Hide quoted text -
>
> - Show quoted text -

Marcos

unread,
Feb 9, 2012, 3:33:00 AM2/9/12
to Flexigrid for jQuery
Not yet, i'll try it tonight at home (now it's 9:30 am for
me... :-) )
> > - Show quoted text -- Ocultar texto de la cita -
>
> - Mostrar texto de la cita -

David Lash

unread,
Feb 9, 2012, 7:54:28 AM2/9/12
to flex...@googlegroups.com
FYI I have the same issue. I have not been able to figure out why only IE has a problem with column header sort. 


--
You received this message because you are subscribed to the Google Groups "Flexigrid for jQuery" group.
To post to this group, send email to flex...@googlegroups.com.
To unsubscribe from this group, send email to flexigrid+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/flexigrid?hl=en.


Marc Ferrari

unread,
Feb 13, 2012, 2:06:08 PM2/13/12
to Flexigrid for jQuery
IE 9 works perfectly with the Flexigrid demos.

-Marc

On Feb 9, 6:54 am, David Lash <dlas...@gmail.com> wrote:
> FYI I have the same issue. I have not been able to figure out why only IE
> has a problem with column header sort.
>
>
>
> 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
> > "Flexigrid for jQuery" group.
> > To post to this group, send email to flex...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > flexigrid+...@googlegroups.com.
> > For more options, visit this group at
> >http://groups.google.com/group/flexigrid?hl=en.- Hide quoted text -

FD222

unread,
Feb 13, 2012, 11:24:33 PM2/13/12
to Flexigrid for jQuery
Sorting works in the compatible mode of IE9 but not in its default
mode. When i click on the column head to sort, it listens for dragging
and doesn't seem to be working for sort.

On Feb 13, 11:06 pm, Marc Ferrari <marc.mel.ferr...@gmail.com> wrote:
> IE 9 works perfectly with the Flexigrid demos.
>
> -Marc
>
> On Feb 9, 6:54 am, David Lash <dlas...@gmail.com> wrote:
>
>
>
> > FYI I have the same issue. I have not been able to figure out why only IE
> > has a problem with column header sort.
>
> > 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
> > > "Flexigrid for jQuery" group.
> > > To post to this group, send email to flex...@googlegroups.com.
> > > To unsubscribe from this group, send email to
> > > flexigrid+...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/flexigrid?hl=en.-Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -

David Lash

unread,
Feb 24, 2012, 4:01:19 PM2/24/12
to Flexigrid for jQuery
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 });


On Feb 13, 1:06 pm, Marc Ferrari <marc.mel.ferr...@gmail.com> wrote:
> IE9 works perfectly with theFlexigriddemos.
>
> -Marc
>
> On Feb 9, 6:54 am, David Lash <dlas...@gmail.com> wrote:
>
>
>
> > 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.
> > > To unsubscribe from this group, send email to
> > >flexigrid+...@googlegroups.com.
> > > For more options, visit this group at
> > >http://groups.google.com/group/flexigrid?hl=en.-Hide quoted text -
>
> > - Show quoted text -- Hide quoted text -
Reply all
Reply to author
Forward
0 new messages