[jQuery] Re: jqGrid 35.5 released

2009-08-11 Thread Brett Ryan
Hi Tony, somethings up with triand.com, it keeps reporting that the account has been banned! Hope all is okay, you've done some great work. -Brett On Aug 2, 5:23 am, Tony t...@trirand.com wrote: Happy to announce the final 3.5 release of jqGrid. New wiki Documentation

[jQuery] Re: jqGrid with c#

2009-08-05 Thread Fontzter
If you user a DAL like SubSonic many have a ToJson() function. This article might help. Maybe you could tweak it to return things in the jqGrid format. http://www.codeproject.com/KB/aspnet/ASPNET_DataTable_to_JSON.aspx I think a DAL or Linq or something else that handles paging is your best

[jQuery] Re: jqGrid 35.5 released

2009-08-03 Thread Jack Killpatrick
Really nice work, Tony! Looks like some very useful new features in this rev. - Jack Tony wrote: 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 :

[jQuery] Re: jqGrid 35.5 released

2009-08-01 Thread Tony
Hello, Sorry - the release is 3.5 Tony On Aug 1, 10:23 pm, Tony t...@trirand.com wrote: Happy to announce the final 3.5 release of jqGrid. New wiki Documentation athttp://www.trirand.com/jqgridwiki The demo athttp://www.trirand.com/jqgrid/jqgrid.html and final the home

[jQuery] Re: jqGrid 35.5 released

2009-08-01 Thread Charlie
Amazing work! I've used the beta 3.5 . Themeroller integration is very cool and the level of customization of jQgrid functionality is outstanding Tony wrote: Happy to announce the final 3.5 release of jqGrid. New wiki Documentation at http://www.trirand.com/jqgridwiki The demo at

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

2009-06-15 Thread Tony
Hello, As I see all work ok.What actually does not work? Regards Tony On Jun 14, 9:02 am, efet efetun...@gmail.com wrote: 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

[jQuery] Re: jQGrid Ajax search parameters- Top toolbar method

2009-06-15 Thread Tony
Hello, In this case the posted values are pairs name:value. The reason for this is that in this case we can have more than one value to be searchble. Regards Tony On May 28, 8:58 pm, Charlie charlie...@gmail.com wrote: usingjQGRidversion 3.4.4 I havejQGridworking great with several thousand

[jQuery] Re: jqGrid with an editable checkbox column

2009-06-01 Thread dev
Thanks. I created a custom formatter for checkbox column called checkboxFormatter(). - html head titlejqGrid - Custom

[jQuery] Re: jqGrid with an editable checkbox column

2009-06-01 Thread Numan Ahmed
* --- On Mon, 6/1/09, numan numan@gmail.com wrote: hello my friend how are u latest summer fashion hot fashion videos visit my websitehttp://www.fashioninfokit.com/*

[jQuery] Re: jqGrid with an editable checkbox column

2009-05-30 Thread Tony
Hello, One possible solution is to use custom formatter to add checkbox and bind evens to it Best Regards Tony On May 30, 6:19 am, dev java_mail_l...@yahoo.com wrote: 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

[jQuery] Re: JQGrid...Delete Button?

2009-05-15 Thread Tony
Hello, Currently It is not possible to put the add/edit/delete in one form. Regards Tony On May 15, 12:01 am, Rick Dwyer rdw...@quick-link.com wrote: Hello List. Playing around with jqgrid and the documentation describes the   implementation of bSubmit and a bCancel button. However, how

[jQuery] Re: JQGrid...Delete Button?

2009-05-15 Thread Rick Dwyer
On May 15, 2009, at 6:49 AM, Tony wrote: Hello, Currently It is not possible to put the add/edit/delete in one form. That's going to be problematic. Thank you though for clarifying. --Rick Regards Tony On May 15, 12:01 am, Rick Dwyer rdw...@quick-link.com wrote: Hello

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

