Hello,
We are having an issue on 'ListGrid.getEditCol' which is returning 'null' in some cases, which conflicts with the following code in ListGrid:
We believe that a check should be implemented to test on null, as is done in 'getEditRow' (returning -1 when null).
This is on v9.0p_2013-07-17/Pro Deployment 2013-07-17.
What do you think?
We are having an issue on 'ListGrid.getEditCol' which is returning 'null' in some cases, which conflicts with the following code in ListGrid:
Code:
public native int getEditCol() /*-{ var self = this.@com.smartgwt.client.widgets.BaseWidget::getOrCreateJsObj()(); var ret = self.getEditCol(); return ret; }-*/;
This is on v9.0p_2013-07-17/Pro Deployment 2013-07-17.
What do you think?