IE8 - on draw no rows in DOM (Server-side processing)
IE8 - on draw no rows in DOM (Server-side processing)
Hi all,
First of all great plugin, i love it. Second, as you can see from the title, i have a weird problem in IE8 with the draw event. The thing is, i am using server-side processing and i am expecting for table rows to be displayed after this event is fired, so i can bind event handlers on some checkboxes generated inside of table rows. Unfortunately, that is not the case in my situation. I debugged this in IE11 (with emulated IE8) and on a VM with IE8 and i get the same result; each time the breakpoint is hit in draw event callback function, the rows are not inserted in DOM. Can anyone relate to this, or has a similar problem?
P.S. sorry for my English.