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
ratamasterratamaster 

extjs and json

Hi.

What do you think it's the best approach/flow when you need to feed an extjs grid with json data ?

1) apex:repeat within js code.

2) to fetch json from another page ( I mean here that my extjs-grid url property value would be a visualforce page which would call a controller  )

3) other idea ?

 

Thanks in advance.

aolivenciaaolivencia
Any update about this toppic would be great, I'm also exited to integrate extjs into my saleforces projects !
pkurapkura

I used approach 2 ( to fetch json from another page) and it works very well. 

gengen

Hi,

Can u share some sample code regarding dependent picklist using extjs in visual force with Controller.....If u have.

 

Thanks,

gen.

 

 

 

pkurapkura

What's your use case ? In other words, what are you trying to achieve using dependent picklist. My understanding is that dependent picklist is a VF component and you want to mock the same behavior in ext js and control its behavior with apex controller. Am I right in this assumption ? We use a hybrid of VF, Ext Js and Apex.