Rey,
Thank you very much for the suggestion. I will try this.
Right now I'm very busy with a finishing a jqGrid 3 plugin.
With success I add another feature hide and show column.
After this release I will add (if possible) editing cell.
Regards
On 16 Окт, 20:30, Rey Bango <[EMAIL PROTECTED]> wrote:
> Tony,
>
> If columns can have classes applied to them, then you can allow cell
> editing by using jEditable and LiveQuery. The syntax would be real easy
> as well:
>
> $(".editable").livequery(function() {
>
>                 // Inplace Editing...
>                 $( this ).editable("updinv.cfm", {
>                     style   : "display: inline"
>                 });
>
>         });
>
> Rey...
>
> Tony wrote:
> > David,
> > Sorry, jqGrid does not support cell editing.
>
> > On 13 Окт, 20:20, David <[EMAIL PROTECTED]> wrote:
> >> Tony it's possible update one cell (that input text or combo select)
> >> from database?
>
> >> On Oct 7, 4:35 pm, Tony <[EMAIL PROTECTED]> wrote:
>
> >>> I have released a new version ofjqGrid.
> >>> Demo page here:http://trirand.com/jqgrid/jqgrid.html
> >>> Home page:http://www.trirand.com/blog/
> >>> Enjoy.

Reply via email to