2009-04-23 Thread Natkeeran L.K.
Thanks...I got it.. I was overwriting the default data with editdata{} function. Regards, Nat On Apr 22, 2:34 pm, Natkeeran L.K. natkee...@gmail.com wrote: It loads the field names instead of values into the db Regards, Nat On Apr 22, 2:26 pm, NatkeeranL.K. natkee...@gmail.com

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

2009-04-22 Thread Tony
Hello, FireFox console reported a error: jQuery(a).jqDrag is not a function This means that you do not have loaded: 1. jqModal.js 2. jqDnR.js 3. jqModal.css Load these files in your head section Regards Tony On Apr 22, 8:32 pm, Natkeeran L.K. natkee...@gmail.com wrote: Hello: I am using

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

2009-04-22 Thread Natkeeran L.K.
Hello Tony: Thanks for reply. Loaded those to the header: http://pssnet.com/~devone/ajqtable/editgrid2.html When clicked over it,the form automatically closes it. Regards, Nat On Apr 22, 1:43 pm, Tony t...@trirand.com wrote: Hello, FireFox console reported a error: jQuery(a).jqDrag is not

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

2009-04-22 Thread Natkeeran L.K.
Actually, it does not load it the db http://pssnet.com/~devone/ajqtable/editgrid2.html include(dbc.php); $var1 = $_POST['service_id']; $var2 = $_POST['name']; //$var1 = abc; //$var2 = xyz; mysql_query(INSERT INTO testwrite (service_id, name) VALUES('$var1', '$var2') ) or

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

2009-04-22 Thread Natkeeran L.K.
It loads the field names instead of values into the db Regards, Nat On Apr 22, 2:26 pm, Natkeeran L.K. natkee...@gmail.com wrote: Actually, it does not load it the db http://pssnet.com/~devone/ajqtable/editgrid2.html include(dbc.php); $var1 = $_POST['service_id']; $var2 =

[jQuery] Re: JQGrid .setGridParam() causing error

2009-04-11 Thread victorg
$(#results).setGridParam is not a function This usually means that #results cannot be find in the DOM, are you sure this is the correct element? Else i wouldn't know unless you supply a bit more of your source code. On Apr 10, 9:05 pm, Chuk violinssoundc...@gmail.com wrote: Hi.  I'm

[jQuery] Re: jqGrid UI Theming

2009-03-17 Thread Tony
Thanks Richard Thanks Rey, I think that jQuery UI have a great potencial to be one of the best js library. Converting jqGrid to UI Theming is my little contribution Best Regards Tony On Mar 17, 12:13 am, Rey Bango r...@iambright.com wrote: Thank you for doing this Tony. Not only are you

[jQuery] Re: jqGrid UI Theming

2009-03-17 Thread W
Wow ..., it's awesome !! Thanks for the sharing Tony ... Warm Regards, Wildan On Tue, Mar 17, 2009 at 3:10 PM, Tony t...@trirand.com wrote: Thanks Richard Thanks Rey, I think that jQuery UI have a great potencial to be one of the best js library. Converting jqGrid to UI Theming is my

[jQuery] Re: jqGrid UI Theming

2009-03-17 Thread Diego Desani
Great Job... =) On Mar 16, 8:57 am, Tony t...@trirand.com wrote: 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

[jQuery] Re: jqGrid UI Theming

2009-03-16 Thread Richard D. Worth
Great job. I love your use of the ThemeSwitcher, and also the jQuery UI Tabs plugin to present all your demos. I've just started looking, but am anxious to play with all these. Thanks. - Richard On Mon, Mar 16, 2009 at 9:57 AM, Tony t...@trirand.com wrote: I'm glad to anounce the new release

[jQuery] Re: jqGrid UI Theming

2009-03-16 Thread Rey Bango
Thank you for doing this Tony. Not only are you supporting the jQuery project with a great grid control but you're also going through great lengths to ensure integration with jQuery UI. You're a great project supporter. Thanks, Rey jQuery Team Tony wrote: I'm glad to anounce the new

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

2009-03-13 Thread Tony
Hello, Currently it is not possible to read data from xml attribute. Regards Tony On Mar 11, 4:14 pm, Arun Boppudi arunkumar.bopp...@gmail.com wrote: I need to display a xml node attribute value in a cell. How can I do it using the xmlmap? I have XML like: rows    row       cell1  

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

