Re: [jQuery] jqGrid

2010-08-04 Thread Denis Caggiano
Brasileiro? :) Estou usando a Grid Master Detail para alterar dados no banco. Porém a grid que exibe o detalhamento (que se pode excluir/inserir/alterar itens) não estou conseguindo enviar o ID da master grid para o banco. Ou seja, consigo fazer tudo nas 2 grids, porém nao consigo adicionar na segu

Re: [jQuery] jqGrid

2010-08-04 Thread Ricardo Fontão Verhaeg
Hi Denis what is your intent for doing this? you want to add custom data to the post or change the data? this will call a function just before sending the data to the server. with the POST array formed (or what will become it after submitting) Ricardo Verhaeg Bacharelado Ciências da Computação -

[jQuery] jqGrid

2010-07-30 Thread Denis Caggiano
Does anyone here had use the jqGrid? If yes, how can I use *onclickSubmit* event in the edit submit button? I cant understand this documentation: http://www.trirand.com/jqgridwiki/doku.php?id=wiki:form_editing Tks. -- Denis Martin

[jQuery] jqGrid emptyrecords

2010-02-08 Thread RhythmicDevil
Hello, I cant seem to get this parameter to work. In the docs it says to make sure that viewrecords is set to true which I have done. I have searched Google and this group and found nothing. This is the JSON that is returned from my service: {"total":0,"page":"1","records":0,"rows":[]} This is m

[jQuery] jqgrid - pager in add inline form

2009-11-30 Thread CRL
Hi I'm trying to add next/prev buttons in the default add in form of a jqgrid. Do you have any idea or example to help me? I could add my own buttons, but I'd like to call the same function as framework to navigate... Thanks in advance. Cyril

[jQuery] jqgrid dynamic select option with json

