The ColumnSortPanel type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | GetColumnsText |
Returns the text value for the selected column.
|
![]() | GetColumnsValue |
Returns the value for the selected column.
|
![]() | GetIndex |
Returns the index of this panel.
|
![]() | GetIsLoaded |
Returns true if this panel is done loading.
|
![]() | GetOrderText |
Returns the text value for selected sort order.
|
![]() | GetOrderValue |
Returns the value for the selected sort order.
|
![]() | GetTablesText |
Returns the text value for the selected table.
|
![]() | GetTablesValue |
Returns the value for the selected table.
|
![]() | LoadAll |
Loads all the information needed for displaying the filter builder panel.
Tables, columns etc.
|
![]() | LoadColumns |
Loads columns for the given core table.
|
![]() | LoadOrder |
Loads the order list.
|
![]() | LoadTables |
Loads the core tables.
|
![]() | Page_Load |
Standard page load method.
|
![]() | SetColumnsText |
Set the column text for this column sort panel.
|
![]() | SetColumnsValue |
Sets the columns value of this column sort panel.
|
![]() | SetIndex |
Sets the index of this panel.
|
![]() | SetOrderText |
Sets the order text for this column sort panel.
|
![]() | SetOrderValue |
Sets the sort order value for this panel.
|
![]() | SetTablesText |
Sets the tables drop down list based on a string text.
|
![]() | SetTablesValue |
Sets the internal join types value. Disconnected from asp.net control
to gaurantee functionality. Uses jQuery to control the client side selection.
|
See Also