This question is locked. New answers and comments are not allowed.
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
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