Wednesday, September 26, 2007
Thursday, September 13, 2007
Client Side GridView
This is the AJAX Client side Gridview with paging, sorting, drag and drop
http://www.codeplex.com/AjaxDataControls
http://www.codeplex.com/AjaxDataControls
CollapsiblePanel expand / collapse
From javascript
$find(BehaviorID).expandPanel();
$find(BehaviorID).collapsePanel();
in Code Behind
cpeLeft.Collapsed = false;
cpeSide.Collapsed = true;
cpeLeft.ClientState = "false";
cpeSide.ClientState = "true";
$find(BehaviorID).expandPanel();
$find(BehaviorID).collapsePanel();
in Code Behind
cpeLeft.Collapsed = false;
cpeSide.Collapsed = true;
cpeLeft.ClientState = "false";
cpeSide.ClientState = "true";
Subscribe to:
Posts (Atom)