Categories | Question details Back To List | ||
I
have set the following: mygrid.setMultiselect("true");
I
put the grid into a form with a but... I have set the following: mygrid.setMultiselect("true"); I put the grid into a form with a button to process multiple selected records. When I select multiple rows, then click the form submit form button, where do I find the ids of the multiple rows I just selected?Answer posted on Mar 07, 2007 10:10 Grid is not ready-to-use form
control. To pass selected rows to server on form submission you need to get
selected ids with script (getSelectedId()) onsubmit and put them into some
hidden form field. Answer posted by Embre (Support) on Dec 09, 2014 09:28 If you haven't found the needed information there and still looking for a solution, you will find the additional help checking html5 web applications and ajax table. |