Is there a GWT equivalent for SmartGWT’s Live Grid with the Async loading of scrolled data?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Currently there’s no sufficient equivalent for rich grids in GWT, let alone Ajax driven grid widgets.
One appropriate alternative would be GXT’s live grid, but that’s just going out of the frying pan into the fire, since you’d have to work with GXT instead of SmartGWT.
GWT was not meant to be used as a widget library, providing a vast selection of UI widgets, but merely supply a firm infrastructure for Java programmers to easily develop rich Ajax web applications. It can (and should) be extended with supplementary widget libraries to compensate for its lack thereof.