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

Sending Additional Information to the Web Service

1 Answer 24 Views
Gantt
This is a migrated thread and some comments may be shown as answers.
Maciej
Top achievements
Rank 1
Maciej asked on 31 Aug 2016, 01:43 PM

Hi,

I'm trying to use Gantt chart with client side binding to web service. First I tried to return some hardcoded data and it works fine, the tasks are shown on the chart. But in order to get the real data I need to send some additional data to the web service. I tried to do this just as shown in the docs (LINK), but as soon as I add this parameter to the functions:

IDictionary<string, object> context

no data will be shown on the chart and the debugger doesn't stop in the functions (f.e. GetTasks). I'm 99,(9) % sure I did everything exactly like in the example.

P.S. I'm using Sharepoint 2013, don't if it's important here.

I'd grateful for any help.

Maciek

1 Answer, 1 is accepted

Sort by
0
Dimitar
Telerik team
answered on 05 Sep 2016, 08:45 AM
Hi Maciek,

As far as Sharepoint 2013 is concerned, I would suggest you to test your scenario outside it to check if this is interfering with your project.

And since you are following this set example, in order to assist you in the most efficient way I would suggest that you provide us with a very simplified runnable project that demonstrates the behavior that you describe. It may include aspx, code behind, web.config, data source if any, as well as any other files you find necessary. Thus, we could test your exact scenario locally and determine what might be causing the issue that you are experiencing. You can find guidelines how to prepare such a sample in the Isolating a problem in a sample project blog post.

Regards,
Dimitar
Telerik by Progress
Tags
Gantt
Asked by
Maciej
Top achievements
Rank 1
Answers by
Dimitar
Telerik team
Share this question
or