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

RadSlidingZone server side event on collapse

1 Answer 50 Views
Slider
This is a migrated thread and some comments may be shown as answers.
n/a
Top achievements
Rank 1
Veteran
n/a asked on 07 Aug 2020, 05:05 AM

 Hi,

I have a slider with a number of sliding zones.

I want to save data (in server side) when I close/collapse one of these sliding zone.

I have collected the data in a hiddenfield using javascript.

Now I need to save the content of this hiddenfield in the database.

 

Thank you for your help

 

Anne

1 Answer, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 11 Aug 2020, 03:45 PM

Hi Anne,

The collapsing functionality of the RadSlidingZone is implemented entirely on the client-side and can be handled only via JavaScript, as mentioned by you. A possible way to send it to the server once it is collected in a hidden filed, is to make a manual AjaxRequest, passing the desired data (you can add the Hidden field as AJAX update control).

To do so, you can use an approach similar to the one demonstrated in the following help articles:

Regards,
Vessy
Progress Telerik

Tags
Slider
Asked by
n/a
Top achievements
Rank 1
Veteran
Answers by
Vessy
Telerik team
Share this question
or