Quantcast
Channel: Internet Explorer Web Development forum
Viewing all articles
Browse latest Browse all 3527

jquery-1.6.1.min throws Microsoft JScript runtime error: Object doesn't support this property or method

$
0
0

I'm working on a Website project with VB as the language. The website project has many web pages that are loaded as content pages inside a master page placeholder.

The webpage uses jquery script files for features like multi-select HTML options.

My requirement is to create two gridviews and transfer records from one to another. More like an Add/Remove stuff. Something like a below screen.

Everything works fine as long as i press the Add button. The Add button should move the selected records from the left gridview to one in the right.  The structure of both Gridviews are the same.

Once I press the Add button, the exception mentioned in the Title is thrown.

I have tested the sample piece of code in a test page without master page and found it to be working fine.

On Add click, primarily will rebind the grid with the datatable framed based on the above requirement from the server side.

The code breaks in the second finally of the jquery-1.6.1.min.js file. As the exception is generic, not able to figure out what has gone wrong.

finally{b=[e,f],c=0}}return this}

The GridViews have paging and sorting properties enabled, but sure that this is not the cause for the problem as i receive the error even when disabling them.

I'm using IE8

Any help is appreciated.

UPDATE : Problem with the multiselect HTML select options used in the page. After removing this options and trying out the code for transferring rows between the two gridviews, that works perfect. Again after including the select options, it is throwing the same exception. I'm using ui.dropdownchecklist-1.4-min.js and ui.dropdownchecklist.themeroller.css


Viewing all articles
Browse latest Browse all 3527

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>