Tagged Questions
0
votes
0answers
14 views
multiple grouping on JqGrid, Get data current group and parent group
I have a jqgrid with 4 level grouping.
When i click to a group, i want get data of all groups with same level with current group, and get data of parent groups
In my image: When i click to A, i want ...
0
votes
0answers
25 views
Clicking on a particular colModel of a row, Disable the Checkbox
Am having a issue, when a particular colModel is clicked in a any row,it should uncheck the checkbox, as am having multiselect:true in jqgrid.Thanks in advance.
1
vote
1answer
33 views
Get the Values from one ColModel,perform Math operation and apply the values to other ColModel
Like am having situation where i have Dates in one colModel and i need to perform Math Operation(Subtract) with the current Date and Display it in the other colModel json in jQgrid,
...
0
votes
2answers
182 views
Get the key value of the row of whose cusstom button has been clicked
I found myself in need of what i guess should be a trivial requirement. i have a jqGrid in which i have added a custom button in each row. now i am able to associate a client side click event with it ...
0
votes
1answer
31 views
how to map multilayered jsondata to jqgrid
Hy guys, so my data looks like:
TimeSheetData
[
{ID:2, Name:QXC, Items:[{Status:1, Hours: 8},{Status:1, Hours: 4}]},
{ID:5, Name:ABC, Items:[{Status:1, Hours: 6},{Status:1, Hours: 0}]}
]
and ...
1
vote
1answer
145 views
Display Some Lables in Jqgrid add/edit form
I want to add some label in my Jqgrid form in ADD mode....so is there any way to add some text which is not belong to any Control of the form
so what should I written for this funcnality...does it ...
0
votes
1answer
117 views
How to attach a JavaScript event handler to a dialog popup?
Okay, here's the problem.
I have a jqGrid dialog that only generates in the HTML after you click the "add records" button.
I attached a "Click" event handler to a button in that dialog to open a ...
0
votes
0answers
224 views
Upload Multiple files of any format in Jqgrid.?
Am a newbie to Jqgrid. I dont know how to upload multiple files of any format in jqgrid. I searched for examples i could't find anything in google.It would be really helpful,that how multiple files ...
1
vote
0answers
181 views
Append Data to jqGrid
I'd like to append data to jqgrid so when the user hits See more button, it loads additional data retrieved via JSON request.
Html
<div id="SeeMoreSearchResultsDiv" class="scroll" ...
0
votes
0answers
61 views
jqGrid date value off by a month on west coast
I have done about as extensive of testing as I know how to do, and it appears that the jqGrid stuff is the last thing on the list. Basically what's happening is that our office in California is ...
0
votes
1answer
76 views
Javascript string HTML composition
I have this function that I use as a Custom Formatter in a JqGrid for ASP.NET WebForm
function formatLink(cellValue, options, rowObject) {
var res = cellValue.split(" - ");
var newLink = "";
...
1
vote
1answer
4k views
Passing values from javascript to code behind in ASP.NET
I have a variable in aspx.cs when i click the datagrid particular row then from the javascript i should get that value and pass into aspx.cs variable, how to do this? could you please Help me?
0
votes
0answers
326 views
jqGrid: dynamic columns si built but the data is not loaded
I load jqGrid with dynamic columns:
On the server:
private GridResponse getRoundDocumentItemMetadata(string roundid)
{
int roundId;
GridResponse response = new ...
0
votes
1answer
944 views
JQGrid data doesn't reload on second or subsequent click events…(it loads on first getdata button click)
I am Using JQGrid to display some list of data from db depending on LogID selected from drop down list.
ITS displaying contents Correctly on first click.
But on all subsequent click nothing happens ...
0
votes
0answers
668 views
error Status: 'Internal Server Error'. Error code: 500 in jqgrid while deleting a record
I want to delete a record in jqgrid but I get the error:
Error status: 'Internal Server Error'. Error code: 500
while performing delete. I want to delete a record from database. Please tell me ...
1
vote
2answers
2k views
jqGrid cascading drop down change event does not fire
With Oleg and many websites help I have been working on getting cascading data bound drop downs functioning in jqGrid
I have three drop downs: Customer > Project > Task. Changing Customer should ...
1
vote
0answers
183 views
jqGrid display search criteria from search dialog to main form
I have a jqgrid that uses multiple search. I want to display the search criteria on the form hosting the jqgrid as a title heading. Is it possible to pass data between the search dialog and the form ...
0
votes
0answers
1k views
Get the cell value in jqgrid
How to get the particular jqgrid cell value using java script?For example the jqgrid having four columns like id,name,subject1,subject2.now I click the particular row and I need to get the id.how to ...
0
votes
3answers
560 views
Uppercase tags in Internet Explorer 8
I have an HTML manipulation issue that manifests itself only in IE8.
I had recently written some javascript that analysed a tag and did something depending on what it was.
The piece of code assumed ...
0
votes
1answer
116 views
Using JQGrid in Asp.Net Application
I'm trying to use jqGrid in my ASP.Net application, but I can't get it to work, can you guide me to any examples, steps, anything, I tried it once and I successfully loaded some data in it, but paging ...
1
vote
3answers
187 views
What is the best way to send worth 10 mb of data to the client side grid?
I have a JqGrid and I need to send about 10Mb of data to it as json to populate the grid. I send the Json as a content result like this:
public ContentResult GetDynamicColumnData(int? ...
3
votes
1answer
1k views
Apply Jqgrid required attribute dynamically
In Jqgrid you apply a required attribute to any given field like this
{ name: 'Comments', index: 'Comments', editable: true, editrules: { required: true }, edittype: 'textarea' }
How would I go ...
0
votes
1answer
4k views
jqGrid Using JsonString-JsonReader Implementing Server-Side Sorting Paging Filtering
I'm using jqGrid (4.3.1) in an ASP.NET MVC 3 web application.
I have a unique situation (at least, one I can't find a solution for) in that I'm being supplied my data from an outside source - in ...
1
vote
1answer
2k views
How To Hide Column in jQgrid but show this Column in Add/Edit panel
I want a form of control I use. But the number of fields that are too high. How can I display the grid, but only some of the fields in the form add/edit popup panel show all fields ???
0
votes
2answers
457 views
JQuery… change hover state on focus & Limit keyboard navigation tab area
I'm using a JQgrid in one of my projects (JFiddle LINK). and would like
1.) the save & cancel button to highlight when a user tabs to it (same as on mouse over). Found this post but can't seem ...
2
votes
1answer
124 views
how to re-factor/extract methods to separate file for re-use
I'm fairly new to the whole JQuery/javascript world, but I've managed to wack together a working jqgrid with a datepicker & custom control (used jquery auto complete) based on code samples i found ...
0
votes
2answers
2k views
jqGrid Force filter trigger
I have jqGrid 4.1.2 and Iam trying to force filters to be triggered on $(document).ready(
What I want to achieve is to fill one of filtering fields with values and "press enter" so jqGrid would ...
0
votes
1answer
981 views
Jqgrid selection issue with duplicates columns
I m facing a issue in Jqgrid with row selection. I have duplicated rows in the grid.
whenever i select the duplicate or it select the first record of that duplicate row.
6
votes
3answers
4k views
How to get jqGrid current search criteria?
I need to get the exact same thing the jqGrid passes on the GET/POST _search parameter.
How can I do this?
4
votes
3answers
2k views
Remove search operator (AND/OR) in multiplesearch jqGrid
I need to hide the operator in the search popup, but I cannot get it to work.
I tried this, but both operators still appear:
jQuery("#grilla").navGrid("#paginador",
...
0
votes
1answer
1k views
jqgrid onselected row redirect url not working on server (MVC3)
i am having a problem with jqgrid onselected row event and document.location.href in MVC..
i have this code in my jqgrid:
onSelectRow: function (id) {
document.location.href ...
10
votes
3answers
10k views
Is JQGrid free?
Download JQGrid js file from http://www.trirand.com/blog/ . Is it free?
What is this http://www.trirand.net/demoaspnetmvc.aspx ? . I see price and license.
Someone clarify please.
0
votes
2answers
646 views
Need to override Search Filter url param (_search) in jgrid the jquery plugin?
Hi I have created a user message page with this plugin.
The grid will show the user inbox and the user outbox(sent) messages. here's a little code:
jQuery(document).ready(function() {
...