Register here!

Forgot password?

ASK NEW QUESTION

Home Page » CGridView

Questions tagged as "CGridView"

0 Votes

Why selectionChanged not works on apple devices eg iPad iPhone

CGridView

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

0 Votes

adding serial number to CGridView

CGridView

I am new to Yii, Can any one tell me how to add a new coloumn named slNo in CGridView???

By mahesheu in Zii · Asked 313 days 15 hours 20 mins ago

Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0

0 Votes

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

By florinp in Grid View · Asked 394 days 17 hours 45 mins ago

Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0

0 Votes

CJuiDialog: referencing attribute

AJAXCGridViewCJuiDialog

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

0 Votes

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:

  1. Student
  2. 'internshipHasStudent' => array(self::HAS_ONE, 'InternshipHasStudent', 'student_id'),
  3. 'interests' => array(self::MANY_MANY, 'Interest', 'student_has_interest(student_id, interest_id)'),
  4. 'internship' => array(self::HAS_ONE, 'Internship', 'internship_id', 'through' => 'internshipHasStudent')
  5.  
  6. Internship
  7. 'students' => array(self::HAS_MANY, 'Student', 'student_id', 'through' => 'internship_has_student'),
  8. 'interests' => array(self::MANY_MANY, 'Interest', 'internship_has_interest(internship_id, interest_id)'),
  9. 'internshipHasStudents' => array(self::HAS_MANY, 'InternshipHasStudent', 'internship_id'),
  10. 'organization' => array(self::HAS_ONE, 'Organization', 'organization_id', 'through' => 'contact'),
  11. 'contact' => array(self::BELONGS_TO, 'Contact', 'contact_id'),
Student
'internshipHasStudent' => array(self::HAS_ONE, 'InternshipHasStudent', 'student_id'),
'interests'READ MORE

By giunz in DAO · Asked 491 days 20 hours 30 mins ago

Questions: 1 Accepted: 0 ( 0% ) | Reputation: 0

0 Votes
Solved!

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

By safitanet in Grid View · Asked 546 days 18 hours 15 mins ago

Questions: 2 Accepted: 0 ( 0% ) | Reputation: 0

0 Votes

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

  1.   tbl_carmanufacturer:
  2.  
  3.   `id` int(11) unsigned NOT NULL auto_increment,
  4.   `abbr` varchar(20) NOT NULL,          READ MORE

By Mutyi in Miscellaneous · Asked 548 days 3 hours 57 mins ago

Questions: 5 Accepted: 0 ( 0% ) | Reputation: 0

0 Votes
Solved!

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

By Mutyi in Grid View · Asked 553 days 16 hours 32 mins ago

Questions: 5 Accepted: 0 ( 0% ) | Reputation: 0

0 Votes
Solved!

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

By Mutyi in Grid View · Asked 553 days 16 hours 34 mins ago

Questions: 5 Accepted: 0 ( 0% ) | Reputation: 0

0 Votes
Solved!

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

By ericrijn in Grid View · Asked 555 days 13 hours 58 mins ago

Questions: 5 Accepted: 0 ( 0% ) | Reputation: 0