Grid with scrollbars

Grid with scrollbars en smartgwt
Grid con scrollbars fijas en smartgwt

        Grid_.setWidth100();
        Grid_.setHeight100();
        Grid__.setDataSource(Source);
        Grid_.setAutoFetchData(false);
        Grid_.setEmptyMessage(variables.str_empty_call);
        Grid_.setLoadingMessage(variables.str_loading);
        Grid_.setLoadingDataMessage(variables.str_loading_data);
        Grid_.setCellHeight(24);


Comments

Popular posts from this blog

how to access the DOM gwt smartclient

smart gwt allow only numbers in textfield