Questions tagged [subgrid]
165 questions
0
votes
2 answers
How to reload/refresh subgrid in JQgrid?
This is my all of my subgrid code in jquery. My problem is , that I have a dropdown with user. Each user have their own id , transmitted by GET method. When I select a different user I expected to show in the subgrid different values, but it not…

Attila Naghi
- 2,535
- 6
- 37
- 59
0
votes
2 answers
How can I make to show the subgrids from JQgrid by default?
TypeError: this.each is not a function
return this.each(function () {this is my code from the subgrid sequence:
subGrid : true,
subGridRowExpanded: function(subgrid_id, row_id) {
//var projectIdRow =…

Attila Naghi
- 2,535
- 6
- 37
- 59
0
votes
1 answer
jqgrid how to expand/collapse subgrid when click a row
I need to click a row, and if
the subgrid is collapsed, then expand it.
the subgrid is expanded, then collapse it.
I found the question is here, but @Oleg sugesstion didn't work in my project. I have debuged it and found the "onSelectRow" will be…

fujianfeng
- 15
- 1
- 6
0
votes
1 answer
How to resize the height of the subgrid in dynamics crm forms?
After spending the whole day, I am posting the following question.
I have follow this for showing more records in sub-grid of dynamics CRM. This help me a lot. but my question is that the user will be able to see only 1 or two records and for other…

user2951753
- 103
- 1
- 3
- 13
0
votes
1 answer
How to create a subgrid on one Form and pass its values to a look up in another form
Hi i am a completely new to crm2011 and I'm really stuck on with this -
I have created a Candidate form with FirstName, LastName and a look up that will display his college details.
I have also created a Form named College with fields - College name…

user1274646
- 921
- 6
- 21
- 46
0
votes
0 answers
CRM 2011 - Adding a new Item via the Subgrid results in "An Error Has Occured"-error. Happens only on Windows 8 with IE 10
We are for the moment on ROLLUP 11 with CRM 2011 and we're encountering a weird problem with the CRM when using Windows 8 and IE 10. We've added the CRM URL in the "Comptability Settings", otherwise the lookups don't work...
When you click on a…

Freeetje
- 523
- 8
- 27
0
votes
1 answer
jqgrid subgrid primary key
I have a question about how the subgrid links data.
I have two databases. One for subgrid and one for maingrid info.
For simplicity, both are like:
id Serial
1 1
2 2
3 40
As you can see the PrimaryKey which is id, is usually the same as Serial. But…

tones31
- 167
- 8
0
votes
1 answer
jqGrid update row in subGrid does not refresh cache
I have a jqGrid subGrid using subGridRowExpanded. For each grid row, the subgrid contains 7 rows. Initially when a grid row is expanded, the subgrid retrieves the 7 rows of data using ajax. If I update one of the 7 rows within the subgrid and click…

jqnewbie
- 3
- 1
0
votes
1 answer
Change MSCRM 2011 subgrid entity
I know how to modify the FetchXml of the subgrid. I'm attempting to dynamically change a subgrid based on selections from optionsets with JS. Based on the optionsets, the subgrid will need to be able to display different entities (not at the same…

Mike
- 1
- 2
0
votes
1 answer
jqGrid hidden plus/minus/open icon column make subgrid less wide as main row
Following to this post about hiding plus/minus/open icon column, I have applied these suggests, so in CSS file :
.subgrid-cell { display: none; }
All is OK :
but the subgrid don't fill the width of right column of main grid.
Please, is there a…

JiheL
- 167
- 1
- 5
- 13
0
votes
1 answer
Jqgrid - subgrid data not loading
I'm trying to load the subgrid data from the main grid. The main grid loads fine but When I click on a row the subgrid data does not load.
Don't know what I'm missing. Please help.
Below is the code I'm using.