[CLOSED] How to create and load datasource ( Store ) dynamically in MVC

  1. #1

    [CLOSED] How to create and load datasource ( Store ) dynamically in MVC

    A quick question, how can I create a dynamic store to be binded to a GridPanel as datasource based on a Trigger click with some parameter passed?
    Last edited by Daniil; Nov 01, 2012 at 5:53 PM. Reason: [CLOSED]
  2. #2
    Hi @pawangyanwali,

    There are mainly two approaches.

    1. Render a whole grid dynamically. Would it suite your needs?

    2. If you already have a GridPanel with a Store, then it is possible to load new data and reconfigure the Store and the GridPanel if needed.

    Before I suggest something concrete, please clarify will you need to reconfigure the Store and/or GridPanel?

Similar Threads

  1. Replies: 5
    Last Post: Feb 01, 2012, 11:54 AM
  2. [CLOSED] ComboBox / Store / DataSource : Store.DataSource is NULL
    By wagger in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Apr 24, 2011, 10:09 AM
  3. Replies: 1
    Last Post: Mar 12, 2010, 9:36 AM
  4. Replies: 0
    Last Post: Jun 26, 2009, 11:32 AM
  5. Dynamically create GridPanel and Store
    By whitvanilla in forum 1.x Help
    Replies: 4
    Last Post: Jun 18, 2009, 10:18 PM

Posting Permissions