I saw this link at Add Remove Column Handler on jqGrid ColumnChooser .
I wonder how to use this JQuery syntax to loop through the < li >< /li > list to get the display text...
$("#colchooser_" + $.jgrid.jqID(this.id) + " ul.selected")
//.bind("sortreceive", function (event, ui) {
// alert('column "' + ui.item.text() + '" is choosed');
//});
Thanks...