This is a migrated thread and some comments may be shown as answers.

Editable list of check boxes

1 Answer 58 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Pete
Top achievements
Rank 1
Pete asked on 18 Oct 2014, 01:31 PM
I would like to build a database data driven list of check boxes that are editable when the page is first loaded, i.e., automatically goes into edit mode for each record in the list.  The record would consist of the data text and a check box, indicating whether the data item was enabled/disabled.  I would like the user to be able to check/uncheck the box without having to go into edit mode.  And, then, be able to save any changes back to the database.

Any assistance would be appreciated.

1 Answer, 1 is accepted

Sort by
0
Marin
Telerik team
answered on 22 Oct 2014, 10:18 AM
Hi,

One of the possible options might be to use the RadListView control where you can define your own layout and the way each item looks (e.g. it can contain checkboxes with text and so on). In this case also any CRUD operations should also be achieved manually in the code-behind by handling the corresponding events. Sample demos of editing in RadListView can also be found here:
http://demos.telerik.com/aspnet-ajax/listview/examples/dataediting/manualediting/defaultcs.aspx

Regards,
Marin
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Pete
Top achievements
Rank 1
Answers by
Marin
Telerik team
Share this question
or