Detail View of responses in Forms Module

Posted by Community Admin on 03-Aug-2018 03:52

Detail View of responses in Forms Module

All Replies

Posted by Community Admin on 21-Mar-2011 00:00

Hi,

In the Forms module, when we view the responses for each form, there is a detail view panel on the right hand of the page when we select a single response item.  Is it possible to modify this section like adding another button beside the Edit and Delete button?

Thanks,
Isaac

Posted by Community Admin on 21-Mar-2011 00:00

Hi Viray,

It is possible, but you need to create a custom FormsDetailView and replace it in the definition.

1. You need to create a custom class that inherits from FormsDetailView and implement the logic you want
2. You need to replace the view type from the configuration.

Kind regards,
Ivan Dimitrov
the Telerik team

Posted by Community Admin on 22-Mar-2011 00:00

Hi Ivan,

Thanks for the reply.

I tried to do this but got some errors.  Do you have any working sample of this?

Also, when I tried to set the initial configuration, the forms details view is not displaying anymore, insted I'm getting an error page.  Kindly see the attached image.

After setting up the original configurations, it seems that it is not being saved because when I check the settings again, it seems to be empty, is there anything I'm missing here? 

I am also getting this error from the event viewer, seems like permission issue:

Event Type: Information
Event Source: ASP.NET 4.0.30319.0
Event Category: Web Event
Event ID: 1315
Date:  3/22/2011
Time:  12:01:57 PM
User:  N/A
Computer: SINSSPTWEB01
Description:
Event code: 4005
Event message: Forms authentication failed for the request. Reason: The ticket supplied was invalid.
Event time: 3/22/2011 12:01:57 PM
Event time (UTC): 3/22/2011 4:01:57 AM
Event ID: 5f2e31147bf44c9e8a39de19b33dd12a
Event sequence: 63
Event occurrence: 19
Event detail code: 50201
 
Application information:
    Application domain: /LM/W3SVC/863789361/Root/ph-1-129452393569451588
    Trust level: Full
    Application Virtual Path: /ph
    Application Path: C:\Program Files\Telerik\Sitefinity 4.0\Projects\Omega3\
    Machine name: SINSSPTWEB01
 
Process information:
    Process ID: 7916
    Process name: w3wp.exe
    Account name: PHARMA\allianceap
 
Request information:
    Request URL: http://sinssptweb01:5003/ph/Sitefinity/Content/Forms/Entries/sf_contactus
    Request path: /ph/Sitefinity/Content/Forms/Entries/sf_contactus
    User host address: 166.118.165.121
    User: 
    Is authenticated: False
    Authentication Type: 
    Thread account name: PHARMA\allianceap
 
Name to authenticate: 
 
Custom event details:

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.



I have attached the screenshots, kindly advise on the next steps to save back the original settings, thanks.

Thanks,
Isaac

Posted by Community Admin on 25-Mar-2011 00:00

Hello Viray,

Can you show the implementation of the custom  FormsDetailView and its registration in the configuration?

Best wishes,
Ivan Dimitrov
the Telerik team

This thread is closed