PDA

View Full Version : [OPEN] Editing support for the datagrid



devol
6 Sep 2006, 5:48 AM
I was wondering if you had any plans / thoughts on creating editing support for the datagrid control. I have an app that has some "spreadsheet like" functionality, that I'm currently implementing using the grid from the turboajax folks. But I'd much prefer to be using something YUI based. I'd probably try to implement this myself if I had the spare cycles.

jack.slocum
6 Sep 2006, 6:19 AM
It will be in the next release for sure. It is #1 on the list!

Jack

devol
6 Sep 2006, 6:19 AM
Right on, I can't wait to see it!

devol
10 Sep 2006, 3:38 PM
And the forum keeps logging me out for some reason...

jack.slocum
10 Sep 2006, 7:14 PM
It could be because of the domain name. If you come thru jackslocum.com and click on the forum link, it will take you to jackslocum.com/forum/. When you log in, you'll log in to jackslocum.com and a cookie will be set. Then when you go anywhere in the site it will move you to www.jackslocum.com. The you click on forum again and you go to www.jackslocum.com/forum/ and you are not logged in. I ran into this problem myself. I'm not sure how to fix it.

devol
11 Sep 2006, 6:25 PM
If you have access to your httpd.conf on your hosting provider, set up name based virtual hosts.

in your section for jackslocum.com add:
Redirect / http://www.jackslocum.com/

And then just put everything in the www virtualhost. This way the redirects happen consistently.

I don't think changing your cookie domain will help, since www.jackslocum.com is a subdomain of jackslocum.com hence .jackslocum.com won't work I don't think. You could try it though.