[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-19 Thread spills
Awesome job! I was hoping to work on getting a JSON dataset to work with this. Any chance you have looked into this yet? Robb On Oct 3, 5:15 pm, reconstrukt <[EMAIL PROTECTED]> wrote: > Hey all, > > I just released Just finished the initial release of my datagrid > plugin. I named her Ingrid. :

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-09 Thread Phunky
Very interesting little plugin - this may just be what i am after for a project i am currently working on :) I will be looking at this over the next couple of days, hoping that this works with JSON dataset :D then my dreams would be answered!

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-05 Thread mohd khairi
I have tested ingrid in ie 7 and firefox 2. It seems that it has bug with paging. In your demo, even though it shows 17 page, but i can only navigate to page 16. One more thing. How to use ingrid with dynamic url (ie: based on user input). Tq On 10/5/07, matthew knight <[EMAIL PROTECTED]> wrote:

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread matthew knight
@Sharique Yes, it'll work with .NET (just create an aspx page that spits out a table as per the instrux), and set the 'url' param accordingly in the options. Remember, ingrid's just making an ajax call to some more HTML. Something like this will work: $(document).ready( function() {

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread Sharique
Really nice work. Did it works will asp.net as well? On Oct 4, 3:15 am, reconstrukt <[EMAIL PROTECTED]> wrote: > Hey all, > > I just released Just finished the initial release of my datagrid > plugin. I named her Ingrid. :) > > Features in this release: > > - resizable columns > - paging toolba

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread Web Specialist
Matt, may be another users can report that occurrence when next button is clicked. Using FF 2.0.0.7(Firebug enabled) and after page loads, clicking in next button starts 3 request to the server(remote.php). Thanks for your time. Marco Antonio 2007/10/4, matthew knight <[EMAIL PROTECTED]>: > > >

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread matthew knight
Thanks Marco, Also cheers for reporting the bug with the page toolbar textbox - this is now fixed. Download the latest here: http://reconstrukt.com/ingrid/index.html#download Matt On Oct 3, 8:00 pm, "Web Specialist" <[EMAIL PROTECTED]> wrote: > Matt, > > congratulations!!! > > Very very very

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread Fabrizio
Well done !!! Thank you for your plugin Fabrizio

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread Guy Fraser
reconstrukt wrote: > Hey all, > > I just released Just finished the initial release of my datagrid > plugin. I named her Ingrid. :) > She's one sexy grid! Can she be applied to existing static tables within a web page, to make them sexy? Guy

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread Saidur
Hi matt, It's awesome. Well when i download ingrid and run it,then it shows the remote.php file is missing.I saw in the code there is a line url: 'remote.php'. So it may be missing in the download file. Also i have a qustion. Suppose i have a grid shows the price . I want to highlted price which

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread Ryura
VERY nice job! It's quite convenient- I was actually looking for a simple to use data table plugin right as you made this post :). Thanks Keep up the good work, Ryura On Oct 3, 6:15 pm, reconstrukt <[EMAIL PROTECTED]> wrote: > Hey all, > > I just released Just finished the initial release of my

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-04 Thread sgrover
Looks good. I'll be taking another look at it later for a complex app I have. One request though - any way to edit the contents of the grid? I'm looking for something that will switch to a textbox or drop down when that cell receives focus, and trigger callbacks so a database can be updated

[jQuery] Re: jQuery Datagrid Plugin v.7

2007-10-03 Thread Web Specialist
Matt, congratulations!!! Very very very nice grid plugin. Your ajax for server side content and pagination is really awesome. Cheers Marco Antonio 2007/10/3, reconstrukt <[EMAIL PROTECTED]>: > > > Hey all, > > I just released Just finished the initial release of my datagrid > plugin. I named h