To create a custom Flex tree grid control to enter and update time
sheet entries.
1.      Need to show tasks breakup in tree list
2.      Need to give check boxes for selecting rows, to edit
3.      Need to show editable columns for input entries like Hours, Start
Time, End Time, Description etc.
4.      Need to give an option to save by Row and a common “Save” option
for multiple rows.
5.      Once the data is saved with the status ‘Completed’, it should be
stored in to history and the row removed from the tree grid.
6.      If the data is saved with the status ‘Pending’, it should be stored
in to the history and the row should be available for entering new
data.
(From points 5 and 6 updated tasks can be stored to the array which is
going to send to web service at backend)
7.      Need to provide keyword search option to filter tasks in tree grid.
8.      Hours and Start Time to End Time validation should be taken care
(Ex: hours fields should not allow more than 24, End time – star time
should not above 24)
9.      Description field should be a multiline input field. Once the user
starts entering input description, it should be able to accept
multiline.
10.     Key board shortcut like tab, arrow keys should be enabled to
navigate between input fields.

-- 
You received this message because you are subscribed to the Google Groups "Flex 
India Community" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/flex_india?hl=en.

Reply via email to