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
id just pick whichever js framework you're most comfortable with and go from therei'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
sharepoint (heh)
3/6/2012 12:34:15 PM
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
and if you're really thinking of switching to Java just for its native datagrids...just don'tusers don't like the extra page-load time waiting for the JRE to start up
3/7/2012 6:33:47 AM
Thanks. Dojo it is.
3/7/2012 10:36:55 AM
3/7/2012 5:55:46 PM