Go Back   SmartClient Forums > Smart GWT Technical Q&A
Register Search Today's Posts Mark Forums Read

Reply
 
Thread Tools Search this Thread
  #1  
Old 27th Jul 2010, 23:19
gvangass gvangass is offline
Registered Developer
 
Join Date: Oct 2009
Posts: 17
Default ListGrid Expand error

When a ListGrid is in edit mode, and you click on the expand component, it gives you an error. See attachment.

I'm using smartGWT 2.2 in FireFox 3.6.8 on Ubuntu 9.10

Code:
TestDS dataSource = TestDS.getInstance(); ListGrid listGrid = new ListGrid(); listGrid.setWidth(600); listGrid.setHeight(500); listGrid.setCanExpandRecords(true); listGrid.setExpansionMode(ExpansionMode.DETAILS); listGrid.setAutoFetchData(true); listGrid.setDataSource(dataSource); listGrid.setCanEdit(true); listGrid.setListEndEditAction(RowEndEditAction.NEXT); listGrid.draw();
Attached Images
File Type: jpg error.jpg (14.5 KB, 8 views)
Reply With Quote
  #2  
Old 29th Jul 2010, 04:24
gvangass gvangass is offline
Registered Developer
 
Join Date: Oct 2009
Posts: 17
Default

Can someone confirm that this is a problem with smartGWT, or a problem on my side ?
Reply With Quote
  #3  
Old 29th Jul 2010, 04:52
smartgwt.dev smartgwt.dev is offline
Registered Developer
 
Join Date: Nov 2008
Posts: 898
Default

Are you seeing this in the latest nightly build as well? See this FAQ entry on what information to provide.
Reply With Quote
  #4  
Old 29th Jul 2010, 22:51
gvangass gvangass is offline
Registered Developer
 
Join Date: Oct 2009
Posts: 17
Default

Confirmation, I get this error with the latest nightly build.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search


©2006 Isomorphic Software   ·   Terms of use