Top "Cgridview" questions

CGridView displays a list of data items in terms of a table.

Customise grid view in yii2

How to remove summary and sorter for a particular grid view in Yii2. In Yii1.1 we can do that by …

php gridview yii2 cgridview
How to display data from related tables in CGridview in yii

I am trying to display the results using CGridView. i have two tables Users and products. ExiProducts is the table …

php yii cgridview
CArrayDataProvider with CGridView pagination Yii

I'm trying to do a pagination on a CGridView using CArrayDataProvider (my $rawData is a custom array - not from …

php yii cgridview
How to disable cgridview view button or setting visiability to false

can some buddy please suggest how to disable view button on cgridview widget and how to add more button like …

gridview yii visible cgridview cbuttoncolumn
yii CGridView dataprovider and filter

I know we can show a gridview with a model and it's search method and filter the results, but can …

yii cgridview
CGridview conditional delete button

I want the delete button to be active only in certain condition in CGgridView CButtonColumn (or make a custom delete …

gridview yii cgridview cbuttoncolumn
CGridview filter on page load with pre define value in search field

I am working with the Yii framework. I have set a value in one of my cgridview filter fields using: …

yii cgridview
CGridView custom column filter

Q : how to create filter for my gridview? status : customer name = first_name . last_name This is my grid view &…

php yii filter cgridview
jQuery(...).yiiGridView is not a function

I have a problem with Yii grid view. for some reason it does not seem to load correctly, even though …

javascript jquery yii cgridview
CGridView - add custom function to the delete row button

By default the delete button assigns itself to this function: jQuery('#main-orders-details-grid a.delete').live('click',function() { if(!confirm(…

jquery yii cgridview