SmartGwt DataSource field for Long type Variable
One of my property which i want to populate in l开发者_JAVA百科ist grid is of Long type. I am populating my list grid with the data source . But, we dont have any grid field Long type api in smartgwt. plss help me out . Thank you
DataSourceIntegerField works with integers of any length, including Java's Longs. Yes, the naming is confusing.
精彩评论