Hi I'm using v3.2.0 and jquery v2
If row is selected using mouse then I get fully populated address
setting selection using
$("#HotelGrid").pqGrid("setSelection", { rowIndxPage: rowi });
address is not populated I get empty array
address is obtain using
var address = this.selection().address();
any ideas