Google Groups Home
Help | Sign in
How to create right editable grid?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
Xploit  
View profile
 More options Apr 25, 2:09 am
From: Xploit <dimat...@gmail.com>
Date: Thu, 24 Apr 2008 23:09:54 -0700 (PDT)
Local: Fri, Apr 25 2008 2:09 am
Subject: How to create right editable grid?
Cut of my code for grid:

Setup ColModel:

$colconfig = new PhpExt_Grid_ColumnConfigObject($row['Field']);
$colconfig->createColumn($row['Field'],$row['Field'],
$row['Field'],null, null, null, true, false);
$f = new PhpExt_Form_TextField();
$f->setAllowBlank(false);
$colconfig->setEditor($f);

Setup Grid:

                $grid = new PhpExt_Grid_EditorGridPanel();
                $grid->setStore($store)
                     ->setColumnModel($colModel)
                     ->setAutoWidth(true)
                     ->setAutoHeight(true)
                     ->setBorder(false);

After, grid allow to edit my data. But when click on cell i see that
cell value:

<div id="ext-gen2126" class="x-grid3-cell-inner x-grid3-col-2"
unselectable="on">xploit</div>

How i can create working editable grid. Result should be
http://extjs.com/deploy/dev/examples/grid/edit-grid.html

P.S. Sorry for my English. I'm russian,


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mb  
View profile
 More options Apr 28, 11:27 am
From: mb <m...@shopscripts.de>
Date: Mon, 28 Apr 2008 08:27:51 -0700 (PDT)
Local: Mon, Apr 28 2008 11:27 am
Subject: Re: How to create right editable grid?
Hi, show in the examples - there is a good simple example (examples/
form/form-grid.php)

On 25 Apr., 08:09, Xploit <dimat...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Xploit  
View profile
 More options Apr 28, 1:46 pm
From: Xploit <dimat...@gmail.com>
Date: Mon, 28 Apr 2008 10:46:29 -0700 (PDT)
Local: Mon, Apr 28 2008 1:46 pm
Subject: Re: How to create right editable grid?
That example work fine. But i want inline edit grid cells. You can see
what i want by link (in first post).

On 28 апр, 21:27, mb <m...@shopscripts.de> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
mb  
View profile
 More options May 2, 10:43 am
From: mb <m...@shopscripts.de>
Date: Fri, 2 May 2008 07:43:36 -0700 (PDT)
Local: Fri, May 2 2008 10:43 am
Subject: Re: How to create right editable grid?
ahh, ok - sorry..

You should try it with the renderer...

have you test it?

On 28 Apr., 19:46, Xploit <dimat...@gmail.com> wrote:


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google