2009-03-05 Thread Chuk
I'm thinking that the problem might be in what external scripts I'm linking to. When I'm utilizing grid as subgrid, should I include anything other than JQGrid/js/grid.subgrid.js?

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

2009-03-05 Thread Chuk
I'm thinking that the problem might be in what external scripts I'm linking to. When I'm utilizing grid as subgrid, should I include anything other than JQGrid/js/grid.subgrid.js?

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

2009-02-06 Thread James
Try making sure your path configuration is correct in jquery.jqGrid.js. I'm not sure what the path is suppose to be relative to (probably your calling page), but try out different ones. On Feb 6, 9:09 am, Chuk violinssoundc...@gmail.com wrote: Hi.  I'm making my first attempt at utilizing

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

2009-02-06 Thread Chuk
I had been messing around with the paths but couldn't seem to get it to work. However, when you open JQuery.JQGrid.js, you see that one of the first lines is var pathtojsfiles = js/; // need to be adjusted When I changed js/ to point to all of the other Javascript files associated with JQGrid,

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

2009-02-06 Thread Chuk
I had been messing around with the paths but couldn't seem to get it to work. However, when you open JQuery.JQGrid.js, you see that one of the first lines is var pathtojsfiles = js/; // need to be adjusted When I changed js/ to point to all of the other Javascript files associated with JQGrid,

[jQuery] Re: jqGrid final preview

2009-01-29 Thread Tony
Hello, There is such file (all in one), but they is provided only with a stable releases. Until jqGrid is in beta there will be no such distribution Best Regards Tony On Jan 28, 7:00 pm, runxc1 bretferri...@yahoo.com wrote: Tony  I really like yourjqGridas far as how it works and the excellent

[jQuery] Re: jqGrid final preview

2009-01-29 Thread Tony
Hello, Forgot to tell you - ajax loading of the js files is only for IE browsers On Jan 29, 1:44 pm, Tony t...@trirand.com wrote: Hello, There is such file (all in one), but they is provided only with a stable releases. Until jqGrid is in beta there will be no such distribution Best

[jQuery] Re: jqGrid final preview

2009-01-28 Thread runxc1
Tony I really like your jqGrid as far as how it works and the excellent documentation and the quick support of jquery 1.3.1. I do have one issue however that keeps me using flexigrid (even though it has errors). The largest deterrent for me is the fact that jqGrid uses 10+ seperate

[jQuery] Re: jqGrid with JSON - blank table?

