[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. :)

 Features in this release:

 - resizable columns
 - paging toolbar
 - sorting (server-side)
 - row  column styling

 The goal here is to give jQuery a robust, native datagrid that's up to
 snuff with those found in the EXT or YUI libraries.

 Check it out here:http://www.reconstrukt.com/ingrid/

 Thanks much
 Matt



[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:


 @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() {
$(#table1).ingrid({
url: 'myPage.aspx',
height: 350
});
}
 );

 ---
 @Saidur

 Think you found a little easter egg - that 'remote.html' shouldn't be
 in the actual plugin, it should be set as part of the setup
 Regardless, I should include a sample remote.html file in the
 download.  I'll send around an update when these changes are in.
 Cheers!

 ---
 @Guy

 Yes, you can use ingrid to style inline tables if you want.  In the
 options, you'll want to set paging:false, sorting:false

 ---
 @Shawn

 Yep, good call, i'm working on it.  The goal here is to have a
 datagrid in the jQ UI toolbax that's up to snuff with the likes of EXT
 and YUI.  We've got some traction on that front, a couple people have
 offered to help.  Let me know if you're in.

 ---

 Cheers all,
 Matt





 On Oct 4, 2:33 pm, Sharique [EMAIL PROTECTED] wrote:
  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 toolbar
   - sorting (server-side)
   - row  column styling
 
   The goal here is to give jQuery a robust, native datagrid that's up to
   snuff with those found in the EXT or YUI libraries.
 
   Check it out here:http://www.reconstrukt.com/ingrid/
 
   Thanks much
   Matt




-- 
Khairi
Web: www.uhs2u.com


[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.  I'm dreading having to write this myself, but have yet to see 
something like that.

Shawn

reconstrukt 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 toolbar
 - sorting (server-side)
 - row  column styling
 
 The goal here is to give jQuery a robust, native datagrid that's up to
 snuff with those found in the EXT or YUI libraries.
 
 Check it out here: http://www.reconstrukt.com/ingrid/
 
 Thanks much
 Matt
 


[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 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 her Ingrid. :)

  Features in this release:

  - resizable columns
  - paging toolbar
  - sorting (server-side)
  - row  column styling

  The goal here is to give jQuery a robust, native datagrid that's up to
  snuff with those found in the EXT or YUI libraries.

  Check it out here:http://www.reconstrukt.com/ingrid/

  Thanks much
  Matt



[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 are greater than 1000. Then how can i do it in
your grid. Can you explain me ?

Thanks
Saidur Rahman



reconstrukt 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 toolbar
 - sorting (server-side)
 - row  column styling

 The goal here is to give jQuery a robust, native datagrid that's up to
 snuff with those found in the EXT or YUI libraries.

 Check it out here: http://www.reconstrukt.com/ingrid/

 Thanks much
 Matt



[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 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 toolbar
 - sorting (server-side)
 - row  column styling

 The goal here is to give jQuery a robust, native datagrid that's up to
 snuff with those found in the EXT or YUI libraries.

 Check it out here:http://www.reconstrukt.com/ingrid/

 Thanks much
 Matt



[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() {
$(#table1).ingrid({
url: 'myPage.aspx',
height: 350
});
}
);

---
@Saidur

Think you found a little easter egg - that 'remote.html' shouldn't be
in the actual plugin, it should be set as part of the setup
Regardless, I should include a sample remote.html file in the
download.  I'll send around an update when these changes are in.
Cheers!

---
@Guy

Yes, you can use ingrid to style inline tables if you want.  In the
options, you'll want to set paging:false, sorting:false

---
@Shawn

Yep, good call, i'm working on it.  The goal here is to have a
datagrid in the jQ UI toolbax that's up to snuff with the likes of EXT
and YUI.  We've got some traction on that front, a couple people have
offered to help.  Let me know if you're in.

---

Cheers all,
Matt





On Oct 4, 2:33 pm, Sharique [EMAIL PROTECTED] wrote:
 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 toolbar
  - sorting (server-side)
  - row  column styling

  The goal here is to give jQuery a robust, native datagrid that's up to
  snuff with those found in the EXT or YUI libraries.

  Check it out here:http://www.reconstrukt.com/ingrid/

  Thanks much
  Matt



[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 her Ingrid. :)

 Features in this release:

 - resizable columns
 - paging toolbar
 - sorting (server-side)
 - row  column styling

 The goal here is to give jQuery a robust, native datagrid that's up to
 snuff with those found in the EXT or YUI libraries.

 Check it out here: http://www.reconstrukt.com/ingrid/

 Thanks much
 Matt