Hi,
I'm binding a grid to a collection of my model and when that collection is empty the grid is making a post to get data.
Trying to avoid that useless ajax requests I set AutoBind(false) but when I return a collection with data the grid do not bind it.
How can I prevent the request event if there is no initial data?