RadGrid Dynamic CheckBoxList on Edit

Posted by Kobojunkie on Stack Overflow See other posts from Stack Overflow or by Kobojunkie
Published on 2011-01-31T07:21:01Z Indexed on 2011/01/31 7:26 UTC
Read the original article Hit count: 401

Filed under:
|
|
|
|

I have a situation where I need to, when in Radgrid Edit Mode and user makes a selection on a contained dropdownlist, display a modalPopup containing a Checkboxlist populated with data that relates to dropdownlist selection. When Selections are made on the checkboxlist, and OK button clicked, I want to return to the RadGrid Edit template, and populate a textbox in the template with the checkbox selected information. Anyone have a clear idea of how I ought to handle this. An example will be greatly appreciated please.

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET