Hello. I'm a first timer, so please be gentle.
I'm having a peculiar behaviour when I show a previously omitted checkbox for a given node: Basically It places automatically the checkbox after the image for the node. I load the nodes on demand.
Only thing I do on JavaScript: place node.set_checkable(false) when I want to hide the checkbox, and node.set_checkable(true) when I don't.
Is there a way for me to place the checkbox always before or after the image, so there is a continuity in the user experience (i.e. either in client-side or server-side)?
I attached 2 screenshots to demonstrate. Sorry for the blur.
I'm having a peculiar behaviour when I show a previously omitted checkbox for a given node: Basically It places automatically the checkbox after the image for the node. I load the nodes on demand.
<telerik:RadTreeView ID="TreeViewTest" runat="server" CheckBoxes="true" LoadingMessage="Loading..." LoadingStatusPosition="BelowNodeText" MultipleSelect="false" AllowNodeEditing="false" OnClientNodePopulated="ClientNodePopulated" OnClientNodeChecked="ClientNodeChecked"> <WebServiceSettings Path="TreeViewTest.aspx" Method="LoadTreeViewNodes" /></telerik:RadTreeView>Only thing I do on JavaScript: place node.set_checkable(false) when I want to hide the checkbox, and node.set_checkable(true) when I don't.
Is there a way for me to place the checkbox always before or after the image, so there is a continuity in the user experience (i.e. either in client-side or server-side)?
I attached 2 screenshots to demonstrate. Sorry for the blur.