
January 9th, 2009, 05:45 AM
|
|
Registered User
|
|
Join Date: Nov 2008
Posts: 1
Time spent in forums: 9 m 25 sec
Reputation Power: 0
|
|
display bug with AdvancedDataGrid when Hierarchical
Hello !
I've got a small problem.. I use an AdvancedDataGrid with an HierarchicalData as a dataProvider. I set the icon not to be displayed with
Code:
displayDisclosureIcon="false"
.
However, I obtain a crappy first icon completely on the left of the column ! I tried changing the paddingLeft style without success.
My iconRenderers are not involved (test donderers (tests fait)
More precisely my code is :
Code:
<components:AdvancedDataGrid id="detailview_dg" dragStart="onDragStart(event)"
width="100%" height="100%" displayDisclosureIcon="false" dragEnabled="true"
displayItem*No thank you*panded="true" headerHeight="20"
columnStretch="onColumnStretch(event)" headerShift="onHeaderShift(event)"
resizableColumns="true" variableRowHeight="true" sortExpertMode="true"
allowMultipleSelection="true" doubleClickEnabled="true" itemFocusIn="onItemFocusIn(event)"
creationComplete="onDetailViewComplete()" focusEnabled="true" styleFunction="{getGridStyle}"
>
</components:AdvancedDataGrid>
and the result :
URL
Does anybody see a solution ?
Maybe setting the first column paddingLeft to a value, but how accessing to this column ????
Thanks !
|