In my application, I have a grid populated with some data, I am displaying 2 columns in the grid..ie, name and noOfScripts. But when I double click on the grid, I want scriptname and parameters also to be displayed( and the number of times it is displayed is based on the noOfScripts) in the Window/Form.
I am using Java Servlets for the backend, Now I am not sure if I have to add the script details into the same Main Class or not? How should I handle the script details?
Check this: this is how I add these data: Here
- Should I save scriptname and parameters along with the main data?
- Is it possible to store multiple values, if I add scriptname and parameters to the main Store? or should I create a different store for Script?
- If I am creating a different store called Scripts..How I should be mapping it to the data record? Are there any methods provided by ExtJs that helps achieve this?
Not sure If my explanation on the problem is clear or not. Do let me know if it is not clear, I will try to make it clear.
Please suggest me if there is something helpful. Any suggestions, ideas or references will help.
Thanks in advance