I have implemented a widget with customized uniselector form control and i have given "OrderBy" condition as "NodeOrder" so it will be display as it is in tree, Now i want even to change the order as i can change in tree with up and down arrow,i want to implement this, i am stucked how to do it. can you help me out
If you have the node object, you should be able to call nodeObj.MoveUp(); on your reorder up button click in code behind.
nodeObj.MoveUp();
How can i add those buttons i mean up and down arrows in uni selector.and then that functionality i have attached image file you can check it.
Check out this post by Martin. I was incorrect on my statement above but the syntax should be very close to that. This should give you what you need for the images and functionality.
Hi Brenden Kehren, you have given me above reference of Module Development order can you help me what should be the object type of mine in this, i am using a coustamised uniselector which i use at different places. If you suggest me in this point i think i may reach my goal. awaiting for your reply.
Please, sign in to be able to submit a new answer.