David0603 All American 12764 Posts user info edit post |
I have a webapp where I want to display an editable excel speadsheet like table with dropdowns, text fields, and a ton of validation. Is enhanced grid my best bet or is there some other Java framework I could use that would be easier? 3/6/2012 12:18:49 PM |
BigMan157 no u 103354 Posts user info edit post |
id just pick whichever js framework you're most comfortable with and go from there
i'm sure they all have a plugin that'll do what you're looking for to some degree 3/6/2012 12:32:33 PM |
Shaggy All American 17820 Posts user info edit post |
sharepoint (heh) 3/6/2012 12:34:15 PM |
kiljadn All American 44690 Posts user info edit post |
java or javascript? important distinction.
if you're using java I don't see any point in using a kludge-y js solution when things like GWT have datagrids built in.
if you're using javascript, I'd stick to dojo or extJS
[Edited on March 7, 2012 at 1:35 AM. Reason : stay away from jquery, I've yet to see a mature enough datagrid solution to handle enterprise stuff] 3/7/2012 1:34:12 AM |
lewisje All American 9196 Posts user info edit post |
and if you're really thinking of switching to Java just for its native datagrids...just don't
users don't like the extra page-load time waiting for the JRE to start up 3/7/2012 6:33:47 AM |
David0603 All American 12764 Posts user info edit post |
Thanks. Dojo it is. 3/7/2012 10:36:55 AM |
kiljadn All American 44690 Posts user info edit post |
Quote : | "and if you're really thinking of switching to Java just for its native datagrids...just don't
users don't like the extra page-load time waiting for the JRE to start up" |
not an issue with GWT but whatevs3/7/2012 5:55:46 PM |