[CLOSED] Enter Grid COlumn and save the records

  1. #1

    [CLOSED] Enter Grid COlumn and save the records

    Hi i am having one gridpanel as gridpanel1.in that i am having 4 columns like EmpName,Sal,Dept,Comments.

    Here the Comments column is TextFiled Editor column in Gridpanel.

    Here at the time of pageLoad i am binding the list to Store with this 3 Columns( EmpName,Sal,Dept)
    like
    store.DataSource=list;
    store.DataBind();
    now in my grid EmpName,Sal,Dept fields are binded.

    this part i already complete.

    i need code for.

    now i enter comments for every row in grid in Comments Column. and finally if i click the Button the Comment and EmpName column will convert to List.

    so how can i do that.please help me.. i am using 0.8.1 Dll
    Last edited by Daniil; Aug 13, 2012 at 6:25 AM. Reason: [CLOSED]
  2. #2
    Hi,

    You can get the rows values on client using the GridPanel getRowsValues method.
    grid.getRowsValues();
    And send it as an extra parameter of a Button Click AjaxEvent. Then deserialize on server within an AjaxEvent handler.

Similar Threads

  1. Replies: 2
    Last Post: Apr 11, 2012, 8:33 PM
  2. Replies: 1
    Last Post: Jul 27, 2011, 10:19 AM
  3. Add Records dynamically, Save problem
    By zhangsir199 in forum 1.x Help
    Replies: 12
    Last Post: Mar 28, 2011, 8:45 PM
  4. [CLOSED] Disable Enter Key in Grid
    By sharif in forum 1.x Legacy Premium Help
    Replies: 1
    Last Post: Jan 19, 2011, 6:00 PM
  5. Grid lines to enter
    By heberluiz in forum 1.x Help
    Replies: 0
    Last Post: Mar 19, 2010, 11:26 AM

Posting Permissions