I am new to ExtJs and I am trying something as below. I have created a grid inside a tab panel using ExtJs, the tab panel is placed in my aspx page. I have a table in postgreSQl data base.I am retrieving some data from the table using a query in the aspx.cs page and storing the retrieved data in a dataset. Now I need to populate the grid inside the tab panel with this ds. The columns and header of the grid should reflect the dataset.
Please help me to complete the task. Also, a sample code will be much appreciated.