Need to change the order in Uni Selector as we can change in tree with up and down arrows

Sultan Ahmed asked on March 11, 2015 13:09

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

Recent Answers


Brenden Kehren answered on March 11, 2015 13:19

If you have the node object, you should be able to call nodeObj.MoveUp(); on your reorder up button click in code behind.

0 votesVote for this answer Mark as a Correct answer

Sultan Ahmed answered on March 11, 2015 13:42

How can i add those buttons i mean up and down arrows in uni selector.and then that functionality Image Text i have attached image file you can check it.

0 votesVote for this answer Mark as a Correct answer

Brenden Kehren answered on March 11, 2015 14:06

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.

3 votesVote for this answer Mark as a Correct answer

Sultan Ahmed answered on April 8, 2015 07:11

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.

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.