Grid widget with inline editing : PHP or ASP.Net?

Grid widget with inline editing : PHP or ASP.Net?

am 30.12.2007 07:41:27 von DFS

Hello

For business apps, we need a good, solid, bound- and unbound grid
widget. In VB Classic apps, we use ComponentOne's VSFlexGrid widget
www.componentone.com

I was wondering if there are equivalent widgets for PHP apps, or we
should rather look at what's available in the ASP.Net world.

If you have worked with both environments, what would you recommend
for this precise need?

Thank you.

Re: Grid widget with inline editing : PHP or ASP.Net?

am 30.12.2007 08:50:58 von Manuel Lemos

Hello,

> Hello
>
> For business apps, we need a good, solid, bound- and unbound grid
> widget. In VB Classic apps, we use ComponentOne's VSFlexGrid widget
> www.componentone.com
>
> I was wondering if there are equivalent widgets for PHP apps, or we
> should rather look at what's available in the ASP.Net world.
>
> If you have worked with both environments, what would you recommend
> for this precise need?

Here you may find several AJAX enable table grid editor components in PHP:

http://www.phpclasses.org/browse/class/130/top/rated.html

--

Regards,
Manuel Lemos

Metastorage - Data object relational mapping layer generator
http://www.metastorage.net/

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

Re: Grid widget with inline editing : PHP or ASP.Net?

am 30.12.2007 14:30:50 von ivansanchez-alg

Gilles Ganault wrote:

> For business apps, we need a good, solid, bound- and unbound grid
> widget. In VB Classic apps, we use ComponentOne's VSFlexGrid widget
> www.componentone.com
>
> I was wondering if there are equivalent widgets for PHP apps, or we
> should rather look at what's available in the ASP.Net world.
>
> If you have worked with both environments, what would you recommend
> for this precise need?

I recommend you to grasp the concept of both PHP and ASP.

They are languages whose only purpose in life is to output HTML, which is
rendered by a web browser.

So, grids. You need a grid to be displayed by a web vrowser. Good. You'll
have to use either experimental features of HTML5 or lots of javascript.

And, to output that pieces of HTML5 or javascript, you can use either PHP or
ASP.


Your call.
--
----------------------------------
Iván Sánchez Ortega -ivansanchez-algarroba-escomposlinux-punto-org-

Give a man a fish, he owes you one fish.
Teach a man to fish, you give up your monopoly on fisheries.
(read on slashdot.org)

Re: Grid widget with inline editing : PHP or ASP.Net?

am 30.12.2007 21:13:26 von colin.mckinnon

On 30 Dec, 06:41, Gilles Ganault wrote:
> Hello
>
> For business apps, we need a good, solid, bound- and unbound grid
> widget. In VB Classic apps, we use ComponentOne's VSFlexGrid widgetwww.componentone.com
>
> I was wondering if there are equivalent widgets for PHP apps, or we
> should rather look at what's available in the ASP.Net world.
>
> If you have worked with both environments, what would you recommend
> for this precise need?
>
> Thank you.

http://phplens.com/

C.

Re: Grid widget with inline editing : PHP or ASP.Net?

am 07.01.2008 00:13:16 von DFS

On Sun, 30 Dec 2007 12:13:26 -0800 (PST), "C.
(http://symcbean.blogspot.com/)" wrote:
>http://phplens.com/

Thanks guys. I'll check out the links.

Re: Grid widget with inline editing : PHP or ASP.Net?

am 21.01.2008 15:41:17 von magdalena.moeller

On Dec 30 2007, 7:41 am, Gilles Ganault wrote:
> Hello
>
> For business apps, we need a good, solid, bound- and unbound grid
> widget. In VB Classic apps, we use ComponentOne's VSFlexGrid widgetwww.componentone.com
>
> I was wondering if there are equivalent widgets for PHP apps, or we
> should rather look at what's available in the ASP.Net world.
>
> If you have worked with both environments, what would you recommend
> for this precise need?
>
> Thank you.

Hi,

I recommend you EJS TreeGrid http://www.treegrid.com . With TreeGrid
you can display and edit data in table, grid, tree or grid with tree.
Automatic calculations, sorting, filtering, grouping. Printing and
export to Excel. Able to display 1 000 000 rows.
They provide examples with both ASP.NET and PHP.

Magda