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

[Solved] Binding to upshot source

0 Answers 55 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.
Szilard
Top achievements
Rank 1
Szilard asked on 09 Mar 2012, 09:23 AM
Hello,

I am trying to bind a grid to an upshot RemoteDataSource, instead of binding directly to the web service (an ASP.NET Web API service in my case). However, when the upshot model is bound to the grid, instead of the values from the model, the grid displays the actual functions (used by upshot to determine and maintain the values), instead of the values. From what I could tell, this is because the MVC Grid parses model.DemoProperty, whilst, with upshot, it should be parsing model.DemoProperty(), to evaluate the function.

Is there any way of currently bypassing this limitation, or are there any plans of supporting upshot and/or Web API dataSources for the grid?

Thanks,
Szilard
Tags
Grid
Asked by
Szilard
Top achievements
Rank 1
Share this question
or