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

Multiple Choice

1 Answer 56 Views
DataForm
This is a migrated thread and some comments may be shown as answers.
Michał
Top achievements
Rank 1
Michał asked on 17 Jan 2013, 10:34 AM

Hi,
I has list on Sharepoint 2010 foundation where is a column with MultiChoice field.

I need in RadDataForm shows values from this column and implement editing in EditTemplate.

To get data from Sharepoint I using RadDataServiceDataSource.

 

Do you have some ideas how to shows values from this field?

How make multi choice field in EditTemplate?

1 Answer, 1 is accepted

Sort by
0
Ivan Ivanov
Telerik team
answered on 22 Jan 2013, 02:41 PM
Hi,

Well, I guess that you can define an EditTemplate DataTemplate with several checkboxes. An alternative would be to inherit from DataFormDataField, override the GetControl and GetControlBindingProperty methods and expose a custom control of yours there.

Kind regards,
Ivan Ivanov
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

Tags
DataForm
Asked by
Michał
Top achievements
Rank 1
Answers by
Ivan Ivanov
Telerik team
Share this question
or