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

[Solved] Custom Databinding Ajax

1 Answer 87 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tony
Top achievements
Rank 1
Tony asked on 01 Dec 2011, 04:48 AM
I know this is a popular subject around here. I'm hoping that there were some changes in Q3 that provides some solutions.

The Grid is really strong with EF, L2S, etc - those that support IQueryable and thus so that Linq can be used. Is there any other solution at this time to use something else - custom library, PetaPoco, Massive, etc. that can be integrated with all the features of the Grid?

The biggest issue is getting the JSON back to the grid in a format that it understands. For example, theoretically, I could page, sort and filter the grid when it hits the controller. However, we then have to get it grouped/aggregated and sent back and that's where we run into a problem - is there a helper in Telerik code that can be used for this?

1 Answer, 1 is accepted

Sort by
0
Tony
Top achievements
Rank 1
answered on 01 Dec 2011, 03:05 PM
This post led me to the demo with the binding helper (not sure how I didn't see it). I think this may be what I need - although a more generic way to determine the property is needed - switch statement for every property is a little crazy - maybe dynamics. I'll update this if I get it solved.
Tags
Grid
Asked by
Tony
Top achievements
Rank 1
Answers by
Tony
Top achievements
Rank 1
Share this question
or