Can I change DataTable View to Gallery View? - datatable

I have a datatable with rows and columns and I have change it to card view. But I want to view it in Gallery mode as some of the td wont be shown on the gallery. Is it possible?

Related

No options to pass the bulk data from one page to another page

I have a list page with checkbox where we can select all the rows by using global checkbox or single row by using each row checkbox. I have button at top right corner CUSTOM ACTION which would take us to another page.
So After the select the rows from list, When I click CUSTOM ACTION button, I wanted all the selected rows ID's in next page.
Here is example image

Telerik Kendo UI Grid - Inline editing of composite object as a single column with multi-field widget

We are considering kendo ui to replace GWT in our ERP product. The main motivator is kendo grid. We have many composite objects that are rendered and edited as a single column. The column editor will contain multiple fields.
An example: In sales invoice lines, the product column should display product code (autocomplete field), product name (Link), and a button to open products browser (a modal dialog with search fields and a grid that displays products along with images, names, available quantities, etc).After selecting a product in the products browser the grid should update the product in the row that requested the browser.
I think I know how to implement the products browser. But the composite editor is the one I do not know how to implement.
My question is: how can I edit a composite object in a single grid column using a composite widget? And we need inline editing not popup editors.
I have been browsing the demos to find a close example but could not find any. My search was "kendo grid composite object custom editor".
Yes, you can do that with Kendo UI
Check this demo (a ComboBox with a custom template)
http://demos.telerik.com/kendo-ui/combobox/template
You can create a custom row's template for the ComboBox (with multiple columns like in the demo) and in the grid you can use a custom template for the column products and use the ComboBox with the custom template.
Check this demo for the grid with a custom column template
http://demos.telerik.com/kendo-ui/grid/editing-custom

Show extra field in category view

i'm using K2 component to show some article in category view. I'd like to show the extra fields in the category view. They are visible in single article but not in category view. Is ti possible?
Thanks

Kendo Grid - Group by column functionality is not displaying all in one page

I am using kendo grid with group by and pagination functionality. My grid page size is 10.
In kendo grid drag and drop any column for grouping, it show collapsible group row with number of page size records. Its not showing all possible group items. I want to show all possible group item in one page. Is it possible in kendo grid?
Thanks

How to display the products in a table format on the category page?

I have page of two columns with left bar. On the left side I have listed the categories and when I click on a category, the products display in the right column.
But there I have two options for displaying the products on the category page, one is "Grid" and the other is "list". And I want to display the products on the category page in a table form which will be my own custom table. So that it have one header row and then each row contains one product.
How will I do this?
There is such file as
(your template)/(your theme)/catalog/product/list.phtml
There you can edit your catalog template.

Resources