Questions tagged [subgrid]
165 questions
0
votes
2 answers
CRM2011 subgrid button enable rule
I have 2 issues.
First issue: Trying to hide OOB button in subgrid(Ribbon), based on user role(by calling javascript). Is it possible?
Second issue: Hiding OOB button is not possible through "enablerule"javascript, so alternative I tried to…

SP007
- 1,871
- 1
- 22
- 31
0
votes
1 answer
subgrid jqgrid sample php mysql
im getting stuck when i want create subgrid, always show uncaught exception: jqGrid - No such method: addSubGridCell i already try the sample but im getting error to,,, here is JS im so confused what i must do...
$(document).ready(function(){
…

adam saparudin
- 11
- 1
- 4
0
votes
1 answer
is jquery subgrid plugin work for json?
how are you?
I am working with jqGrid subgrid and its not working. Note that in jqGrid 3.5 demo, there is a quote...
Note: Currently subgrid can work only with xml data. Json is in progress.
So please tell me, does it really work for the…

Nazmul Hasan
- 6,840
- 13
- 36
- 37
0
votes
1 answer
Value returned by getcol function in jqgrid
I have a grid using jqgrid. I need to store the some data returned by the url:, in a local variable so that I can display it in the subgrid. For this I add that column as a hidden column in the main grid, which is of the format in…

Alice
- 95
- 4
- 12
0
votes
1 answer
jQgrid subgrid - bad grid or cur is undefined error
This is the second day I am struggling with this issue, it seems either no one is using subgrid or I am peeweeing something here.
This is my grid code:
jQuery("#gridTable").jqGrid({
url: ROOT + '/admin/station/getPagedList.json',
…

Paulo Pedroso
- 3,555
- 2
- 29
- 34
0
votes
1 answer
jEasyUI and JSON
I am trying to use JEasyUI in my project to display a data grid which has a subgrid with a master grid feature.
My application calls a webservice which returns data on JSON format. I read tutorials from site but it was on php language.
Can any…

Suraz
- 1,119
- 7
- 10
0
votes
1 answer
Error 'object doesn't support property or method' in subgrid autogenerated function (mvc, razor, jquery, jqgrid, trirand)
Hi I'm using the trirand examples for jqgrid subgrid (Trirand example Hierarchy 2 level). In my case the subgrid behaviour is inside a autogenerated javascript function.
When I 'translated' the example to my solution (mvc3+razor+entity framework…

eaa
- 3
- 6
0
votes
0 answers
jqGrid: Subgrid row displaying columns obtained in maingrid json
Can I have a subgrid that shows some of the columns from main grid without actually going and getting data again using URL?
Example:Main Grid is getting data from server (10 columns) using jsonReader out of which I want to show 7 columns in the…

Umesh Kalaspurkar
- 23
- 5
0
votes
1 answer
Filtering Subgrid by Relation in Dynamics CRM 2011
This is a test project. I've got an entity named 'Classrooms', and another named 'Students'.
I've got an "1-N" relation defined on Classroom with Students.
The form on Classroom has a SubGrid that is populated by the Students.
What I'm willing to do…

tdgtyugdyugdrugdr
- 786
- 4
- 13
- 31
0
votes
2 answers
Custom Dialog on a Sub-SubGrid hidden behind Grid
As my first question in here, it is possible that I am doing something wrong. Please do not hesitate to tell me - we all learn the first time :)
Context of my problem:
I have a database with 2 tables: Scales and Items.
1 Scale can have different…

Hector Ordonez
- 1,044
- 1
- 12
- 20
-1
votes
2 answers
Interlave two or more rows using CSS Grid
I want to create a layout like this:
test
test
test
data-0
data-1
data-2
test
test
test
data-3
data-4
data-5
But the following code produces…

pyBlob
- 83
- 1
- 5
-1
votes
1 answer
printing out the elements in a box in a Sudoku board
for example, I have a 9x9 sudoku board like this:
big = [[0, 0, 0, 0, 0, 0, 0, 0, 0],
[4, 0, 0, 7, 8, 9, 0, 0, 0],
[7, 8, 0, 0, 0, 0, 0, 5, 6],
[0, 2, 0, 3, 6, 0, 8, 0, 0],
[0, 0, 5, 0, 0, 7, 0, 1, 0],
[8, 0, 0, 2, 0, 0, 0, 0, 5],
…

Bryan Hii
- 129
- 7
-1
votes
1 answer
jqgrid subgrid need to change the plus/minus icons with text message
in JQGrid when we enable sub-grid to true by default it displays '+/-' icons to expand/collapse the sub-grid.But in our case we need to update this with a text like view members/hide members.There is an option provided in jqgrid which is…

Balakrishna Nannaka
- 21
- 3
-1
votes
2 answers
CRM 2011 Ribbon custom button visibility control
I am trying to enable and disable the custom Ribbon button based on the form's subgrid values.I created a simple Java script method as a web resource and call it in Enable rule using workbench. below is my code:
function…

Haseeb Jamshed
- 3
- 1
-2
votes
1 answer
Get all business recommended fields in subgrid
How do I check if a particular field or column of a subgrid is business recommend or not? I want to do this using a web resource. Also due to some requirements, I will have to use the execution context of the form where the subgrid is present and…

Shreejit Rajbanshi
- 55
- 7