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

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

Related

filter in nextjs using API on click radio buttons

How can i implement the filter using buttons on product page. those are filter by all and most viewed products. so i have two buttons one is All product and second is most viewed product also i have both the data in API (all and most viewed respectively). Now i want to display the data accordingly. by default data will be shown as all product and when i will click on most viewed products it will change or filter accordingly. same for all product.]
these are the following requirements:
action will be on radio buttons named as all and recent.
both the buttons will call data from two different API's.
By default all the data of the product will be displaying.

Making module dropdown field multilingual

I have a .xml where one of my field is this one:
Now in the backend module page, I have a dropdown called category with options - category one, category two. I have a custom made table with translated values for this options. My question is: How to perform actions on the drodown field options, before the rendering of the module?

filtering and searching not working in magento 2 custom grid in product edit page

i have created one custom grid as new tab in product edit page.data is displaying in grid form.searching or sorting is not working there.if i put
$this->setUseAjax(false);
then every time total product page is reloading.if i put ajax as true giving ajax error.so what we have to define in grid if we writing that as custom tab in product admin

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

Joomla!: how to add custom field to category?

I want to create a pictured menu of articles categories, but I can't figure out how to add image field to categories.
What I need is:
custom file field for category
ability to handle (change size, add some text, etc...)
easily get in view to display
remove it with category
Any ideas how to do that?
There's an image field already available in standard the category edit form. Look in the options slider.

Resources