Hello,
When using the link, FireFox console show the followin:
“NetworkError: 500 Internal Server Error – http://yehudaheraldry.com/classtrack/css/ui.jqgrid.css”
This mean that the link to the jqGrid css file is wrong. Please correct this.
Kind Regards
Hello,
This is little difficult to reproduce.
If you unload the grid, the use maybe a setTimeout to create it and obtain data. It is quite possible that under some conditions
you try toload a data on non existing grid.
Regards
Hello,
Sorry , I cna not see what is happen.
The link you give us is not correct.
Please use the href tag in the editor – Mark some text and the href will apper.
Regards
Hello,
I recommend you to look at z-index of the menu widget.
We do not set any z-index of the grid – we use only zindex for the form editing.
If you set relative high z-index of the menu maybe you will solve your problem.
Regards
Hello,
Not sure I understand the problem.
Try to create a variable and pass the variable and not the actuall value.
Regards
Hello,
In the next couple of days we will remove all javascript:void (0) from our code.
Just check the status of this in GitHub.
Thanks
Kind Regards
Hello,
I'm confused with a way you want to achieve this.
The first common error is that you create the grid every time you select a row.
This is wrong. When the grid is created, every call to the code agin will return nothing
$('#grid_d').jqGrid(skill_options('rest/developer/' + row_id + '/skills'))
This will work only once.
In the demo we have a example just look on it.
Regards
Hello,
This is not a bug, but feature. When you use prev/next buttons they act as you have select the row and since you are in multiselect mode this happen. You can overcome this using the multiboxonly option. See documentation.
Regards
Hello,
The code that will workmost eficently is this
…
Hello,
Thanks. Will check this example.
Regards
Hello,
How do yo set the column to be searchble?
Setting the search tofalse does not make this field searchable.
What is filter label?
When you search on the toolbar the labels of the columns are used or I'm wrong?
The best is to consult first the documentation
Regards
Hello,
Set autoencode to false. Look into the docs what this means.
Hello,
Please check your code when you build the input. It is quite possible to have some missed ' or “.
The sinple way to test is to just make a string like this:
var activeBtn = “”;
Regards
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top