Editablecolumn, I Don't Get The Value

3774

gridViewEditable.png
hello,

I am using Editablecolumn http://www.ybe.demopage.ru/#EditableColumn .

When I click under a link into my gridview I get this text :

<div class="editable-loading"></div>

and not the value into a textfield as it is define in my column :




array(

           'class' => 'ext.editable.EditableColumn',

           'name' => 'heures',

           'headerHtmlOptions' => array('style' => 'width: 110px'),

           'editable' => array(

                  'url'        => Controller :: createUrl('TRapportsActivites/UpdateAjax'),

                  'placement'  => 'right',

                  'inputclass' => 'span3',

              )               

        ),




any ideas?

Thank’s

Nath

Hi, nath-O.

I don’t use Yii-BootstrapEditable but, have you tried to write this?




'url'=> $this->createUrl('TRapportsActivites/UpdateAjax'),



instead of:




'url'=> Controller :: createUrl('TRapportsActivites/UpdateAjax'),




Regards.

thank you for help, but still doesn’t work.

I don’t use the grid view from bootstrap, but I don’t think it is a problem.