Questions tagged as "CGridView"
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 in Grid View · Asked 308 days 14 hours 2 mins ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
adding serial number to CGridView
I am new to Yii, Can any one tell me how to add a new coloumn named slNo in CGridView???
CGridView 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
CJuiDialog: referencing attribute
dear all,
i have tried to search before i made a decision to create this new thread. i would like to make a popup dialog which shows a list of selectableREAD MORE
By msimaremare in Jui · Asked 486 days 15 hours 1 min ago
Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0
Create a complex dataprovider for a DataPicker
cactivedataproviderCDbCriteriaCGridViewData Pickerdataprovider
I am trying to implement the datapicker in a student update form. Following are the models I want to use in this form:
- Student
- 'internshipHasStudent' => array(self::HAS_ONE, 'InternshipHasStudent', 'student_id'),
- 'interests' => array(self::MANY_MANY, 'Interest', 'student_has_interest(student_id, interest_id)'),
- 'internship' => array(self::HAS_ONE, 'Internship', 'internship_id', 'through' => 'internshipHasStudent')
- Internship
- 'students' => array(self::HAS_MANY, 'Student', 'student_id', 'through' => 'internship_has_student'),
- 'interests' => array(self::MANY_MANY, 'Interest', 'internship_has_interest(internship_id, interest_id)'),
- 'internshipHasStudents' => array(self::HAS_MANY, 'InternshipHasStudent', 'internship_id'),
- 'organization' => array(self::HAS_ONE, 'Organization', 'organization_id', 'through' => 'contact'),
- 'contact' => array(self::BELONGS_TO, 'Contact', 'contact_id'),
Student 'internshipHasStudent' => array(self::HAS_ONE, 'InternshipHasStudent', 'student_id'), 'interests'READ 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
Searching with respect to related active record column in GridView does not work
CGridViewreleated active recordsearch
Searching with respect to related active record column in GridView does not work: Hier is my scenario: Database
- tbl_carmanufacturer:
- `id` int(11) unsigned NOT NULL auto_increment,
By Mutyi in Miscellaneous · Asked 548 days 3 hours 57 mins ago
Questions: 5 Accepted: 0 ( 0% ) | Reputation: 0
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
