views:

15

answers:

1

When editing javascript in VS2010, the dropdown autocomplete list shows a method called info_dialog - i dont have this method in any of my javascript and cant seem to find out where it comes from or what it does?

Does anyone know? Thanks a lot!

A: 

RESOLVED

info_dialog is a method used by jqGrid to display messages. It can also be used by external code and has the ability to be shown modally as well.

More Info

Jimbo