GridPanel with two dimensions with dynamic number of rows/columns

  1. #1

    GridPanel with two dimensions with dynamic number of rows/columns

    Is it possible to create a two dimensions grid, something like https://examples1.ext.net/#/GridPane.../EditableGrid/ , but with a dynamic number of values for the header row and header column, values which are read from a store?
  2. #2
    Can you dynamically create the List<> of objects server-side? If yes, could the GridPanels configuration be adjusted as per the dynamically created objects?
    Geoffrey McGill
    Founder
  3. #3
    I want to send the data from a datatable to the store and then work from there.
    An example:
    Get the data from the database, with "valueA, valueB" and with that create a row "valueA" and the corresponding "valueB" column, for all the data returned.

    Something like this:

Similar Threads

  1. GridPanel, How to get total number of rows?
    By zhangsir199 in forum 1.x Help
    Replies: 1
    Last Post: Mar 17, 2012, 3:39 PM
  2. [CLOSED] [1.0] Problem with Dynamic Columns in gridpanel
    By juane66 in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: May 24, 2010, 3:33 PM
  3. gridpanel columns and rows
    By gpcontreras in forum 1.x Help
    Replies: 1
    Last Post: Feb 02, 2010, 10:26 PM
  4. [CLOSED] GridPanel + Dynamic Columns + Count
    By Zarzand in forum 1.x Legacy Premium Help
    Replies: 6
    Last Post: Jul 10, 2009, 4:46 PM
  5. GridPanel dynamic add and remove rows
    By OneWingedAngel in forum 1.x Help
    Replies: 0
    Last Post: Dec 06, 2008, 5:18 PM

Posting Permissions