commits |
date |
73982
by
bdemarzo
(752
downloads)
|
May 20 2011
8:55 PM
|
Updated solution to VS 2008 to prepare for nuget package
|
24242
by
bdemarzo
(9230
downloads)
|
Jan 14 2009
5:45 PM
|
Added Insert item support to FormViewAdapter
|
24043
by
bdemarzo
(495
downloads)
|
Jan 8 2009
1:53 PM
|
Added LinkButtonAdapter (thanks to ereck for the patch)
|
24042
by
bdemarzo
(358
downloads)
|
Jan 8 2009
1:50 PM
|
* 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
(1696
downloads)
|
Nov 18 2008
6:19 PM
|
- 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
(3471
downloads)
|
Aug 19 2008
2:05 AM
|
Applied patch 1691 fixing type references when subclassing adapters, and changing method signature to protected virtual.
|
16230
by
bdemarzo
(391
downloads)
|
Aug 16 2008
1:48 AM
|
- 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
(180
downloads)
|
Aug 16 2008
1:24 AM
|
- Fixed issue with underscores causing incorrect HTML name properties Work Item: 3450,5588,5766
|
15615
by
bdemarzo
(873
downloads)
|
Jul 30 2008
5:48 PM
|
- Tweaks to CheckBoxList, GridView
Work Item: 6398,6456,6457
|
11160
by
bdemarzo
(4373
downloads)
|
May 6 2008
2:28 PM
|
- 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
(620
downloads)
|
Apr 29 2008
4:18 PM
|
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
(242
downloads)
|
Apr 29 2008
4:10 PM
|
Applied patch 1106 from tonyhild: Patch to solve the <a href='<%# Eval("Text")%>'> binding problem in MenuAdapter.
|
9278
by
bdemarzo
(1383
downloads)
|
Jan 25 2008
12:23 PM
|
- 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
(596
downloads)
|
Nov 15 2007
1:23 PM
|
Updated GridView to properly handle Edit and Selected row states in alternate rows (thanks, JeremyC!).
|
7464
by
bdemarzo
(216
downloads)
|
Nov 9 2007
5:04 PM
|
- Added Separator support to DataList
|
7463
by
bdemarzo
(188
downloads)
|
Nov 9 2007
4:52 PM
|
- 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
(279
downloads)
|
Oct 1 2007
12:02 PM
|
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
(192
downloads)
|
Sep 21 2007
5:56 PM
|
Applied patch from Wizzard to implement PagerTemplate in GridView. Updated GridView test page to illustrate these changes.
|
4571
by
bdemarzo
(192
downloads)
|
Sep 20 2007
1:22 PM
|
Updated LoginAdapter -- applied CodePlex patch #301 by Piquet to add support for the VisibleWhenLoggedIn property
|
4471
by
bdemarzo
(114
downloads)
|
Sep 14 2007
1:54 AM
|
Fixed CodePlex issue 2714 for TreeViews and refactored helper methods.
|
4470
by
bdemarzo
(87
downloads)
|
Sep 14 2007
1:45 AM
|
Attempt to fix issue described at http://www.codeplex.com/cssfriendly/Thread/View.aspx?ThreadId=14103.
|
4439
by
bdemarzo
(144
downloads)
|
Sep 12 2007
2:22 PM
|
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
(106
downloads)
|
Sep 11 2007
7:53 PM
|
Applied Rasetti's patch adding hover feature to TreeView via CSS class AspNet-TreeView-Hover
|
4403
by
bdemarzo
(87
downloads)
|
Sep 10 2007
1:04 PM
|
Fixed issue 3728 (IE6 CSS sent to IE7). Cleaned up CSS and script registrations to use helper methods.
|
4264
by
bdemarzo
(142
downloads)
|
Aug 30 2007
7:33 PM
|
Applied FrankFSmith's patch, fixing placement of EmptyDataTemplate code
|