My favorites | Sign in
Project Home Downloads Wiki Issues Source
Details: Show all Hide all

Last 30 days

  • Jan 24, 2012
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page commented on by oldra...@gmail.com   -   "Is there any method to reload the ingrid when the child window makes any changes" I just found that to reload the grid, you have to fire this function: mygrid1.g.p.setPage($('.grid-page-input').val()); assuming that mygrid1 is variable assigned from $('#table1').ingrid(); initialization and $('.grid-page-input').val() is the grid's current paging number it works for me :-)
    "Is there any method to reload the ingrid when the child window makes any changes" I just found that to reload the grid, you have to fire this function: mygrid1.g.p.setPage($('.grid-page-input').val()); assuming that mygrid1 is variable assigned from $('#table1').ingrid(); initialization and $('.grid-page-input').val() is the grid's current paging number it works for me :-)

Older

  • Nov 15, 2011
    issue 17 (Rearrange columns of Ingrid Datagrid via Drag and Drop?) reported by dcme...@gmail.com   -   How to rearrange columns in Ingrid Datagrid via Drag and Drop?
    How to rearrange columns in Ingrid Datagrid via Drag and Drop?
  • Nov 15, 2011
    issue 16 (Rearrange columns of Ingrid Datagrid via Drag and Drop?) reported by dcme...@gmail.com   -   How to rearrange columns in Ingrid Datagrid via Drag and Drop?
    How to rearrange columns in Ingrid Datagrid via Drag and Drop?
  • Oct 17, 2011
    issue 15 (rowSelectedClass applied to ALL rows on resort) commented on by p...@inventrol.com   -   nevermind - worked out why. You have to ensure that you have a unique id present in your <tr> for selected row id to be stored correctly in the array and maintained across page sorting/paging.
    nevermind - worked out why. You have to ensure that you have a unique id present in your <tr> for selected row id to be stored correctly in the array and maintained across page sorting/paging.
  • Oct 17, 2011
    issue 15 (rowSelectedClass applied to ALL rows on resort) reported by p...@inventrol.com   -   What steps will reproduce the problem? 1. select any row in a dynamically created grid 2. resort the grid using any column What is the expected output? What do you see instead? Expected output: resorted grid with selected row highlighted in red. Actual output: all rows in the grid are now styled as selected (red) What version of the product are you using? On what operating system? Tested this with .9.8.js and with .9.9-min.js and got the same result. Running on Windows Server 2k3. Please provide any additional information below. Even if I add an id to the tr output I still can't get the js to track selected rows correctly. This issue is present in the downloaded index.php/data.php sample too, however, it is NOT present in the online demo: http://reconstrukt.com/ingrid/src/example1.html
    What steps will reproduce the problem? 1. select any row in a dynamically created grid 2. resort the grid using any column What is the expected output? What do you see instead? Expected output: resorted grid with selected row highlighted in red. Actual output: all rows in the grid are now styled as selected (red) What version of the product are you using? On what operating system? Tested this with .9.8.js and with .9.9-min.js and got the same result. Running on Windows Server 2k3. Please provide any additional information below. Even if I add an id to the tr output I still can't get the js to track selected rows correctly. This issue is present in the downloaded index.php/data.php sample too, however, it is NOT present in the online demo: http://reconstrukt.com/ingrid/src/example1.html
  • Oct 13, 2011
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page commented on by chitwar...@gmail.com   -   thanks,been looking for this set of method,nice plugin
    thanks,been looking for this set of method,nice plugin
  • Oct 12, 2011
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page commented on by p...@inventrol.com   -   how do I get a dynamic record count? Session on the server page is always out of sync.
    how do I get a dynamic record count? Session on the server page is always out of sync.
  • Aug 25, 2011
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page commented on by kjeqv...@gmail.com   -   Is there any way to right-align the header text?
    Is there any way to right-align the header text?
  • Aug 15, 2011
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page commented on by smitha.m...@gmail.com   -   Is there any method to reload the ingrid when the child window makes any changes
    Is there any method to reload the ingrid when the child window makes any changes
  • Aug 08, 2011
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page commented on by jonata...@gmail.com   -   Thanks! :) There are more examples to understand the use of the parameters?
    Thanks! :) There are more examples to understand the use of the parameters?
  • Jul 14, 2011
    issue 14 (some bugs and idea) reported by guotao...@gmail.com   -   Hi! there are some bugs and idea with this plug 1. the json data type doesn't work. 2. when I jump to the last page, the "Viewing Rows...." on the toolbar display error, I checked the source, the _start should be totr * (page - 1) + 1, the _end is same. 3. the table header is ugly in chrome 4. i think there is should have a such mode that we can only select one row. actually, i have done it My version is 0.9.3 Sorry for my pool english Tao
    Hi! there are some bugs and idea with this plug 1. the json data type doesn't work. 2. when I jump to the last page, the "Viewing Rows...." on the toolbar display error, I checked the source, the _start should be totr * (page - 1) + 1, the _end is same. 3. the table header is ugly in chrome 4. i think there is should have a such mode that we can only select one row. actually, i have done it My version is 0.9.3 Sorry for my pool english Tao
  • Jun 27, 2011
    jquery.ingrid-0.9.9-min.js (ingrid-0.9.9) file uploaded by patrice....@gmail.com   -  
    Labels: Featured
    Labels: Featured
  • Jun 27, 2011
    issue 13 (Error displayed loading and return result) Status changed by patrice....@gmail.com   -   see 0.9.9
    Status: Fixed
    see 0.9.9
    Status: Fixed
  • Jun 27, 2011
    r24 (v0.9.9 fixes bugs for mode "paging: false") committed by patrice....@gmail.com   -   v0.9.9 fixes bugs for mode "paging: false"
    v0.9.9 fixes bugs for mode "paging: false"
  • Jun 27, 2011
    issue 13 (Error displayed loading and return result) reported by Lejeune...@gmail.com   -   When I use "ingrid 0.9.8" I get an error loading the page: pv is undefined pv.html ("No result found."); However, this error does not prevent proper operation. Actually this error appears if no results are returned. Another problem occurs when you are doing a query with an external file, if the results are found, the "div" with the loading bar is displayed and this error appears: pv is undefined pv.updateViewInfo (totr, data.page);
    When I use "ingrid 0.9.8" I get an error loading the page: pv is undefined pv.html ("No result found."); However, this error does not prevent proper operation. Actually this error appears if no results are returned. Another problem occurs when you are doing a query with an external file, if the results are found, the "div" with the loading bar is displayed and this error appears: pv is undefined pv.updateViewInfo (totr, data.page);
  • Jun 24, 2011
    jquery.ingrid-0.9.8-min.js (ingrid-0.9.8-min) file uploaded by patrice....@gmail.com   -  
    Labels: Featured
    Labels: Featured
  • Jun 24, 2011
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page edited by patrice....@gmail.com   -   Revision r23 Edited wiki page Parameters through web user interface.
    Revision r23 Edited wiki page Parameters through web user interface.
  • Jun 24, 2011
    jquery.ingrid-0.9.8.js (ingrid-0.9.8) file uploaded by patrice....@gmail.com   -  
    Labels: Featured
    Labels: Featured
  • Jun 24, 2011
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page edited by patrice....@gmail.com   -   Revision r22 Edited wiki page Parameters through web user interface.
    Revision r22 Edited wiki page Parameters through web user interface.
  • Jun 24, 2011
    Parameters (List of parameters for Ingrid 0.9.8) Wiki page added by patrice....@gmail.com   -   Revision r21 Created wiki page for configuration
    Revision r21 Created wiki page for configuration
  • Jun 24, 2011
    r20 (v0.9.8 fixes bugs for mode "paging: false") committed by patrice....@gmail.com   -   v0.9.8 fixes bugs for mode "paging: false"
    v0.9.8 fixes bugs for mode "paging: false"
  • Jun 23, 2011
    issue 2 (add filter functionality) commented on by Lejeune...@gmail.com   -   can you give an example? I try the new version ingrid but nothing works, the data do not appear in the table and there is an error with "IS NOT pload function". I would use a text field and the query runs again when I write in the fields and that the table will update. It's been several hours I'm looking for how to do this
    can you give an example? I try the new version ingrid but nothing works, the data do not appear in the table and there is an error with "IS NOT pload function". I would use a text field and the query runs again when I write in the fields and that the table will update. It's been several hours I'm looking for how to do this
  • Jun 21, 2011
    r19 (fix random query string) committed by patrice....@gmail.com   -   fix random query string
    fix random query string
  • Jun 21, 2011
    r18 (use jQuery() instead of $()) committed by patrice....@gmail.com   -   use jQuery() instead of $()
    use jQuery() instead of $()
  • Jun 21, 2011
    jquery.ingrid.js (ingrid-0.9.7) file uploaded by patrice....@gmail.com
  • Jun 21, 2011
    r17 (format code, v0.9.7) committed by patrice....@gmail.com   -   format code, v0.9.7
    format code, v0.9.7
  • Jun 21, 2011
    r16 (- enabled loading-modalmask - added callback onLoadComplete ...) committed by patrice....@gmail.com   -   - enabled loading-modalmask - added callback onLoadComplete - fixed variable-height problems
    - enabled loading-modalmask - added callback onLoadComplete - fixed variable-height problems
  • Jun 21, 2011
    issue 11 (Ingrid has display issues when part of a CSS designed page.) commented on by patrice....@gmail.com   -   Could you please attach the CSS?
    Could you please attach the CSS?
  • Jun 21, 2011
    issue 5 (Bug with link (propagation)) Status changed by patrice....@gmail.com   -  
    Status: WontFix
    Status: WontFix
  • Jun 21, 2011
    issue 4 (iframe hangs) Labels changed by patrice....@gmail.com   -  
    Labels: Priority-Low Priority-Medium
    Labels: Priority-Low Priority-Medium
  • Jun 21, 2011
    issue 12 (Updates?) changed by patrice....@gmail.com   -   Unfortunately, development was stopped and issues were not tracked. Version 0.9.6 is my working branch now, but isn't actively developed.
    Status: Done
    Labels: Type-Other Type-Defect
    Unfortunately, development was stopped and issues were not tracked. Version 0.9.6 is my working branch now, but isn't actively developed.
    Status: Done
    Labels: Type-Other Type-Defect
  • Jun 21, 2011
    issue 9 (Performance issue on ie6 when return large amount of records) Status changed by patrice....@gmail.com   -   thanks for your feedback!
    Status: Fixed
    thanks for your feedback!
    Status: Fixed
  • Jun 21, 2011
    r15 (performance fix (issue 9)) committed by patrice....@gmail.com   -   performance fix ( issue 9 )
    performance fix ( issue 9 )
  • Jun 21, 2011
    issue 2 (add filter functionality) Labels changed by patrice....@gmail.com   -  
    Labels: Type-Enhancement Type-Defect
    Labels: Type-Enhancement Type-Defect
  • Jun 21, 2011
    issue 8 (Enhancements) Labels changed by patrice....@gmail.com   -  
    Labels: Type-Enhancement Type-Defect
    Labels: Type-Enhancement Type-Defect
  • Jun 21, 2011
    issue 7 (Ingrid causes a crash of the grid with large column titles) Status changed by patrice....@gmail.com   -  
    Status: Fixed
    Status: Fixed
  • Jun 21, 2011
    issue 10 (Ingrid used reserver word) Status changed by patrice....@gmail.com   -  
    Status: Verified
    Status: Verified
  • Jun 21, 2011
    issue 6 (Problem with displaying last page viewing rows count) Status changed by patrice....@gmail.com   -  
    Status: Fixed
    Status: Fixed
  • Jun 21, 2011
    issue 3 (Header not increasing the same as body when the table is gre...) Status changed by patrice....@gmail.com   -  
    Status: Fixed
    Status: Fixed
  • Jun 21, 2011
    issue 2 (add filter functionality) Status changed by patrice....@gmail.com   -   This modification should be integrated
    Status: Accepted
    This modification should be integrated
    Status: Accepted
  • Jun 21, 2011
    issue 1 (bug with last-page button) Status changed by patrice....@gmail.com   -  
    Status: Fixed
    Status: Fixed
  • Jun 21, 2011
    r14 (- added callbacks onLoadStart, onLoadSuccess - fixed selecti...) committed by patrice....@gmail.com   -   - added callbacks onLoadStart, onLoadSuccess - fixed selection bug (highlighting) while resizing
    - added callbacks onLoadStart, onLoadSuccess - fixed selection bug (highlighting) while resizing
  • Jun 21, 2011
    r13 (error handling, clean code) committed by patrice....@gmail.com   -   error handling, clean code
    error handling, clean code
  • Oct 14, 2010
    issue 12 (Updates?) reported by doug.e.ford69   -   Is on-going Development for Ingrid dead at this point? Thanks.
    Is on-going Development for Ingrid dead at this point? Thanks.
  • Jul 08, 2010
    issue 11 (Ingrid has display issues when part of a CSS designed page.) reported by Doug.E.Ford   -   What steps will reproduce the problem? 1. Take the results for Ingrid, and add it into a CSS based web page that has positioning statements in the design. 2. 3. What is the expected output? What do you see instead? Expected Output: The divider, when adjusting the columns appears in the correct place, when resorting a column, the grid-loading process appears in the proper location. What I see: The divider and grid-loading screen appears, but offset to the lower right of Ingrid. Instead of being exactly over the location, those features are way off their mark. What version of the product are you using? On what operating system? V. .93 and Windows Server - delivering content, Win XP, with IE 7/8, FF 3.5+ Please provide any additional information below. View attached image for a more accurate look at the positioning problems.
    What steps will reproduce the problem? 1. Take the results for Ingrid, and add it into a CSS based web page that has positioning statements in the design. 2. 3. What is the expected output? What do you see instead? Expected Output: The divider, when adjusting the columns appears in the correct place, when resorting a column, the grid-loading process appears in the proper location. What I see: The divider and grid-loading screen appears, but offset to the lower right of Ingrid. Instead of being exactly over the location, those features are way off their mark. What version of the product are you using? On what operating system? V. .93 and Windows Server - delivering content, Win XP, with IE 7/8, FF 3.5+ Please provide any additional information below. View attached image for a more accurate look at the positioning problems.
  • May 15, 2010
    issue 10 (Ingrid used reserver word) reported by a.s.chuprin   -   Line 131: .css({float: 'left', display: 'block'}) float - is a reserved javascript word. It doesn't validate if using YUI compressor. Change it or use quotes.
    Line 131: .css({float: 'left', display: 'block'}) float - is a reserved javascript word. It doesn't validate if using YUI compressor. Change it or use quotes.
  • May 10, 2010
    issue 9 (Performance issue on ie6 when return large amount of records) reported by mail.mengsoon   -   What steps will reproduce the problem? 1. using ie6 browser 2. ajax call and return in large amount of records 3. What is the expected output? What do you see instead? Layout looks ok, just the performance very slow. The screen freeze there for 20-30 seconds before the result show on the screen. What version of the product are you using? On what operating system? jq-ingrid version 0.9.3 on window xp. Please provide any additional information below. We found some performance issue when using the jq-ingrid in ie6(just ie6, no issue for other browsers and ie7+) in one of our project. Some of the screens load very slow, and we can see the CPU usage run high in Task Manager when the ingrid ajax is call. We had go through some check on the source code, and finally we found the cause. We found that the cause is allocate at line 442: "var $tbl = jQuery(result);" Our result return in HTML table format, and it contain about 50 records and each record contain around 15 columns. We had calculate the process time of the line of code, and we get the result is more than 20,000ms. We had temporary modify the code to solve this problem. below is what we modify: var tmp = $("<div />").css({"width": "0", "height": "0", "overflow": "hidden", "position": "absolute"}).html(result); $("body").append(tmp); var $tbl = tmp.children(); // var $tbl = jQuery(result); sorry, for my broken english.. hope this will help. thanks.
    What steps will reproduce the problem? 1. using ie6 browser 2. ajax call and return in large amount of records 3. What is the expected output? What do you see instead? Layout looks ok, just the performance very slow. The screen freeze there for 20-30 seconds before the result show on the screen. What version of the product are you using? On what operating system? jq-ingrid version 0.9.3 on window xp. Please provide any additional information below. We found some performance issue when using the jq-ingrid in ie6(just ie6, no issue for other browsers and ie7+) in one of our project. Some of the screens load very slow, and we can see the CPU usage run high in Task Manager when the ingrid ajax is call. We had go through some check on the source code, and finally we found the cause. We found that the cause is allocate at line 442: "var $tbl = jQuery(result);" Our result return in HTML table format, and it contain about 50 records and each record contain around 15 columns. We had calculate the process time of the line of code, and we get the result is more than 20,000ms. We had temporary modify the code to solve this problem. below is what we modify: var tmp = $("<div />").css({"width": "0", "height": "0", "overflow": "hidden", "position": "absolute"}).html(result); $("body").append(tmp); var $tbl = tmp.children(); // var $tbl = jQuery(result); sorry, for my broken english.. hope this will help. thanks.
  • Apr 09, 2010
    issue 8 (Enhancements) reported by Doug.E.Ford   -   I didn't see an area where I could put enhancement suggestions. A) Allow a control that selects where the directional arrows are placed: 1) Flushed left (as it currently is) 2) Right of the field name (allow for a few pixels of separation) 3) flushed right B) Allow for the paging buttons to not be displayed or be part of the bottom bar - no html code for it to be used, if there is only 1 page to display. Thanks.
    I didn't see an area where I could put enhancement suggestions. A) Allow a control that selects where the directional arrows are placed: 1) Flushed left (as it currently is) 2) Right of the field name (allow for a few pixels of separation) 3) flushed right B) Allow for the paging buttons to not be displayed or be part of the bottom bar - no html code for it to be used, if there is only 1 page to display. Thanks.
  • Feb 26, 2010
    issue 7 (Ingrid causes a crash of the grid with large column titles) reported by Doug.E.Ford   -   What steps will reproduce the problem? 1. Have a table with a large number of columns. (7 - 10) 2. Have the title of a column larger than the column size. 3. Attempt to resize a column. What is the expected output? What do you see instead? Expected: I should be able to resize a column without any problems. What happens: Ingrid/jQuery causes the browser to hang and requires that the script be stopped to continue properly. What version of the product are you using? On what operating system? Ingrid - .93. Server: Win Web server 2008 Client: Win XP Browser: Firefox 3.5+, IE 7 & 8. Please provide any additional information below.
    What steps will reproduce the problem? 1. Have a table with a large number of columns. (7 - 10) 2. Have the title of a column larger than the column size. 3. Attempt to resize a column. What is the expected output? What do you see instead? Expected: I should be able to resize a column without any problems. What happens: Ingrid/jQuery causes the browser to hang and requires that the script be stopped to continue properly. What version of the product are you using? On what operating system? Ingrid - .93. Server: Win Web server 2008 Client: Win XP Browser: Firefox 3.5+, IE 7 & 8. Please provide any additional information below.
  • Feb 10, 2010
    issue 6 (Problem with displaying last page viewing rows count) commented on by doug.e.ford69   -   There is a problem with the calculations. It can be easily fixed. Just firebug the elements you want to tighten up and you'll see what you need.
    There is a problem with the calculations. It can be easily fixed. Just firebug the elements you want to tighten up and you'll see what you need.
 
Powered by Google Project Hosting