Hello, I wanted to load the grid with data coming from server. I know how to do it on Ajax like datasource.Ajax().Read("Action", "Controller") but I don't want it to use ajax, I just want to use server binding. I found a Server() when looking in intellisense, I tried using Server().Read("Action", "Controller") but the grid is always empty..
Is it possible to do it using the above server binding not the one passing the model when loading the grid in Controller?
If it is, what am I missing?
Thank you and hoping that my question will be answered unlike those several threads that I created in the past that doesn't get answered at all.
Is it possible to do it using the above server binding not the one passing the model when loading the grid in Controller?
If it is, what am I missing?
Thank you and hoping that my question will be answered unlike those several threads that I created in the past that doesn't get answered at all.