Questions tagged [subgrid]
165 questions
0
votes
0 answers
CRM - Schedule Service Activity - Error retrieving availability
I am searching for availability of a resource and getting a not particularly helpful error. The subgrid fails to refresh.
This is OOTB functionality with no custom actions
Any Ideas?
Schedule Service Activity
Select the customers, service, and…

Richard Dewhirst
- 229
- 7
- 20
0
votes
1 answer
How to detect expand event of second level subgrid of a multi layered ui-grid
I am implementing multilevel ui-grid with angular 1.x and am new to ui-grid. My grid looks like : Grid A (expandable main grid) -> Grid B (expandable subgrid for A) -> Grid C (non-expandable subgrid for B).
The issue is that I am unable to detect…

Jyo
- 3
- 3
0
votes
0 answers
How can get all row from subgrid collapsed in Jqgrid
I have made a grid thats working fine and subgrids with it. When subgrid expanded I can get all row from parent Grid and subgrid by:
$("#" + parentGrid).find('tr[role="row"]:not(.ui-jqgrid-labels, .jqgfirstrow, .ui-subgrid)').each(function () {
…

Hong Van Vit
- 2,884
- 3
- 18
- 43
0
votes
2 answers
Dynamics CRM2016: cannot read property 'SetParameter' of undefined
I've subgrid on Account form, I am trying to get list of Orders of child contact and then add to subgrid. So, far I did the following scripts but it throws error that cannot read property 'SetParameter' of undefined. Can anyone please guide how can…

M. Ali
- 37
- 6
0
votes
1 answer
Cannot read property 'SetParameter' of undefined in Dynamics CRM while setting up fetchXML of a subgrid
I've following code snippet to set up the fetchxml of a subgrid on invoice form but it throws the exception: Cannot read property 'SetParameter' of undefined.
Any Idea how it could be resolved.
Code Snippet:
function filterUsers() {
try {
…

Mohsin Tester
- 35
- 1
- 8
0
votes
1 answer
CRM 2016 - Programmatically filtering subgrid
I am trying to filter this subgrid ShipmentReportsInformation by the end customer field to show only the end customer records of the account that I'm currently viewing. Right now it's showing all of them (can't use the "show only related records" in…

Stijndw
- 1
- 3
0
votes
0 answers
free-jqgrid how to apply filter to main and subgrid(s)
I am using free-jqgrid 4.13.1. In my grid, I have subgrids under each row so I have a nested rows sort of scenario. However, the filters for the top of the grid only apply to the main grid and ignore the subgrids. How can I make the filter at the…

Duu82
- 157
- 2
- 11
0
votes
1 answer
Can I set up a jqgrid treegrid so that it fetches the child data on row open? How?
The example treegrid implementation isn't exactly crystal clear. I've got a grid like:
ID Name Val
+ 1 Foo 45
+ 2 Bar 30
Which I'm populating from a json object. When you click on the +, I want to go to the server and get the…

sprugman
- 19,351
- 35
- 110
- 163
0
votes
1 answer
How to collapse/expand all subgrids of same level when clicking on first column
I would like to expand or collapse all subgrids when I click on the first column (yellow) under the selected row.
Plz see pictures below :
and I would like to add some icon in this column.
I've tried with this code in onSelectRow event…

JiheL
- 167
- 1
- 5
- 13
0
votes
1 answer
free-jqGrid Filter toolbar shunt subgrid column width plus
I'm using free-jqGrid 4.13.3.
I composed a grid with filter toolbar and this grid has subgrids elements such in this screenshot :
The subgrid column (which contains plus and minus signs) appears in filter toolbar, this has been ripped on left and…

JiheL
- 167
- 1
- 5
- 13
0
votes
0 answers
Subgrid containing Activities returned by FetchXML query - not always refreshing
I have created a subgrid on a Form for the Contact Entity in Dynamics CRM 2015 which returns all Email, Task, Appointment and Phone Call Activities where either the Activity is Regarding the Contact for which the Form has been loaded, or where that…

3N1GM4
- 3,372
- 3
- 19
- 40
0
votes
1 answer
JqGrid SubGrid with Entity framework MVC
I have two tables (Parent/Child) that i want to display using the subgrid functionality in Jqgrid. the Main Grid Populates the data from my datamodel (parent table) but when the subgrid is expanded the data from the child table is not populated.…

Benion
- 80
- 1
- 12
0
votes
1 answer
How to remove jqgrid sub-grid expansion button while creating new row
I am using jQrid version 3.8.1 with subgrids. In my case, it doesn't really make sense for the user to be able to expand the subgrid while they are entering a new row. Since the parent row doesn't exist yet, there is nothing for the subgrid to show…

d512
- 32,267
- 28
- 81
- 107
0
votes
1 answer
in kendo multiple sub-grids configuration, names are not correctely affected
I have a main Kendo grid and a template definition for a sub grid. The sub-grid name is composed with an ID of the main grid, like that ;
.Name("Orders_#=EmployeeID#")
I try to access to the sub-grid whith jquery :
var grid = $("#Orders_" …
0
votes
1 answer
JQGrid PHP export grid and subgrid to pdf
I'm newbie to the JQgrid PHP. I can export the table data to the pdf format. My table have a subgrid. Is there any way to export table grid together with subgrid to PDF?

gana
- 11
- 4