You need to sign in to do that
Don't have an account?

Reload or Refresh snecha (ExtJ3.0) table upon button click on visualforce page
Hi Guys,
I have a visual force page which display the snecha(Extj3.0) table with one button bottom of the table .
When i click on the button it will create a contact, case and opens a newly create case window.
The table will display the create contact details if I do ctr+f5 .
But i need this value to be in the table when i click on button.
I means when i click on button snecha(extj3.0) table has to reload or refresh with newly create contact and opee a new window.
I was bale to open a newly created case window with the help of javascript. but I am unable to reload the data into the table.
Can anyone suggest me how to solve this problem any help or code sample is much appreciated.
Could you post your whole visualforce then it will be easier to help.
I am unable to send code .
It exceeding 20,000 charetcors .
could you please give em your email id so that i can send the code to your email id.
Try hooking your Ext table w/ a Visualforce Remoting function.
I believe you'd integrate with the table's backing datastore. On row edit or data change event, post the change back to your Visualforce remoted method. To load the table, you can call another remoted method to get the data when the page is read (Ext.onReady) or call the remoted method post-datastore creation. You may also dynamically create an Ext model based on the data returned from the remoted method. You'd then hand-off the model to the datastore and then feed the store with your data.
Hope that helps.
Hi,
I am not using any remote methods to get the data.
I am using apex controller which pull the data and push into the component.
I am unable to post the code, it exceeding characters, Could you please give me your email id so that i can post my code to you.
That will be very easy to figure it out what is the problem.
Thank you.