Search the Community
Showing results for tags 'grid view'.
-
Hi guys, on some of my instances I am running, in Grid-view for a module, selecting Column filter to display additional column in the grid, doesn't show all available columns field that are in the record available. These include the ID and Last Updated fields that are default on all records but not in the dropdown list as a column to display in Gridview. The fields do exist in the DB itself and I can see the Last Updated field in the forms view. But not available on the Column filter Drop down. Any suggestions? Thanks Eugene
-
Scenario: Grid view in Leads (not module specific) Viewing a custom field column that is a multi select dropdown When I want to filter by multiple selected options, the database is being queried with an AND, not an OR or IN() array of values, so only results matching all are returned. Record 100 has Option 1 ("red") and Option 4 ("green") selected. Record 200 has Option 1 ("red"), Option 3("yellow") and Option 4 ("green") selected. If I want to do a filtered search on all "red" it displays correctly. If I want to do a filtered search on "red" and "yellow" it only displays record 200.
-
- 1
-
-
- grid view
- multi select
-
(and 2 more)
Tagged with:
-
Hi guys, I created a new module with various custom and lookup fields. All works well. The only problem is on the main grid view to view all records, the tags field isn't available to show in the grid. I do have a tag widget in each record which we use extensively. Any reason why? Thanks Eugene
-
I want to customize the grid view for opportunities and am having a hard time determining if it's even possible. In opportunities grid (list) view, I want each row to be styled according to the content in one of the columns. Specifically, I want to change the background color of the row, and also the table cell for the specific column in that row, based on the value of that specific data cell. I ended up looking in framework/zii/widgets/grid/CGridView.php and framework/zii/widgets/grid/CGridColumn, but I need to do this properly and in an upgrade safe manner. Any insight into the best wa