Rows of GridPanel

  1. #1

    Rows of GridPanel

    How i can get all rows (read row by row, like using a FOREACH) of a GRIDPANEL?
  2. #2

    RE: Rows of GridPanel



    hi does anybody have idea how to make the button works because it sent me an error message my code below:



    <ext:Button ID="Button1" runat="server" Text="Click Me">


    <AjaxEvents>


    <Click OnEvent="UpdateTimeStamp">


    <EventMask ShowMask="true" MinDelay="500" Msg="Updating TimeStamp..." />


    </Click>


    </AjaxEvents>


    </ext:Button>
  3. #3

    RE: Rows of GridPanel

    egof:

    I don't think you would ever need to iterate through the contents of a user interface control to gather and/or manipulate the data bound to it. The GridPanel is for presentation, not backend logic so I would think that you would do this against the Store or DataSource that is bound to the GridPanel.

    Can you give everyone a small sample of code on what you are trying to do and maybe someone can help you out?

    Thanks!
  4. #4

    RE: Rows of GridPanel

    In this moment my code is so complex.
    But my intention is LOAD a SQLTABLE from DATABASE in a GRIDPANEL, then ALTER the data and SAVE the NEW DATA in DATABASE, but i have a framework to do a interface with a DATABASE, and i want freedom to manipulate the data.
  5. #5

    RE: Rows of GridPanel

    Hi egof,

    The Examples Explorer contains the examples which show how to save changed rows

    https://examples1.ext.net/#/GridPane...SqlDataSource/
    https://examples1.ext.net/#/GridPane.../HandlerUsing/

Similar Threads

  1. [CLOSED] GridPanel.Rows.Changing Background Color of Rows
    By supera in forum 2.x Legacy Premium Help
    Replies: 2
    Last Post: Mar 01, 2012, 5:18 PM
  2. Replies: 1
    Last Post: Oct 13, 2010, 11:09 PM
  3. gridpanel columns and rows
    By gpcontreras in forum 1.x Help
    Replies: 1
    Last Post: Feb 02, 2010, 10:26 PM
  4. How to get all rows of a gridpanel
    By vikramsahai08 in forum 1.x Help
    Replies: 2
    Last Post: Jul 02, 2009, 1:44 PM
  5. Getting Rows of GridPanel
    By egof in forum 1.x Help
    Replies: 0
    Last Post: Oct 13, 2008, 9:22 PM

Posting Permissions