Questions tagged [subgrid]
165 questions
1
vote
1 answer
permission of associated subgrid in crm
I have a (CRM) grid that has associated view (a) I need to add another associated view (b) to the same grid and to give different view permission (some users will see 'a' and some will see 'b') can I control these permissions on my associated grids

Damkulul
- 1,406
- 2
- 25
- 59
1
vote
0 answers
JQGrid Is it possible to change the value of cells in subgrid
I have a JQgrid and contains a subgrid.
when i edit the cell in the JQgrid, I want to change the value of cells in it's subgrid.
How can i do?

user526259
- 11
- 1
- 3
1
vote
2 answers
CRM - sending email to contacts in sub grid
I work for a charity and we want to use our Dynamics 365 to support our fundraising team. We have created a 'Fundraising Event' entity with an N:N relationship to the Contact entity (renamed to 'Individual' in our Org. I have a sub grid on each…

Paolo750f
- 11
- 2
1
vote
1 answer
Dynamics crm online 2016 subgrid
In the Contact form, I have a subgrid that shows the opportunities for the current Contact. So I selected "Only related records", the opportunity entity, and "All opportunities" as the defauld view.
The problem is that in this way I only see the…

Sean
- 923
- 3
- 14
- 36
1
vote
1 answer
CRM 2015 set more rows for subgrid
How to set subgrid properties in CRM 2015 quote, to show more than 7 rows table (table height more than 7 rows)?
I spend a lot of time to find anwer to my question but I found nothing.
I try to set number of rows and "automatically expand to use…

Marek Přikryl
- 23
- 8
1
vote
2 answers
JQGrid : subgrid as a GRID with a navigation bar
I am using JQGrid and displaying subGrid as a JQGRID itself.
I was wondering if there is a way to display the navigation bar for the subgrid too.
I tried following the way its being done for JQGrid, but in vain.
Thanks in advance!

user384903
- 33
- 1
- 4
1
vote
1 answer
crm 2016 add custom filter for inline Lookup Control For Subgrid
I'm using CRM2016 and in Opportunity form, I have a subgrid of OpportunityProduct which can be added more by click on + button and then choose existing products by opening an inline lookup.
I have a business to filter out some products that match my…

Hong Nguyen
- 403
- 3
- 14
1
vote
1 answer
JqGrid- Expanding Subgrid on page load
I have a Jqgrid with subgrid enabled in my MVC 2 project. Subgrid expands and populates data on the button click. I want to expand and show the subgrid data on page load. So i called exapandSubGridRow method on gridComplete event of the parent grid.…

ancycideve
- 41
- 2
- 4
1
vote
1 answer
jqGrid - subgrid doesn't work when load once is true
I have a problem to use subgrid. I want to use the nice feature of loadoce(local search etc.). And I also want to use subgrid.
But it doen't work to put them together. I don't know if it's a bug or I miss some thing.
If I set loadonce:false, the…

Smallville
- 685
- 4
- 13
- 24
1
vote
2 answers
MS Dynamics CRM 2011, Get subgrid elements from other form
I am new to jscript and have problems to get all elements in a subgrid.
I tried the code from this sites,
Retrieve rows in crm2011 subgrid with…

user3772108
- 854
- 2
- 14
- 32
1
vote
1 answer
CRM 2015 display attachment sub grid in custom entity form
I would like to create a sub grid in one custom entity form using attachment entity. But when I tried to build relationship between attachment and custom entity, I could not find new relationship button in Attachment customization.
I know I can use…

Simeng
- 13
- 1
- 6
1
vote
1 answer
JqGrid with subgrid and local data not working in IE9 - throws - "SCRIPT600: Invalid target element for this operation"
I am new to JQGRID and I am using version 4.7.1.
I am trying to create JQGRID with SUBGRID. The code is working as expected in Google chrome, but I am getting the below mentioned error in IE9.
SCRIPT600: Invalid target element for this operation.…

veejay
- 27
- 6
1
vote
1 answer
Jqgrid subgrid json data not showing
The main grid loads data fine, but the subgrid data is not displayed.
This is the json data returned by my java controller for the…

Terry
- 43
- 1
- 3
- 10
1
vote
1 answer
jqGrid Subgrid error with Date field as KEY Parameter + asp.net mvc3
I am using jQGrid with Subgrid feature, My Key column has Date, when I click on "+" subGridRowExpanded is fired and it creates a SubGrid
Code works fine when used other column which has Number as Key Field but it's throwing error when using Date as…

msbyuva
- 3,467
- 13
- 63
- 87
1
vote
1 answer
MS CRM 2013 - Get Selected Records of a Subgrid From a Button - JAVASCRIPT
I added a button on my subgrid named "lots_associes", and I want by clicking on this button javascript recover all selected records.
I tried all the solutions proposed as…

user3374480
- 11
- 2