0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
can have different name and id for a form field More... about 11 years ago
renamed WithData extension method to WithQueryStringData More... about 11 years ago
is no NamePrefix is specified, use the IdPrefix More... about 11 years ago
add .WithoutItemSeparator() for RadioButtonLists More... about 11 years ago
performance: use sb.Append('x') instead of sb.Append("x") More... about 11 years ago
handle null value in CheckBox data bugz: 25851 More... over 11 years ago
added data attribute to hidden element More... over 11 years ago
add some overloads to avoid calling .Compile() More... over 11 years ago
added data attribute to most of the form field elements More... over 11 years ago
seperate name and id attribute to handle model binding in cascading object hierarchy More... almost 12 years ago
separate ids from prefixes with underscore instead of dot More... almost 12 years ago
Can add Css class to RadioButtons and RadioButtonList More... almost 12 years ago
Added the ability to specify checkbox id as string in a table column More... about 12 years ago
support WithLabel() on Radio Button Lists More... about 12 years ago
support VisibleIf() on links More... about 12 years ago
Added the abilityt to add css to checkbox in table More... about 12 years ago
Added the ability to add checkbox with unique id to tables More... about 12 years ago
Add Attribute to DropDownList to handle multiple selections More... about 12 years ago
support one-off modifications to field validation More... about 12 years ago
css class was not being rendered on CommandItems More... about 12 years ago
Add guard clause to not map (I)Lists More... about 12 years ago
improve handling of target List<> properties in populate More... over 12 years ago
added the ability to handle dollar symbol in populate mathod More... over 12 years ago
set div id within each column More... over 12 years ago
Change Encoding to UTF8 so that Spanish accent characters are displayed properly More... over 12 years ago
Hack to exclude guids from conversion in ListUIMap More... over 12 years ago
added checkbox to list item, now checkbox control on list or table can be configured in UIMap More... over 12 years ago
fix the comboselect test More... over 12 years ago
added Checkbox list extensions, abilityt to add multiple classes to checkbox More... over 12 years ago
Updated DataColumn to not set the NamedConstant key directly. Also, updated MvbaCore.dll which enforces the new behavior. More... almost 13 years ago