Customize Field Position in HelpDesk Solution
Updated: 23 May 2010 | 1 comment
Senerio: Upper Management has requested that some of the fields have different positions in order to create a better flow when a ticket is being created (by a worker). Does anyone have any examples of how to move fields around to different positions?
Thanks
Wes
discussion Filed Under:
Comments
Move field
Just use the XML part of the ascx file to change the order the field will appear.
The default columns appearance order (runtime rendering) is the same as the order in which they are declared.
Dom
Dom
Would you like to reply?
Login or Register to post your comment.