function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
lokeguptalokegupta 

Pass array of input boxes using salesforce built-in ajax functionality

Hi,
   There is a third party datagrid in which I am adding rows dynamically using jquery.  I need to know how can I pass the multiple rows using salesforce ajax call. I have idea (Just idea not implemented yet) how to do this using jquery ajax call but still I am looking for a solution which is provided by apex / visualforce.