Hi...
I try ASPxTreeList and I have problem..
I test Drag in Drop....
see:
protected void ASPxTreeList_ProcessDragNode(object sender, DevExpress.Web.ASPxTreeList.TreeListNodeDragEventArgs e)
{
ASPxTreeList.MoveNode(e.Node.Key, e.NewParentNode.Key);
}
and...
<dxwtl:ASPxTreeList ID="ASPxTreeList" runat="server"
CssFilePath="~/App_Themes/Youthful/{0}/styles.css" CssPostfix="Youthful"
Width="1000px" KeyFieldName="IDLOTACAO" ParentFieldName="LOTACAOSUPERIOR"
PreviewFieldName="DESCRICAOLOTACAO" AutoGenerateColumns="False"
onprocessdragnode="ASPxTreeList_ProcessDragNode">
<Styles CssFilePath="~/App_Themes/Youthful/{0}/styles.css"
CssPostfix="Youthful">
</Styles>
<Images ImageFolder="~/App_Themes/Youthful/{0}/">
<CollapsedButton Height="9px"
Url="~/App_Themes/Youthful/TreeList/CollapsedButton.png" Width="9px" />
<ExpandedButton Height="9px"
Url="~/App_Themes/Youthful/TreeList/ExpandedButton.png" Width="9px" />
<CustomizationWindowClose Height="13px" Width="13px" />
</Images>
<SettingsText LoadingPanelText="Aguarde..." />
<SettingsLoadingPanel Text="Aguarde..." />
<SettingsPager>
<AllButton>
<Image Height="15px" Width="21px" />
</AllButton>
<FirstPageButton>
<Image Height="15px" Width="21px" />
</FirstPageButton>
<LastPageButton>
<Image Height="15px" Width="21px" />
</LastPageButton>
<NextPageButton>
<Image Height="15px" Width="16px" />
</NextPageButton>
<PrevPageButton>
<Image Height="15px" Width="16px" />
</PrevPageButton>
</SettingsPager>
<SettingsEditing AllowNodeDragDrop="True" />
<Columns>
<dxwtl:TreeListTextColumn Caption="Descrição da Lotação"
FieldName="DESCRICAOLOTACAO" Name="DESCRICAOLOTACAO" ReadOnly="True"
VisibleIndex="0">
</dxwtl:TreeListTextColumn>
</Columns>
</dxwtl:ASPxTreeList>
But the message error when i "drag in drop" this...
An unhandled exception of type 'System.StackOverflowException' occurred in DevExpress.Web.ASPxTreeList.v8.2.dll