The ColumnSortPanel type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ColumnSortPanel | Initializes a new instance of the ColumnSortPanel class |
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.
|
Fields
| Name | Description | |
|---|---|---|
| columnsText |
Holds the tables text value.
| |
| columnsValue |
Controls the tables drop down list selection value.
Using jQuery to ensure proper drop down list selection.
| |
| coreColumns |
Holds a list of core columns.
| |
| coreTables |
Holds a list of active tables from the report building process.
| |
| ddlColumns |
ddlColumns control.
| |
| ddlOrder |
ddlOrder control.
| |
| ddlTables |
ddlTables control.
| |
| dvMainWrapper |
dvMainWrapper control.
| |
| dvRounded |
dvRounded control.
| |
| errorText |
Represents the current error state of this control.
| |
| index |
Represents the index of this panel in a list of panels.
| |
| key |
Secret key.
| |
| lblColumns |
lblColumns control.
| |
| lblOrder |
lblOrder control.
| |
| lblTables |
lblTables control.
| |
| loaded |
Represents if this filter builder panel has had its base data loaded.
| |
| orderText |
Holds the tables text value.
| |
| orderValue |
Controls the tables drop down list selection value.
Using jQuery to ensure proper drop down list selection.
| |
| svc |
Service reference.
| |
| tablesText |
Holds the tables text value.
| |
| tablesValue |
Controls the tables drop down list selection value.
Using jQuery to ensure proper drop down list selection.
|
See Also