2009-01-08 Thread waiting
You can alse try use Array stead of string,such as (in PHP format): include_once 'include/JSON.php'; /* * @category * @package Services_JSON * @author Michal Migurski mike-j...@teczno.com * @author Matt Knapp mdknapp[at]gmail[dot]com * @author Brett Stimmerman

[jQuery] Re: jqGrid with web service of .net framwork

2008-12-22 Thread Tony
Hello, To call web service in jqGrid you should implement datatype as function. To have idea haw can be done, go into the demonstartion page and look at New in version 3.3 - Data type as function. Hope this helps Best Regards Tony On Dec 19, 8:35 pm, FrenchiINLA mamali.sohe...@gmail.com wrote:

[jQuery] Re: jqGrid Metadata

2008-12-12 Thread CarmelFrank
Sanjiv, It has been a few months since you made this post, but I have come up with a method to create the colNames and colModel dynamically. Here's an example of how to do it in JavaScript: var NameList = new Array(); NameList.push('Id'); NameList.push('Name');

[jQuery] Re: jqGrid 3.3 version

2008-10-26 Thread hosoft
hi,I can't connect to http://trirand.com/blog. could you send me a copy of jqgrid to me? my email is [EMAIL PROTECTED] thank you. you do a great job.

[jQuery] Re: jqGrid 3.3 version

2008-10-17 Thread Tony
Hello, You can use the new custom filter feature. The groups GroupA, B ... can be obtained via separate ajax request from the db. Also refer to docs for this purpose. Regards On Oct 15, 9:29 pm, patrick davey [EMAIL PROTECTED] wrote: Hi Tony, Very nicely done - will definitely take a look at

[jQuery] Re: jqGrid 3.3 version

2008-10-15 Thread patrick davey
Hi Tony, Very nicely done - will definitely take a look at it. Is there a plan to add filtering too? For example, I do a search which returns 3000 records (say split over GroupA,GroupB,GroupC etc). Now, if I want to filter on just GroupA (say 500 records) and then return just that info in

[jQuery] Re: jqGrid 3.3 version

2008-10-14 Thread Benjamin Sterling
Tony, I really must say that that is a beautiful piece of work; I don't have a need for it right now but be sure that I have bookmarked and passed your url on to other devs. On Tue, Oct 14, 2008 at 2:59 PM, Tony [EMAIL PROTECTED] wrote: Hello all, A new version of jqGrid is available. All

[jQuery] Re: jqGrid 3.3 version

2008-10-14 Thread Chris Jordan
Yeah, wow! I'm definitely bookmarking that! Very nicely done! Chris On Tue, Oct 14, 2008 at 2:08 PM, Benjamin Sterling [EMAIL PROTECTED] wrote: Tony, I really must say that that is a beautiful piece of work; I don't have a need for it right now but be sure that I have bookmarked and passed

[jQuery] Re: jqGrid 3.3 version

2008-10-14 Thread Rey Bango
Wow Tony! Just WOW! :D Rey... Tony wrote: 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

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

2008-09-08 Thread nelsonmichael
Thanks Tony, that seems to work. I also switched to using the double click handler and cleared the last selected value if they double click the same row to save their changes. ondblClickRow: function(id) { if (id) { var grid = jQuery('#grid'); if(id !== lastsel) {

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

2008-09-04 Thread Tony
Hello, I do not think so. This behavior is from a onSelectRow event. In the example page it check for the current and last selected row. If you have only one row this is really true. To overcome this we should change a logic in onSelectRow something like: var last_selected_row; onSelectRow

[jQuery] Re: jqGrid 3.2 version

2008-07-15 Thread phipps_73
Great work Tony! Just upgraded from 3.2rc and working well with the updated params. Cheers, Dave On Jul 15, 3:06 pm, Tony [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jqGrid problem

2008-07-13 Thread Tony
1: Is there an event or other way to tell when the grid has loaded? There is such event - loadComplete, but in the upcoming release there is another gridComplete. 2: Is there a better way to do this? Currently no Regards Tony On Jul 8, 12:17 am, aballard [EMAIL PROTECTED] wrote: I want to

[jQuery] Re: jqGrid and modal windows

2008-06-30 Thread oscarml
Ok, I'll try it. Thank you for your very quick answer! On 24 jun, 15:43, Tony [EMAIL PROTECTED] wrote: Aha here is the problem. You openjqGridinmodalwindow. You use the navigator. The navigator create anothermodalwindow for the search form. Thus there is a problem with a z-index. To solve

[jQuery] Re: jqGrid and modal windows

2008-06-24 Thread oscarml
Hi, thanks for answering. It happens in IE6/7 and FF, and I don´t use autocomplete (at moment). I'm using jqModal to open the grid in a modal window. I have half-fixed it putting some top and left to the searchbox, but it's not very smart.Any idea? On 23 jun, 18:53, Tony [EMAIL PROTECTED]

[jQuery] Re: jqGrid and modal windows

2008-06-24 Thread Tony
Aha here is the problem. You open jqGrid in modal window. You use the navigator. The navigator create another modal window for the search form. Thus there is a problem with a z-index. To solve the problem set the div where the jqGrid is created and set a z-index for this div something like to

[jQuery] Re: jqGrid and modal windows

2008-06-23 Thread Tony
Could you please give me a more information? Is this only in IE6/7 - Do you use other plugins - something like autocomplete? Regards Tony On 23 Юни, 19:30, oscarml [EMAIL PROTECTED] wrote: Hi to everybody, When I open a jqgrid inside a modal window and I use search button, the searching form

[jQuery] Re: jQGrid Sample in Classic ASP

2008-05-29 Thread Tony
I never work with ASP, but if you known a little PHP you have an Idea how to do that with ASP. If you have success with this it will be good to send me example, so that other users will be happy with this Regards Tony On May 29, 5:03 am, Nimrod [EMAIL PROTECTED] wrote: Hi, I found jQGrid

[jQuery] Re: jqGrid Metadata

2008-05-10 Thread Tony
Sanjiv, Currently this is not possible, but you can implement the trick to parse the data before constructing the grid - i.e. make you own request - grab the needed data for the colModel and colNames and after success construct the grid. Of course this is not applicable if every request contain

[jQuery] Re: jqGrid Metadata

2008-05-10 Thread Sanjiv
Hi Tony, Thanks a lot for your reply. . make you own request - grab the needed data for the colModel and colNames and after success construct the grid. Of course this is not applicable if every request contain different models. But, that is what is needed in my current project. This

[jQuery] Re: jqGrid 3.1 version

2008-04-17 Thread matt.payne
Is there a supported way of hyperlinking data? I would like to click into a sub page using an id of one of the columns. Seems like like support for this should be built in. Just curious, Matt Tony-109 wrote: Hi all, A new version of jqGrid is out. This is a bug fix release, but

[jQuery] Re: jqGrid 3.1 version

2008-04-07 Thread Alexandre Plennevaux
that's impressive ! On Mon, Apr 7, 2008 at 11:50 AM, Tony [EMAIL PROTECTED] wrote: 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:

[jQuery] Re: jqGrid final preview

2008-03-08 Thread Tony
@Rey You can view the correction of the scroll bar in the same place :) @Kaare Thank you for pointing me of the typo. It is corrected. As for the UI integration I'm not sure, but maybe in a near time there will be UI grid. If this is not done I'm ready to integrate only the basic grid into UI.

[jQuery] Re: jqGrid final preview

2008-03-08 Thread Karl Swedberg
Hi Tony, I finally had a chance to look at your plugin. Wow! Fantastic job! I hope to have the chance to use it in a future project. Cheers, --Karl _ Karl Swedberg www.englishrules.com www.learningjquery.com On Mar 8, 2008, at 10:35 AM, Tony wrote: @Rey You can view

[jQuery] Re: jqGrid final preview

2008-03-08 Thread Rey Bango
All I can say is WOW. Amazing job Tony. It looks clean and functions perfectly. And it looks great in both IE and FF. Excellent work. Rey... Tony wrote: @Rey You can view the correction of the scroll bar in the same place :) @Kaare Thank you for pointing me of the typo. It is corrected.

[jQuery] Re: jqGrid final preview

2008-03-08 Thread Rey Bango
Tony, One last suggestion. You should consider making a download that includes the src, demos, and documentation in one file. The downloads page is a little confusing in what you're actually getting. An option might be: jQuery Grid Plugin v3.0 Final - Full (Zip w/ js, images, css, demos)

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Tony
Sorry, Forgot to give a link to the new demos http://www.trirand.com/gridpreview/jqgrid.html See the new Live Data manipulation examples Tony On Mar 7, 11:07 am, Tony [EMAIL PROTECTED] wrote: Hi all, At end I have done a lot of work to finalize the jqGrid. More information you can found

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Matthieu BARBE
Nice job Tony, i like jqGrid ! Matthieu 2008/3/7, Tony [EMAIL PROTECTED]: Sorry, Forgot to give a link to the new demos http://www.trirand.com/gridpreview/jqgrid.html See the new Live Data manipulation examples Tony On Mar 7, 11:07 am, Tony [EMAIL PROTECTED] wrote: Hi all, At end

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Rey Bango
Looks good Tony. The only issue I can see the at the moment is that the nav buttons at the bottom act oddly when hovered over. It happens only in the following example: http://trirand.com/jqgrid/example.html It must be a CSS thing. Rey Tony wrote: Hi all, At end I have done a lot of

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Rey Bango
Another thing. Is there a way to make the scrollbar fit within the control itself? Currently, it sits out to the right and, IMO, seems a little out of place just floating there. Rey... Tony wrote: Hi all, At end I have done a lot of work to finalize the jqGrid. More information you can

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Tony
Rey, Thank you again for the note. I forgot to update the link in the new demo. Now all should work ok. As for the scrolling - yes you have right it sits out and look not good. Let me do something for this. Regards Tony On Mar 7, 3:51 pm, Rey Bango [EMAIL PROTECTED] wrote: Looks good Tony. The

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Leanan
I have to say good job! I really like what I see. This looks like it might be exactly the type of thing I need...

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Leanan
Hmm, I only have one thing I'm not sure I like: it looks like all the sorting is done on the backend? Do I have to write my own sort routines then? Are there any plans to integrate it with tablesorter, or to have sorting like tablesorter (client side, not server side)?

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Tony
Leanan, Grid support client side sorting. Maybe it is not good documented - (see array data example - here we have client side sorting), but i hope that this will be done in the new documentation. Regards Tony On Mar 7, 5:45 pm, Leanan [EMAIL PROTECTED] wrote: Hmm, I only have one thing I'm

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Collin Allen
Wow, this plugin is quite impressive! Nice job!

[jQuery] Re: jqGrid final preview

2008-03-07 Thread Leanan
I stand corrected, Tony. Fantastic! Thank you for the clarification. That'll teach me to be eager.

[jQuery] Re: jqGrid final preview

2008-03-07 Thread jquertil
/* rant */ oh man, lemme tell you something... cross-browser display for scrolling grids is a NIGHTMARE. either you end up doing a zliilion lines of old-school JS coding to get the table rewritten on the fly, which slows down rendering-time a LOT, or you end up loosing column header alignment,

