PDA

View Full Version : ASP.Net wrapper components



pibos
13 Mar 2007, 1:14 PM
I am planing on wrapping some of Jack's components in asp.net wrappers.
I have plans for TabPanel, Combobox, Store (adapter to a asp.net datasource), and the grid.

Any interest in testing them?

jongohr
13 Mar 2007, 3:11 PM
I would be happy to test whatever you come up with.

rodiniz
14 Mar 2007, 3:06 AM
Have you seen this?
http://www.codeplex.com/GridExtender
I have alredy wrapped the grid... and tabs...
you can join the project if you like.

mdissel
14 Mar 2007, 3:52 AM
Good idea, the Ext.Form components can also be wrapped with server side controls (without viewstate)

see http://www.yui-ext.com/forum/viewtopic.php?t=3725&highlight=


Have you seen this?
http://www.codeplex.com/GridExtender
I have alredy wrapped the grid... and tabs...
you can join the project if you like.

Are you using MS Ajax (atlas) with the Grid component?

see

Thanks

Marco

rodiniz
14 Mar 2007, 6:33 AM
Yes ...Using MS Ajax makes the source-code clean.
no more Response.Write to write javascript functions.