I have a multiselct grid. But I can't figure out how I can


I have a multiselct grid. But I can’t
figure out how I can post the rows ID’ back in a post.

Do U have any sample of how I can do this?

Is there anything build in the js?<o:p></o:p>


To obtain list of selected id:


           
var val=grid.getSelectedId(); //return list of id’


   I’m not sure about “post the rows
ID’ back in a post”, do you want to send them by using grid AJAX engine? (it supports POST requests)<o:p></o:p>