Search found 47 matches

by JoshK131
Wed Jan 27, 2021 11:30 pm
Forum: General discussion and questions about Aware IM
Topic: Expand all rows in a grid
Replies: 2
Views: 2686

Re: Expand all rows in a grid

Thank you very much Jaymer. For other users, here is the script that expands all rows, based on Jaymers Script. var grid = $("#" + parser.m_widgetInfo.wrapperId).find(".k-grid").data("kendoGrid"); grid.bind("dataBound", expand); function expand(e) { var row = $('#' + grid.element.attr('id') + ' tr[c...
by JoshK131
Wed Jan 27, 2021 12:25 am
Forum: General discussion and questions about Aware IM
Topic: Expand all rows in a grid
Replies: 2
Views: 2686

Expand all rows in a grid

Hello. In a form displaying a grid widget with expanding rows, (cascading query) and "Select first record" is ticked. This expands the first row when the form is displayed. However, the requirement we have is to expand all the rows when the form is displayed. How can this be problem be solved? To ac...