2009-11-19 Thread bertaudmarc
Hi, I tried to build a dynamic string for populating a select but my string seems to have a bad format ! var manufacturers= $.ajax( {url:'abcd.php', async:false }).responseText; {name:'manufacturer', index:'manufacturer', editable:true, edittype:'select', editoptions:{ value: manufact

[jQuery] [jqGrid] getRowData() without rowid not work

2009-11-16 Thread Massimiliano Marini
Hi all, I'm using the the getRowData() method without the rowid and I do not receive all data in the grid into an array, I do not receive nothing, but the grid has data. The wiki said: "If the rowid is not set the method return all the data from the grid in array". But If I give the rowid every

Re: [jQuery] jQgrid: local search / sort with custom data handling

2009-11-14 Thread rituraj_tiwari
Folks, Got to the bottom of this. Here is the most important lesson I learnt from banging my head against the wall for 24 hours and almost jumping out of my window in frustration: It is absolutely critical to include JS files in the correct order. Any deviation, and strange things happen. The mag

[jQuery] jQgrid: local search / sort with custom data handling

2009-11-13 Thread rituraj_tiwari
Folks, I am trying to do a couple of things here so please bear with my question. I have a jqGrid-friendly XML response coming back from the server that I render into my grid. However, before I can show the data on the grid, I need to modify the contents of one of the cells and add a new cell to

[jQuery] [jqGrid] Shift+End doesn't works in input field - .filterToolbar()

2009-09-07 Thread Massimiliano Marini
Hi all, I can't select the text pressing the Shift+End keys and with the mouse double-click or mouse selection in the input field after using filterToolbar(). The problem appear only with IE8, any of you had the same problem and solved? .navButtonAdd("#pager-1",{caption:"Search",title:"Search t

[jQuery] jqGrid fully working package

2009-08-08 Thread jqgridguy
Hey guys In celebration of the release of jQGrid 3.5, I've made available a fully working downloadable package that contains everything you need to get started. There's a demo online available at http://www.jqgrid.com http://www.jqgrid.com It contains, in addition to jQuery and jQGrid and the

[jQuery] jqGrid with c#

2009-08-04 Thread achu
Hello Friends, I’m using jqGrid in ASP.NET. jqGrid is literally good. As of now, I’m using Handler(ashx) or WebService(asmx) to convert the DataTable into JSON and display in the Grid. Can I use c# code behind and bind the Data? I mean c# method convert the DataTable into JSON? I’m trying, if any

[jQuery] jqGrid 35.5 released

2009-08-01 Thread Tony
Happy to announce the final 3.5 release of jqGrid. New wiki Documentation at http://www.trirand.com/jqgridwiki The demo at http://www.trirand.com/jqgrid/jqgrid.html and final the home : http://www.trirand.com/blog Enjoy Tony

[jQuery] jqgrid default loaderror handler : is it possible?

2009-07-21 Thread rekna
Hi, I would like to specify a default loaderror handler for all my jqgrids... 1. is this possible with $.extend($.jgrid.defaults...)? 2. how can I get a reference to the grid in my default loaderror handler?

[jQuery] jqGrid - show editable column (hidden in grid)

2009-07-02 Thread rzemyk
Hi, I am trying to achieve fallowing functionality. Hide grid column (when grid view), but edit this field when inline editing popup shows. Currently when i hide a column in grid it is not visible in EditForm too. colModel: [ { name: 'Id', hidden:true, index: 'Id', width: 0,di

[jQuery] jqGrid client-side paging with sorting

2009-06-30 Thread riverguardian
Dear all, I'm looking to establish client-side paging in addition to client-side sorting using jqGrid. jqGrid currently supports client-side sorting using loadonce: true, but it doesn't have features able to paginate the content (apparently it's slated for a future release). Can someone direct me

[jQuery] JQgrid:- How to i can see view "loading message" about ?????

2009-06-28 Thread AndresN
How to i can see view "loading message" about ? Thanks!!

[jQuery] jqGrid: jQuery("#list").jqGrid is not a function

2009-06-13 Thread efet
I did not make any changes with directories or codes. I thought I must be missing an include but I have been looking into my codes for hours already but still cant find what causes the error. Please advise! http://refinethetaste.com/html/cp/orders.asp

[jQuery] jqGrid with an editable checkbox column

2009-05-29 Thread dev
Hello, I'm trying to create a grid, using jqGrid-3.4.4, with checkbox in one of its column. I have been able to create grid in which first click makes cell editable checkbox, second click to set checkbox value and third ENTER press to save value. Requirements: 1. On clicking checkbox, it should

[jQuery] jQGrid Ajax search parameters- Top toolbar method

2009-05-28 Thread Charlie
using jQGRid version 3.4.4 I have jQGrid working great with several thousand records, bottom toolbar search, add , delete etc are working fine in all columns. I installed the  top toolbar search bar using .filtergrid and it is sending  ajax only when I hit enter key, not autocomplete  style

[jQuery] jqgrid implementation in a HTML form

2009-05-20 Thread Sumit
Hi, I am trying to implement jqGrid in my form. The form has some extra element like textbox and dropdown. While submitting the form i have to store it into some variable to keep this for next page where i want to show the summary page and then commit the changes. But once i click "Continue" and

[jQuery] JQGrid...Delete Button?

2009-05-14 Thread Rick Dwyer
Hello List. Playing around with jqgrid and the documentation describes the implementation of bSubmit and a bCancel button. However, how do I display a Submit, Cancel and a Delete button in the same window? So in the code below, I can change bSubmit to a value of Delete, but I lose my "

[jQuery] jqGrid, rowedit, php posts names instead of values to the db

2009-04-22 Thread Natkeeran L.K.
Hello: I need to dynamically edit and change the server data. http://pssnet.com/~devone/ajqtable/editgrid2.html Right now, when the fields get edited php posts names instead of values to the db. My assumption is that on submit, the editurl will be called upon with the changed data. I read in

[jQuery] Jqgrid, row edit, posting to the server not working

2009-04-22 Thread Natkeeran L.K.
Hello: I am using Jqgrid, and testing how the editing feature work. When the row is clicked, it shows the form to edit. However, entering the info and submitting does not work. http://pssnet.com/~devone/ajqtable/editgrid.html (Also see below) At the php side I am simply trying to get those pa

[jQuery] JQGrid .setGridParam() causing error

2009-04-10 Thread Chuk
Hi. I'm relatively new to JQGrid, and I'm trying to create my first grid that is loaded based on what the user chooses in a select box. I've gotten it working for the first option that they choose. However, after the grid is populated, I cannot get the data to change by selecting a different opti

[jQuery] Re: JQuery, JqGrid, and Ajax

2009-04-08 Thread Natkeeran L.K.
Hello Tony: I think I got this functionality working. http://pssnet.com/~devone/ajqtable/summary392.html I thought I needed Ajax function to get this working. But, it seems I don't need that. datatype: function(postdata)...I don't need this stuff. Thank you again for this help, and for a reall

[jQuery] Re: JQuery, JqGrid, and Ajax

2009-04-08 Thread Natkeeran L.K.
Hello Tony: I think it is reloading the same info, and not the new info!! http://pssnet.com/~devone/ajqtable/summary351.html Regards, Nat On Apr 8, 3:50 am, Tony wrote: > Hello again, > Sorry missed that you have datatype as function. > The 2 should be just > > var x; > . > ondblClickRow:

[jQuery] Re: JQuery, JqGrid, and Ajax

2009-04-08 Thread Natkeeran L.K.
Hello Tony: I also tried your initial suggestion, it too does not display data. http://pssnet.com/~devone/ajqtable/summary39.html Regards, Nat jQuery(document).ready(function(){ jQuery("#list2").jqGrid({ url:'summary3.php?nd='+new Date().getTime(), datatype: "json", colNames:

[jQuery] Re: JQuery, JqGrid, and Ajax

2009-04-08 Thread Tony
Hello, Maybe you do not understand me. The definition jQuery("#list3").jqGrid({ ..}) should be outside of ondblClickRow. That is: jQuery(document).ready(function(){ //begin list2 grid var x; jQuery("#list2").jqGrid({ ... ondblClickRow: function(id){ var x = id; alert("You double click row

[jQuery] Re: JQuery, JqGrid, and Ajax

2009-04-08 Thread Natkeeran L.K.
Hello Tony: Thank you for the reply. I inserted like below. But, it does not load the data: http://pssnet.com/~devone/ajqtable/summary36.html. Just empty grid. I also tried to inserted like jQuery(#list3).trigger ("reloadGrid").jqGrid({no success. I just need the functionality, thus any

[jQuery] Re: JQuery, JqGrid, and Ajax

2009-04-08 Thread Tony
Hello again, Sorry missed that you have datatype as function. The 2 should be just var x; . ondblClickRow: function(id){ x =id; . jQuery("#list3").trigger("reloadGrid"); .. } On Apr 8, 10:43 am, Tony wrote: > Hello, > Basically jqGrid first check if the grid exists. > If the grid does n

[jQuery] Re: JQuery, JqGrid, and Ajax

2009-04-08 Thread Tony
Hello, Basically jqGrid first check if the grid exists. If the grid does not exists the plugin create the grid and data is populated. If the grid exists nothing is happen. In other words you try to call every time jqGrid on already created grid. To avoid this there are a lot of scenarious. 1. Creat

[jQuery] JQuery, JqGrid, and Ajax

2009-04-07 Thread Natkeeran L.K.
Hello: I am trying to develop a similar functionality as here:http:// koshersavings.ca/SelectItems.php When the user to clicks an row item, I want items to be loaded based on the selection, dynamically. I am trying to do the same, but using jqgrid, and ajax. The current code is here: (also no

[jQuery] jqGrid UI Theming

2009-03-16 Thread Tony
I'm glad to anounce the new release of jqGrid wich is fully integrated with UI Theming. This is not a final release, but I hope to finish it as soon as possible. The demo can be found here http://www.trirand.com/jqgrid35/jqgrid.html Any comments and recommendations can be posted here or here: htt

[jQuery] jqGrid - display a xml node attribute value in a cell

2009-03-11 Thread Arun Boppudi
I need to display a xml node attribute value in a cell. How can I do it using the xmlmap? I have XML like: 2 3 4 .. In the table's first cells I need to display Arun Boppudi, 2, 3, 4 values respectively.

[jQuery] JQGrid Grid as subgrid not calling server-side program

2009-03-04 Thread Chuk
I have been trying to get a grid as a subgrid to work for about a week now. When I click the plus sign in a row, I can see (via firebug) that the code relative to the subgrid gets run, but the server program doesn't. It's like it never calls the server-side program. If someone could take a look

[jQuery] JqGrid et ui.jquery ?

2009-02-25 Thread cv
Hello, This could be of interest to add the plugin JqGrid (http:// www.trirand.com/blog/) a ui.jquery:) for a perfect integration. because it lacks a UI MANAGEMENT SYSTEM Grid Do you add this type of a UI component?

[jQuery] jqGrid 3.4

2009-02-15 Thread Tony
Hello All, Happy to introduce the new version of jqGrid. All the new features and bug fixes can be found here http://www.secondpersonplural.ca/jqgriddocs/index.htm Be a sure to visit the demo page for the new features. http://trirand.com/jqgrid/jqgrid.html The jqGrid home page is here http://tri

[jQuery] $().jqGrid is not a function

2009-02-06 Thread Chuk
Hi. I'm making my first attempt at utilizing JQGrid with a CGIDEV2 application. When loading the page, I keep getting an error that says $("#results').jqGrid is not a function. Here's my JS: $(document).ready(function() { var columnNames = ['Product Group','Description','Turnover Rate','G

[jQuery] jqGrid with JSON - blank table?

2009-01-01 Thread MichaelW
Hi - New to JSON and new to jqGrid. I have successfully created a simple demo using XML. Took me about an hour (I'm slow). However, I struggled about 8 hrs to get the JSON version to work. In fact, I even removed the server-side JSON and used the embedded JSON string technique (as noted in the PDF

[jQuery] jqgrid: Expand single/all rows when subgrid is on

2008-12-24 Thread RedrikShuhart
Hi. First, it is a wonderful and very useful plugin that saved me lots of time! Thank you, Tony! Second, i couldn't find a way to expand a single row using a jqgrid method. Or maybe there is a undocumented feature that can expand/ collapse all the visible rows, that would be perfect! Anyway, I'm

[jQuery] jqGrid with web service of .net framwork

2008-12-19 Thread FrenchiINLA
Is there anyone who could work with jqGrid and web services in a asp.net project? I really try hard to just be able to call the method in my web service for no avail. I have the following in my html file: $(function() { $('#list').jqGrid({ url: 'Services/

[jQuery] jqGrid 3.3 version

2008-10-14 Thread Tony
Hello all, A new version of jqGrid is available. All the new features and bug fixes can be found here http://www.secondpersonplural.ca/jqgriddocs/index.htm Be a sure to visit the demo page for the new features. http://trirand.com/jqgrid/jqgrid.html The jqGrid home page is here http://trirand.com

[jQuery] jqgrid + json search example

2008-09-04 Thread drlinux
Hi boys, I'm trying to code some app. with jquery and jqgrid. Most of the app. is finished except search function. I can't get the datas from server when I want to search in my grids. Can anyone help me? Many thanks King Regards Ibrahim. Ps: I read the documentation. But i think i've problems

[jQuery] jqGrid inline edit - cannot save or cancel if only one row

2008-09-03 Thread Michael Nelson
Hello, jqGrid inline edit is working fine, unless there is only a single row returned from the database. In that case, neither enter nor escape or clicking elsewhere on the page will take that row out of edit mode. Any suggestions? thanks, Michael

[jQuery] jqGrid 3.2 version

2008-07-15 Thread Tony
The jqGrid 3.2 is finally out. This version is a big step forward and is primarily a bug fix release. Again with this there are some very usefull features and methods. You can view the full list of what was fixed and what is new here http://www.secondpersonplural.ca/jqgriddocs/index.htm Also check

[jQuery] jqGrid problem

2008-07-07 Thread aballard
I want to create a grid, whose cells show a pop-up window when clicked. I'm using jqGrid, and using jQuery to attach an onClick object to each cell (all the windows are different) after the grid has loaded. My question(s): 1: Is there an event or other way to tell when the grid has loaded? 2: Is

[jQuery] jqGrid and modal windows

2008-06-23 Thread oscarml
Hi to everybody, When I open a jqgrid inside a modal window and I use "search button", the "searching form" appears behind the modal windows where the jqgrid is placed. Is this possible to put in over it?

[jQuery] jqGrid save on leave

2008-06-18 Thread maryspt
hi is there any way to save the edited data without when user leaves the edit mode by selecting other row? i can't save last row on every onSelectRow, because it'd be called even when user clicked Escape last time

[jQuery] jQGrid Sample in Classic ASP

2008-05-28 Thread Nimrod
Hi, I found jQGrid very nice and useful. Can you provide samples in Classic ASP? Thanks, Nimrod

[jQuery] jqGrid Metadata

2008-05-08 Thread Sanjiv
Hi All, Is there a ready made solution for using jqGrid by querying column metadata from the server. I want to create a generic grid where the colModel and colNames are not fixed and are be created dynamically by querying the server. Thanks Sanjiv

[jQuery] jqGrid 3.1 version

2008-04-07 Thread Tony
Hi all, A new version of jqGrid is out. This is a bug fix release, but include a lot of useful features and methods. The full list of changes (release notes) can be found here: http://trirand.com/jqgrid/docs/ Demo page here: http://trirand.com/jqgrid/jqgrid.html Home page: http://www.trirand.com/b

[jQuery] jqGrid final preview

2008-03-07 Thread Tony
Hi all, At end I have done a lot of work to finalize the jqGrid. More information you can found here http://www.trirand.com/blog Note that this is not official release, since of missing documentation. I'm working hard on this and hope to finish the documentation at end of week. Enjoy Tony

[jQuery] jqGrid with SQL Server version

2008-02-11 Thread Web Specialist
Hi all. Tony, jqgrid creator, did a good job with that great plugin. Using LIMIT clause supported by MySQL is very easy for records pagination. Does anyone have a SQL Server 2000 version working with that plugin? Cheers

[jQuery] jqGrid - Latin1

2008-01-25 Thread Marcio Carvalho
How can I use JqGrid with special char? ex.: Pão, Melão, José Could someone help me ? by Marcio Carvalho

[jQuery] jqGrid... a few questions...

2008-01-22 Thread bryce4president
I noticed that the trirand site is down again this week. I downloaded the demos from the google code page, but they don't really work that well without the database behind it. You can see the code, and work with it, but you can't actually see what it does physically. That aside, one big questio

[jQuery] jqGrid update

2007-11-12 Thread Tony
Just now I have updated the jqGrid. The news are: - Row editing - From now jqGrid can accept XML and JSON data with arbitrary structure using a xmlReader and jsonReader. Demo at: http://trirand.com/jqgrid/jqgrid.html Just now I will work hard on documentation. Enjoy Tony

[jQuery] jqGrid new version

2007-10-07 Thread Tony
I have released a new version of jqGrid. Demo page here: http://trirand.com/jqgrid/jqgrid.html Home page: http://www.trirand.com/blog/ Enjoy.

[jQuery] jqgrid

2007-07-27 Thread sharq
Hi, i`ve wanted to use jqgrid on my page, but it looks like its too hard for me. My code for grid comes direct from http://trirand.com/jqgrid/jqgrid.html The problem is that script cant load table content and "Loading..." is still visible.. I dont really know how all that works, i didnt use php be

[jQuery] jqgrid and php

2007-05-24 Thread Tom Shafer
I am familiar with php but I am a little troubled by the params of jqgrid. What exactly is ths server side script supposded to look like when using this script. This is what I am using, but I know it isnt correct. My trouble comes from the page tags. -TJ \n"); include("admin/config.php"); $resu