jQWidgets Forums
jQuery UI Widgets › Forums › Plugins › AngularJS › Disable row on no content in Nested Grid
Tagged: angular grid, angular2 grid, bootstrap grid, filter, grid, javascript grid, jquery grid, jqwidgets grid, jqxgrid, nested, typescript grid
This topic contains 5 replies, has 2 voices, and was last updated by padma 8 years, 6 months ago.
-
Author
-
Hello,
I’m playing around with the nested grid example of employees and orders.
1. How do I disable/grey out the row in the main grid, if there is no content in the nested grid?
2. Can I customize the ‘expand’ arrow on the main grid to something like a ‘+’ instead?
3. Is it possible to pop out the sub grid in a new tab/window/modal on click of a ‘pop-out button’ on the nested grid’s header toolbar?
4. Is it possible to create a custom filter (with multiple filter modes) exactly like the one we find in excel, with text filter menu, unique column values, and sorting?I sincerely appreciate your time and effort.
Thanks,
PadmaHello Padma,
1. Unfortunately, we do not have such example, but I would like to suggest you one almost same:
https://www.jseditor.io/?key=grid-disable-particular-rows
You should create the integration of the NestedGrid.2. To change the arrow icon could use this approach:
.jqx-icon-arrow-right { background-image: url(https://image.somename.jpg); }
3. It is possible you could try to create this scenario.
4. About the different filter modes, I would like to present you our Excel-like Filter demo and another one where could create custom filter menu:
http://www.jqwidgets.com/jquery-widgets-demo/demos/jqxgrid/filtering-menu-custom-widgets.htm?lightBest Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comHi Hristo,
Thank you very much for your response, I’ll try them out.
Does the grid currently support horizontal orientation? As in the grid reorienting so that the column headers become row headers and vice versa?
Also, I was wondering if there was a way to make a table like the one I found in this image here:Thanks,
PadmaBy reorienting, I mean something like as shown in here:
Hello Padma,
Unfortunately, it is not possible to merge cells.
But we have “Custom Row Editor” demo that could be useful.Best Regards,
Hristo HristovjQWidgets team
http://www.jqwidgets.comThat link is a gem.
Thank you! -
AuthorPosts
You must be logged in to reply to this topic.