PDA

View Full Version : DataGrid-like plugin


melblanc
10-08-2007, 07:37 PM
Hi. I hope I won't get executed for asking this, but is there a free version of a DataGrid-like plugin out there? Not that I don't agree with the price asked by Icy North, but I'm down on my money and I'd need something alike... I just can't aford it for now.

Thank you.

Intrigued
10-08-2007, 08:19 PM
You could look at hosting your data in a .html (.htm) page with Tables. Do a search in the forums here for the examples presented in the past.

melblanc
10-08-2007, 10:12 PM
Seems easy enough. Thank you very much!!

bule
10-09-2007, 03:43 AM
Yes, you can simulate datagrid using Web object and it's "On Loaded" event. It's quite powerful tool. (Your <td> fields could have <a href> like #mycell1 or #whatever_you_want_here which would not navigate away, but the On Loaded event would fire, and then you could parse the url using built-in Web.* actions.)

RizlaUK
10-09-2007, 04:56 AM
There is a very good example somewhere on the forum (by worm i think) "sqlite to html grid", its basicly a datagrid in html (java) the only draw back is it would only be good for displaying info,



here, i found the post
http://www.indigorose.com/forums/showpost.php?p=31239&postcount=4

melblanc
10-10-2007, 06:34 PM
Sweet! Thank you very much guys!!