[jQuery] Re: jqGrid with SQL Server version

2008-02-11 Thread Tony
Maybe a good start can be here: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnpag/html/scalenethowto05.asp Personally I use adodb ( http://adodb.sf.net ) with php. In this case you do not care about what of SQL do you use. Regards Tony On Feb 11, 3:51 pm, Web Specialist

[jQuery] Re: jqGrid - Latin1

2008-02-01 Thread Tony
jqGrid does not depend on the returned data. To be more specific - if you want to see Latin1 chars you should pay attention of: 1. what you set in the encoding in the html - i.e meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 / 2. the database encoding should be the same. (if

[jQuery] Re: jqGrid - Latin1

2008-02-01 Thread Marcio Carvalho
Hi Tony! We had find an alternative way to solve the problem, I already the help you have given us. Below follows the Class Jason with the solution: class JASON method encode($var) mb_convert_encoding($var, HTML-ENTITIES) Congratulation for your job !!! 2008/2/1, Tony [EMAIL PROTECTED]:

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

2008-01-22 Thread Rey Bango
Tony, You should chat w/ John about placing jqGrid related docs in the SVN repo for plugins so that its always available. Rey Tony wrote: Hi Bryce, Thanks for the feedback about the site. I think, that I will change the ISP in the near future. Now about the grid. Grid is independent from

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

2008-01-22 Thread Tony
Hi Bryce, Thanks for the feedback about the site. I think, that I will change the ISP in the near future. Now about the grid. Grid is independent from the backend. Since I known only PHP and not .NET, ASP ... , so I can not help you with writing the script when you construct the JSON data, but

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

2008-01-22 Thread Tony
I will do that Rey. Thanks On Jan 22, 9:04 pm, Rey Bango [EMAIL PROTECTED] wrote: Tony, You should chat w/ John about placing jqGrid related docs in the SVN repo for plugins so that its always available. Rey Tony wrote: Hi Bryce, Thanks for the feedback about the site. I think,

[jQuery] Re: jqGrid update

2007-11-14 Thread Jean
and the client side sorter? On Nov 13, 2007 11:10 AM, Tony [EMAIL PROTECTED] wrote: Ryura, Yes there is solution for this. Please check the JSON SubGrid example - you can pass parameters from master grid. Regards Tony On 13 Ноем, 01:51, Ryura [EMAIL PROTECTED] wrote: Wonderful, these

[jQuery] Re: jqGrid update

2007-11-14 Thread Tony
Jean, There is a client side sorting. Please check the demo page. Regards Tony On 14 Ноем, 17:30, Jean [EMAIL PROTECTED] wrote: and the client side sorter? On Nov 13, 2007 11:10 AM, Tony [EMAIL PROTECTED] wrote: Ryura, Yes there is solution for this. Please check the JSON SubGrid

[jQuery] Re: jqGrid update

2007-11-13 Thread Tony
Rey, Cloudream, Steve, Thanks :) I must work on documentation - which will be done next week (I hope) Regards On 12 Ноем, 22:43, Steve Brownlee [EMAIL PROTECTED] wrote: Fantastic job, Tony. I already know where I can use this. On Nov 12, 5:59 am, Tony [EMAIL PROTECTED] wrote: Just now

[jQuery] Re: jqGrid update

2007-11-13 Thread David
Tony it's super super. I think on column client it's possible show combobox?? On Nov 12, 1:59 pm, Tony [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jqGrid update

2007-11-13 Thread Tony
David, Three controls are planed to the final release - textarea, check box and list(combo) box. The first two are easy to implement - only the list box require additinal code. Regards Tony On 13 Ноем, 14:59, David [EMAIL PROTECTED] wrote: Tony it's super super. I think on column client it's

[jQuery] Re: jqGrid update

2007-11-13 Thread Ryura
Wonderful, these client side editing features will be incredibly helpful. Any status on the subgrid suggestion I made (allow you to compare any two columns instead of just id=)? On Nov 12, 3:43 pm, Steve Brownlee [EMAIL PROTECTED] wrote: Fantastic job, Tony. I already know where I can use

[jQuery] Re: jqGrid update

2007-11-13 Thread Tony
Ryura, Yes there is solution for this. Please check the JSON SubGrid example - you can pass parameters from master grid. Regards Tony On 13 Ноем, 01:51, Ryura [EMAIL PROTECTED] wrote: Wonderful, these client side editing features will be incredibly helpful. Any status on the subgrid

[jQuery] Re: jqGrid update

2007-11-12 Thread Rey Bango
This looks AWESOME Tony! :) Tony wrote: 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

[jQuery] Re: jqGrid update

2007-11-12 Thread Cloudream
one of greatest useful plugins ^-^ On Nov 12, 7:59 pm, Tony [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jqGrid update

2007-11-12 Thread Steve Brownlee
Fantastic job, Tony. I already know where I can use this. On Nov 12, 5:59 am, Tony [EMAIL PROTECTED] wrote: 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

[jQuery] Re: jqGrid update

2007-10-27 Thread Tony
Ryura, Good idea - now I will try to add another parameter to the subgrid where we can choice which columns should be passed to the subgrid url Regards Tony On 26 Окт, 16:54, Ryura [EMAIL PROTECTED] wrote: Another great update. I've been working with subgrids now, and everything seems very

[jQuery] Re: jqGrid new version

2007-10-23 Thread Tony
Ryura, It is a choice of developer. You can do that at server side using PHP(in this case) and at client side using the methods of jqGrid. I have updated the grid and you can find a couple of methods to do that. If you want you can view the new methods. Regards Tony On 22 Окт, 23:20, Ryura

[jQuery] Re: jqGrid update

2007-10-23 Thread Ashish Agrawal
This is awesome. good work. On Oct 24, 12:18 am, Tony [EMAIL PROTECTED] wrote: Hi all, I have updated the jqGrid. If someone has interest, can see the new thinks here: http://trirand.com/jqgrid/jqgrid.html Enjoy Tony

[jQuery] Re: jqGrid new version

2007-10-22 Thread Andrea - Aosta
Hello: very good work... one info: it is not possible to get the data with a POST ... in the example all are set for a GEt method // get the requested page $page = $_GET['page']; // get how many rows we want to have into the grid // rowNum parameter in the grid $limit = $_GET['rows']; // get

[jQuery] Re: jqGrid new version

2007-10-22 Thread Tony
It can be done. In this case you need to edit code and to change the ajax call type from GET to POST - i.e: $.ajax({ url: ts.p.url,type:POST,dataType:xml,data :...). If you use JSON you need to change $.getJSON with $.ajax the same way, but do not forget to eval the response with eval. If you

[jQuery] Re: jqGrid new version

2007-10-22 Thread Ryura
Thanks Tony. I realized I had forgotten to comment the JSON lines that needed to be commented, and also the Javascript was looking for server.php when it was really example.php. It seems to be working fine now! Great job on everything. This is by far one of the best jQuery plugins yet. I'm not

[jQuery] Re: jqGrid new version

2007-10-20 Thread Ryura
Tony, I can't seem to get jqGrid to work. I've looked at all the examples but I must be missing something somewhere. I would appreciate if you would take a look at my PHP. include(dbconfig.php); include(JSON.php); $json = new Services_JSON(); $examp = $_GET[q]; $page = $_GET['page'];

[jQuery] Re: jqGrid new version

2007-10-19 Thread Tony
ads_german, In the demo page (Examples) I have write a step by step example and a easy way of creating json data using PHP. Look on every example - there is a detailed code. Regards Tony On 18 Окт, 16:17, ads_german [EMAIL PROTECTED] wrote: ads_german wrote: I am using php to return a json

[jQuery] Re: jqGrid new version

2007-10-18 Thread ads_german
Hi Tony, First of all, I'd like to say this is a great plugin! I am using jqGrid with a json data source, and upon load, the tableheader and pager div appear, but no rows are rendered, and the Loading message stays visible (so Ijust see an empty table and the loading message). Ther are no

[jQuery] Re: jqGrid new version

2007-10-18 Thread ads_german
ads_german wrote: I am using php to return a json dataset, and have double checked that the json returned is valid (which it appears to be). Hmm, Seems that json that looked valid must have had some errors in it somewhere - I tried populating the grid via local and xml data and

[jQuery] Re: jqDynTabs (was Re: [jQuery] Re: jqGrid new version)

2007-10-17 Thread Tony
Jack, I will publish it as soon as possible. The plugin need to be refined (better CSS). It can work with 1.2 version of jQuery. Regards Tony On 16 Окт, 23:18, Jack Killpatrick [EMAIL PROTECTED] wrote: Hi Tony, I am interested, for a few reasons: 1. I like the way tabs can be added/removed

[jQuery] Re: jqDynTabs (was Re: [jQuery] Re: jqGrid new version)

2007-10-17 Thread Jack Killpatrick
Hi Tony, Thanks! By the way, to clarifyone of the reasons it was attractive to me was that it was running on a version of jquery *before* 1.2. The sites I'd be using it with are all running 1.1.x and will not be moving to 1.2 any time soon, so having it *not* require 1.2 would be a

[jQuery] Re: jqGrid new version

2007-10-16 Thread Tony
Jiming, I have updated the plugin so that in multi select mode we can use SHIFT or CTRL or ALT keys. It will be available in the final release Tony On 9 Окт, 05:02, Jiming [EMAIL PROTECTED] wrote: Hi Tony, Great job, thanks! May I suggest that in multiselect, support SHIFT and CTRL, just

[jQuery] Re: jqGrid new version

2007-10-16 Thread Jack Killpatrick
Nice work, Tony! While looking at the demos I also noticed the dynamic tabs. Looking at the source, it looks like that might be a project of yours, too. Is there any documentation on that? List of known issues, maybe? Thanks, Jack Tony wrote: I have released a new version of jqGrid. Demo

[jQuery] Re: jqGrid new version

2007-10-16 Thread David
Tony , in the future it's possible support cell editing.? On Oct 16, 7:28 pm, Tony [EMAIL PROTECTED] wrote: David, Sorry, jqGrid does not support cell editing. On 13 Окт, 20:20, David [EMAIL PROTECTED] wrote: Tony it's possible update one cell (that input text or combo select) from

  1   2   >