[CLOSED] Read GridPanelRows

  1. #1

    [CLOSED] Read GridPanelRows

    Hi all,

    quick question:

    there is a way to read entire grid panel from code behind?

    Something like:

    foreach(Rows row in Gridpanel.Rows)
    {
       foreach(Columns col in row)
        {
          string text=col.text;
          // do something...
        }
    }
    Thanks for any help

  2. #2

    RE: [CLOSED] Read GridPanelRows

    Hi,

    You need to submit grid. Please see
    https://examples1.ext.net/#/GridPane...mit_Two_Grids/ - (using AjaxEvent)
    https://examples1.ext.net/#/GridPane...Data_PostBack/ - (using Postback)
  3. #3

    RE: [CLOSED] Read GridPanelRows

    Solved,

    thanks a lot

Similar Threads

  1. [CLOSED] Read the selected value from a timefield
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 9
    Last Post: Nov 30, 2010, 2:11 PM
  2. [CLOSED] Read Only NumberField
    By iansriley in forum 1.x Legacy Premium Help
    Replies: 7
    Last Post: Nov 04, 2010, 6:25 PM
  3. [CLOSED] Formpanel read-only
    By 78fede78 in forum 1.x Legacy Premium Help
    Replies: 10
    Last Post: Oct 08, 2010, 3:40 PM
  4. [CLOSED] [1.0] TriggerField read-only
    By danielg in forum 1.x Legacy Premium Help
    Replies: 3
    Last Post: Nov 04, 2009, 10:15 AM

Posting Permissions