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
PreetyPreety 

Help reagarding extjs grid

Hi,

I have grid in extjs .I am saving grid data in custom object.

Right now ,am sending  grid  data using string to apex : param ,seperated by comma.

In controller, am fetching the string and saving it in custom object.

Is there any other optimize way of saving grid data?

InnovationInnovation

Can you post your VF + controller code?  We've been working extensively with Ext JS lately and may be able to help.

 

 

Mike

 

yud1234yud1234

Hello i have an editable grid ext js 4. Can you send me a simple example where i cn save the updated data in salesforce?