Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Rebind a grid on change of drop down list

Not answered Rebind a grid on change of drop down list

Feed from this thread
  • Steve avatar

    Posted on Jan 12, 2012 (permalink)

    For some reason I am finding it extremely hard to do a simple task.

    I have a drop down list of users above a grid of items associated with the user.  All I want to do is rebind the grid when the drop down list is changed to return the list of items associated with the new user.

    I can easily do this with a server post but want to use the ajax features. Trouble is I cannot work out how to reference the value of my drop down list in the rebind method.

    Any help will be greatly appreciated.

    Reply

  • Steve avatar

    Posted on Jan 12, 2012 (permalink)

    Discovered the solution for myself.

    There is an example under "Selection / Client Selection" where selecting one grid rebinds another grid.  I used this example so that the onchange event of my drop down list rebinds the grid.

    Works like a charm.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / Telerik MVC Extensions (superseded) > General Discussions > Rebind a grid on change of drop down list