Hi Ron,
Ron wrote:
> I''m wondering how you build an ajax enabled table?
The short answer is, you don''t.. There''s a piece at MSDN that
explains more
but, basically, tables don''t use the DOM that Ajax relies on. They use
a
MS-specific object model. You can get the look of a table using <div>s
and
CSS that will let you do Ajax.
HTH,
Bill
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---