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

Edit group of kendo ui controls like in xeditable.

3 Answers 196 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jose Mejia
Top achievements
Rank 1
Jose Mejia asked on 31 Jul 2014, 05:47 PM
Hi.

Suppose I have a group of controls like (numtextbox, masktextbox and so on). I would like to have the functionality
like in xeditable where it is able to mark some controls as editable and by clicking edit button start edit. After it is possible
either save or cancel. Is there some similiar functionality or I should trace changes for each control separately?

Thanks in advance.

3 Answers, 1 is accepted

Sort by
0
Alexander Popov
Telerik team
answered on 04 Aug 2014, 09:04 AM
Hi Jose ,

I am afraid this functionality is not supported out of the box. It could be achieved using a Window or Tooltip to display the appropriate widget, but that would require some custom code that handles the scenario.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
0
yi
Top achievements
Rank 1
answered on 13 Aug 2014, 08:14 PM
Hi Alexander

i am interested in this implement, do I need hard code for each page fields or write a common function?  May we get your further help to have a basic implement ?
0
Alexander Popov
Telerik team
answered on 15 Aug 2014, 11:56 AM
Hello yi,

Basically you can initialize a Tooltip and subscribe to its show event. Once the show event is triggered you can append an input element to the Tooltip's content element and use it to initialize a Kendo UI widget. If necessary, attach a change event handler to the widget and when it is triggered set the target's text to the widget's value.

Regards,
Alexander Popov
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
General Discussions
Asked by
Jose Mejia
Top achievements
Rank 1
Answers by
Alexander Popov
Telerik team
yi
Top achievements
Rank 1
Share this question
or