PDA

View Full Version : how to assign array to grid data.



raj_sh
4 Feb 2008, 8:23 PM
Hi group

I have my data from the database onto my jsp page. I can assign individual values as
<%=attribute_value%> to any element of extjs ( which can be assigned). Now, since i hold a bulk of data ( like user profile), i need to show that data to user . If any of that data is incorrect the user should send back correction to the server. for this I have a formPanel containing a editable grid.
But I dont know how to assign the data to the editable grid from my javaArray set .
All the examples/sample only shows abt a xml file load or a JSON implementation . Can someone tell me how to go abt it, or a better way to handle?

thanx in advance