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

[Solved] Showing values in ASP.NET MVC HTML.TextBoxFor which are not present in Telerik MVC Grid

0 Answers 113 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.
ashes
Top achievements
Rank 1
ashes asked on 13 Sep 2011, 08:53 AM
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
Tags
Grid
Asked by
ashes
Top achievements
Rank 1
Share this question
or