Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 05, 2007 09:50
open dhtmlx forum
I have a multiselct grid. But I can't figure out how I can post the rows ID' back in a post. Do U hav...

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?

Answer posted on Mar 05, 2007 09:51

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)

Answer posted by radyno (Support) on Dec 04, 2014 08:01

The information connected with ajax php progress bar and javascript editable combobox also can help you, so please check it too.