| Change Set |
Date |
Downloads |
Comment |
24242
by
bdemarzo
|
Jan 14 at
6:45 PM
|
6076 |
Added Insert item support to FormViewAdapter |
24043
by
bdemarzo
|
Jan 8 at
2:53 PM
|
459 |
Added LinkButtonAdapter (thanks to ereck for the patch) |
24042
by
bdemarzo
|
Jan 8 at
2:50 PM
|
305 |
* CheckBoxList now applies CSS class 'AspNet-CheckBoxList-Selected' to selected items. * RadioButtonList now applies CSS class 'AspNet-RadioButtonList-Selected' to selected items, 'AspNet-RadioButtonList-Disabled' to disabled items, and 'AspNet-RadioButtonList-RepeatDirection-*' where * is 'Horizontal' or 'Vertical' to the outer <ul> based on the control's RepeatDirection property. |
19655
by
bdemarzo
|
Nov 18 2008 at
7:19 PM
|
1657 |
- Applied nikolayraychev's patch 2082: added support for RepeatLayout=Table (HTML table) and RepeatLayout=Flow (html UL). - Applied damianedwards's patch 1895: added CSS classes to GridView header cells (sortable, sorted, asc, desc) Work Item: 7717
|
16291
by
bdemarzo
|
Aug 19 2008 at
3:05 AM
|
3447 |
Applied patch 1691 fixing type references when subclassing adapters, and changing method signature to protected virtual. |
16230
by
bdemarzo
|
Aug 16 2008 at
2:48 AM
|
374 |
- Remove extra > in TreeViewAdapter with node image - Improve EmptyDataTemplate support for FormViewAdapter - Added sample to illustrate 6439 (server-side linkbutton doesn't render in DetailsView EmptyDataTemplate) - Added sample to illustrate previous fix in rendering control names with underscores Work Item: 6807,7147
|
16229
by
bdemarzo
|
Aug 16 2008 at
2:24 AM
|
174 |
- Fixed issue with underscores causing incorrect HTML name properties Work Item: 3450,5588,5766
|
15615
by
bdemarzo
|
Jul 30 2008 at
6:48 PM
|
861 |
- Tweaks to CheckBoxList, GridView
Work Item: 6398,6456,6457
|
11160
by
bdemarzo
|
May 6 2008 at
3:28 PM
|
4324 |
- Added generation of AspNet-CheckBoxList-Disabled class to CheckBoxListAdapter - GridView's EmptyDataTemplate is now generated in TFOOT of table, and THEAD is hidden - Commented out reflection-based method calls from MenuAdapter and TreeViewAdapter to allow partial trust hosting again (you can un-comment if you need the functionality) - XML comments added to TreeViewAdapter, and viewstate issue fixes - Link to CheckBoxList.aspx was missing from walkthru page Work Item: 2714,5339,1919
|
11086
by
bdemarzo
|
Apr 29 2008 at
5:18 PM
|
611 |
Applied patch 608 from supergibbs: #4877 - Changes GridViewAdapter to use the GetRowClass method for the pager section. #4878 - Changed GridViewAdapter to use the correct Top/Bottom PagerRow when using a Pager Template. |
11085
by
bdemarzo
|
Apr 29 2008 at
5:10 PM
|
233 |
Applied patch 1106 from tonyhild: Patch to solve the <a href='<%# Eval("Text")%>'> binding problem in MenuAdapter. |
9278
by
bdemarzo
|
Jan 25 2008 at
1:23 PM
|
1221 |
- Major rewrites of GridView, DetailsView, and FormView walkthroughs - FormView and DetailsView now use PagerTemplate when it exists - FormView, DetailsView, and GridView properly position pager based on PagerPosition and Visibile properties - Implemented GridView's DataControlRowType.Pager instead of hard-coded CSS class (non-breaking change)
|
7742
by
bdemarzo
|
Nov 15 2007 at
2:23 PM
|
586 |
Updated GridView to properly handle Edit and Selected row states in alternate rows (thanks, JeremyC!).
|
7464
by
bdemarzo
|
Nov 9 2007 at
6:04 PM
|
208 |
- Added Separator support to DataList |
7463
by
bdemarzo
|
Nov 9 2007 at
5:52 PM
|
178 |
- Improved DataList adapter applies default classes (AspNet-DataList-Item, AspNet-DataList-Alternate, AspNet-DataList-Header, AspNet-DataList-Footer, etc.), renders header, caption, and footer in proper table markup - Improved CSS class detection in GridView controls - Added a walkthru/test page for DataList - Thanks to SelArom for the patches! |
5002
by
bdemarzo
|
Oct 1 2007 at
1:02 PM
|
273 |
Applied CodePlex patch #337/338 provided by tonyhild to apply the AspNet-DetailsView-RowCommand class to the list item row for command buttons. |
4587
by
bdemarzo
|
Sep 21 2007 at
6:56 PM
|
185 |
Applied patch from Wizzard to implement PagerTemplate in GridView. Updated GridView test page to illustrate these changes. |
4571
by
bdemarzo
|
Sep 20 2007 at
2:22 PM
|
187 |
Updated LoginAdapter -- applied CodePlex patch #301 by Piquet to add support for the VisibleWhenLoggedIn property |
4471
by
bdemarzo
|
Sep 14 2007 at
2:54 AM
|
107 |
Fixed CodePlex issue 2714 for TreeViews and refactored helper methods. |
4470
by
bdemarzo
|
Sep 14 2007 at
2:45 AM
|
78 |
Attempt to fix issue described at http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=14103. |
4439
by
bdemarzo
|
Sep 12 2007 at
3:22 PM
|
133 |
Applied patch to fix issue 2714, "Embedded styles added to header by Menu control". Also removed unnecessary using declaration in TreeViewAdapter.cs. |
4419
by
bdemarzo
|
Sep 11 2007 at
8:53 PM
|
100 |
Applied Rasetti's patch adding hover feature to TreeView via CSS class AspNet-TreeView-Hover |
4403
by
bdemarzo
|
Sep 10 2007 at
2:04 PM
|
78 |
Fixed issue 3728 (IE6 CSS sent to IE7). Cleaned up CSS and script registrations to use helper methods. |
4264
by
bdemarzo
|
Aug 30 2007 at
8:33 PM
|
134 |
Applied FrankFSmith's patch, fixing placement of EmptyDataTemplate code |
4058
by
bdemarzo
|
Aug 13 2007 at
7:10 PM
|
133 |
Fixed submit issue with CreateUserWizard |