From Wiki
[edit] List View
- There are two types in list view. Editable and Not editable.
* In figure you can see, on the top and bottom, navigation buttons are there.
* User can see list of records as per his requirement.
* User can change range of records per page by clicking on range between next and previous button.
* Next and previous button will disabled if no records are there to be displayed accordingly.
* Right side of grid you can see 2 images for edit and delete.
* You can edit particular record by clicking on edit and same for delete also.
* If you click on Name of any record then read only view of form will open.
* Left side bottom you can see Import | Export buttons for particular object.
* Here right sidebar shows shortcut menus to execute Wizard, Report, Shortcut links etc.
* For that you have to select record or number of records by using checkbox displays in listview at left side.
* Here user can edit records from the listview only.
* Following figure shows this.
* In this figure you can see that fields are in editable mode.
* Onchange will work for any field like, as u enter data in one field and then `tab key` will affect on other fields.
* To make new entry in listview, needs parent data to be saved first.
* Save button will be displayed instead of new button if parent button will not saved.
* After doing entry in fields, in listview user has to save that particular record from save button only displayed at the end of that record.
* If record will not save from this button then this record will not save for editable listview only.