This question is locked. New answers and comments are not allowed.
I have a Telerik MVC 2 Grid and HTML.ListBoxFor .... When my page ,Telerik MVC
Grid loads at first which is in a partial View . In the Title Bar of this Grid ,
there is a " + " Image Button which is to add a new record in Grid . When
clicked this Image Button , main View is loaded on which there is a
HTML.ListBox. Now here is a tricky situation , I want to bind this
HTML.ListBoxFor with those values which are not present in My Telerik MVC Grid .
Initially both partial view and View ( I am using EF4 , MVC 2 , Telerik MVC Grid
version 2011.2.712 ) contains ViewModels which has same Data from server side .
I justw ant to filter this server side data at client side with Javascript or
Jquery