zorba-the-geek / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

listGridField.setDefaultValue sets both the listGridField and the filterField #86

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
With this code:

listGridField.setDefaultValue("def");

the default value for the filterField (=wrong) AND the defaultValue for the
data field gets set to "def". It should only set the listGridField itself.

This code:

listGridField.setDefaultFilterValue("abc");

does noting.

Original issue reported on code.google.com by bhuisman...@gmail.com on 18 Jan 2009 at 3:56

GoogleCodeExporter commented 9 years ago
Fixed in SVN.

Original comment by sanjiv.j...@gmail.com on 21 Feb 2009 at 3:05

GoogleCodeExporter commented 9 years ago
works perfect!

Original comment by bhuisman...@gmail.com on 21 Feb 2009 at 8:13