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

Client Binding - Custom Parameters?

1 Answer 53 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jeff Nafe
Top achievements
Rank 1
Jeff Nafe asked on 25 Feb 2010, 03:28 PM
I am using declarative client side binding (my DataBinding declaration looks like the following)

<DataBinding Location="Services/StoryService.svc" FilterParameterType="Linq" SelectMethod="MethodName" SortParameterType="Linq" ></DataBinding>

But, I need to pass along some custom parameters (start and end date). I've seen past posts about this, but it seems that this wasn't possible previously. As this is probably necessary in 99% of business scenarios, I'm hoping that this functionality has been added. I have tried setting values within the grids client side DataBinding event, but it doesn't seem to recognize any custom parameters there (i.e. FilterExpression, MaximumRows, SortExpression, StartRowIndex)

What is the best way for me to specify custom parameters to be passed along to my WCF service call?

1 Answer, 1 is accepted

Sort by
0
Yavor
Telerik team
answered on 26 Feb 2010, 01:26 PM
Hi Jeff,

Attached to this message, is a small application, which handles a functionality, close to the one, which you mentioned.
I hope it gets you started properly.

Regards,
Yavor
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Grid
Asked by
Jeff Nafe
Top achievements
Rank 1
Answers by
Yavor
Telerik team
Share this question
or