Please help me create a widget to datacolumn of gridview
My code:
- array(
- 'name' => 'timeIn',
- 'value' => '$this->grid->controller->createWidget("bootstrap.widgets.TbTypeahead",array(
- "model" => $data,
- "attribute" => "timeIn"
- "source" => array("01:05","01:10","01:15"),
Error in relations
when i run this page following error occurs. Trying to get property of non-object , and C:\wamp\www\yii\framework\base\CComponent.php(607) : eval()’d code(1) i want to display a coumn from another model usingREAD MORE
Why selectionChanged not works on apple devices eg iPad iPhone
When i click on any row of CGridView using iPhone the selectionChanged event is not triggered.
By elderdosantos · Asked 307 days 19 hours 21 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Export to PDF
i want to export my cgridview to pdf…it should also be able to convert to pdf after sorting or pagination also….any yii extensions available?looked through tcpdf not so helpful….
READ MORECGridView and Adjacent rows ordering
adjacent modelCGridVieworderingsorting
Hi all,
I have an adjacent menu tree displayed in cgridview with tree table. The Menu model has the following atributes: id, id_parent, title, position. When I change the parent rowREAD MORE
Filtrar el contenido para la vista admin
action adminCGridViewview admin
Hola, quisiera saber, cómo hacer para que en el cgridview de la vista admin, sólo se mostraran los registros que cumplen una condición. Es decir, yo tengo Proyectos, y tengoREAD MORE
CGridview disappears when click on column header to sort by that column.
AJAXCGridViewrenderPartialsorting
Hi experts! I’m new to web development and I have a Problem sorting Gridview on a composite form.
ScenariO: Two forms: form1, form2 and a model M1. form1 is a customREAD MORE
CGridview disappears when click on column header to sort by that column.
AJAXCGridViewrenderPartialsorting
Hi experts! I’m new to web development and I have a Problem sorting Gridview on a composite form.
Scenario: Two forms: form1, form2 and a model M1. form1 is a customREAD MORE
Access active row using CGridView with custom dataprovider
active rowCGridViewdataprovider
Hi all,
I’m having soms problems with the use of my own dataprovider. I created one for a relation of the model, using CArrayDataProvider (data provided by a sql-query), but IREAD MORE
CGridview submit selected Ids using Ajax Post
CGridview SelectionChanged Ajax Post
Posted Today, 02:06 AM
I have the following scenario: 1) a CGridview (‘id’=>’test-grid’) 2) an integrated CCheckboxColumn in the GridView 3) some data row in the Gridview coming from a MySQLREAD MORE
