This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: ExtendedDataTable: refresh single rows???nbelaevski Dec 31, 2008 7:17 AM (in response to suprairc)Hello, 
 Try to use ajaxKeys attribute. It should be bound to a set of row keys for selected rows. Get more info here: http://java.dzone.com/articles/an-introduction-to-jboss-richf?page=1,5
- 
        2. Re: ExtendedDataTable: refresh single rows???suprairc Dec 31, 2008 8:47 AM (in response to suprairc)OK, I tried to use the ajaxKeys attribute, but still it reRenders the whole thing. When I change rows using the button it will fire my own implemented method gotoRow in the extendedDataTable, which sets the ajaxKeys to the old and new row. 
 I then reRender the dataTable using the clientId from the dataTable, but this still reRenders the whole grid, and not just those 2 rows...
 
    