I am new to sencha touch.I have a requirement to add a grid to a pop up.I just created a grid and a popup and added the grid as an item in the popup.The grid is getting displayed but there is no data in it.
Hi and welcome.
Sorry but there is no grid official component available in SenchaTouch.
Are you talking about the Ext.ux.TouchGrid developed by Mitchell Simoens or....
Sencha Inc Andrea Cammarata, Solutions Engineer
CEO at SIMACS
My requirement is the user searches for serialnumber and the result should be populated in grid.So i just added the result grid to the popup.The problem i have is whenever a user clicks on search button the pop up with the grid pops up and i have a button to close the pop up.this works fine for 2 times I mean when the user clicks on search for the first time it pops up with the grid and the user closes the pop again clicks on search it opens up and the user closes the pop up.But when the user clicks on the search button for the third time the grid gets rendered on the main panel and an empty pop up pops up.
I dont know why this is happening.please guide me in solving this problem.