Home
last modified time | relevance | path

Searched refs:AllowSorting (Results 1 – 25 of 64) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/Test/System.Windows.Forms/
H A DDataGridTableStyleTest.cs48 Assert.AreEqual (true, dg.AllowSorting, "AllowSorting property"); in TestDefaultValues()
63 dg.AllowSorting = !dg.AllowSorting; in TestAllowSortingChangedEvent()
74 dg.AllowSorting = !dg.AllowSorting; in TestAllowSortingChangedEvent_default()
/dports/www/rt44/rt-4.4.5/share/html/Elements/
H A DCollectionList73 if ( @OrderBy && ($AllowSorting || $PreferOrderBy || !$Collection->{'order_by'}) ) {
132 AllowSorting => $AllowSorting,
206 $AllowSorting => 0 # Make headers in table links that will resort results
/dports/www/rt50/rt-5.0.2/share/html/Elements/
H A DCollectionList84 if ( @OrderBy && ($AllowSorting || $PreferOrderBy || !$Collection->{'order_by'}) ) {
152 AllowSorting => $AllowSorting,
230 $AllowSorting => 0 # Make headers in table links that will resort results
/dports/www/rt44/rt-4.4.5/share/html/Admin/Elements/
H A DMembershipsPage65 AllowSorting => 1,
79 AllowSorting => 1,
H A DEditCustomRoles61 AllowSorting => 0,
77 AllowSorting => 1,
H A DEditCustomFields63 AllowSorting => 0,
80 AllowSorting => 1,
H A DEditScrips84 AllowSorting => 1,
139 AllowSorting => 0,
/dports/www/rt50/rt-5.0.2/share/html/Admin/Elements/
H A DEditCustomRoles61 AllowSorting => 0,
77 AllowSorting => 1,
H A DMembershipsPage65 AllowSorting => 1,
79 AllowSorting => 1,
H A DEditCustomFields63 AllowSorting => 0,
80 AllowSorting => 1,
H A DEditScrips88 AllowSorting => 1,
147 AllowSorting => 0,
/dports/www/rt50/rt-5.0.2/share/html/Elements/CollectionAsTable/
H A DHeader61 $AllowSorting => undef
138 if ( $AllowSorting and $col->{'attribute'}
/dports/www/rt44/rt-4.4.5/share/html/Elements/CollectionAsTable/
H A DHeader61 $AllowSorting => undef
129 if ( $AllowSorting and $col->{'attribute'}
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.UI.WebControls/
H A DDataGridTest.cs213 Assert.AreEqual (p.AllowSorting, false, "A12"); in Defaults()
259 p.AllowSorting = true; in CleanProperties()
260 Assert.IsTrue (p.AllowSorting, "A5"); in CleanProperties()
261 p.AllowSorting = false; in CleanProperties()
262 Assert.IsFalse (p.AllowSorting, "A6"); in CleanProperties()
373 p.AllowSorting = true; in ViewState()
376 p.AllowSorting = false; in ViewState()
2190 dg.AllowSorting = true; in SpecialLinkButton1()
H A DGridViewTest.cs462 Assert.AreEqual (false, g.AllowSorting, "AllowSorting"); in GridView_DefaultProperties()
522 g.AllowSorting = true; in GridView_AssignedProperties()
523 Assert.AreEqual (true, g.AllowSorting, "AllowSorting"); in GridView_AssignedProperties()
641 g.AllowSorting = true; in GridView_Sort_and_DataSourceSelectArguments()
668 g.AllowSorting = false; in GridView_Sort_and_DataSourceSelectArguments()
816 g.AllowSorting = true; in GridView_CreateDataSourceSelectArguments()
1134 gv.AllowSorting = true; in GridView_ViewState()
1139 Assert.AreEqual (true, copy.AllowSorting, "ViewStateAllowSorting"); in GridView_ViewState()
1188 gv.AllowSorting = true; in GridView_BubbleEvent()
2344 b.AllowSorting = true; in GridView_postback()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI.WebControls/
H A DDataGridColumn.cs204 sort = owner.AllowSorting; in InitializeCell()
/dports/www/rt44/rt-4.4.5/share/html/SelfService/Elements/
H A DMyRequests55 AllowSorting => 1,
/dports/www/rt50/rt-5.0.2/share/html/SelfService/Elements/
H A DMyRequests56 AllowSorting => 1,
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/WebControls/
H A DColumn.cs298 if ((owner != null) && (owner.AllowSorting == false)) { in InitializeCell()
/dports/www/rt44/rt-4.4.5/share/html/User/Elements/
H A DAssetList71 AllowSorting => 0,
H A DTicketList59 AllowSorting => 0,
/dports/www/rt50/rt-5.0.2/share/html/Group/Elements/
H A DTicketList58 AllowSorting => 0,
H A DAssetList104 AllowSorting => 0,
/dports/www/rt50/rt-5.0.2/share/html/User/Elements/
H A DTicketList59 AllowSorting => 0,
H A DAssetList105 AllowSorting => 0,

123