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
YashYash 

Using AJAX : Want to get the data from custom objects and display on VisualForce page.

Hi,

I want to display the data grid on visual force page using AJAX and EXT JS library.

Can anybody has solution for this?
dchasmandchasman
We use Ext.js quite a bit (a number of new components and rewritten client side bits for existing components will be using Ext soon) and VF mixes really well with Ext. I typically use VF components and VF robust value and action binding and partial page update support to provide the backbone for using Ext's powerful client side MVC components. We're working on a few things that will make this much easier in the next few releases but for now the basic idea is to use VF to generate JSON (or whatever you like) representations for the backing data - usually I do this inside of a custom VF component to encapuslate the details and leverage value and action binding support.

I'll try to post an example here soon.
YashYash
Hi Doug,

Thanks for immediate response. Waiting for your reply with example.





Thank you,
Yash