components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
AllowChangingPageSize
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
True
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
AllowDownloadForFileColumns
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
True
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
AllowEdit
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
ユーザーがグリッドのインライン編集をオンにするオプションがあるべきです。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
AllowNavigateOnPrimaryNameClick
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
True
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
true(デフォルト)でグリッドに「編集」ボタンが登録されている場合(a GridButton with IsOpenRecordButton =true)、レンダリングするセル テーブルのプライマリーネーム列はハイパーリンクになります。クリックしても同じことが発信されます 行ごとにダブルクリックで呼び出す機能があり、ユーザーが編集にジャンプできるようになっています フォーム(または登録ボタンに応じてナビゲートされた編集URL)を先に使わない 行を選ぶ。ハイパーリンクを抑制するためにfalseに設定し、 プライマリーネームセルをプレーンテキストとして使うことができます。編集ボタンが登録されていないと効果はありません。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
AllowNavigateOnRowDoubleClick
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
True
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
true(デフォルト)でグリッドに「編集」ボタンが登録されている場合(a GridButton with IsOpenRecordButton=true)、行をダブルクリックします そのボタンのOnClickを呼び出して行の記録を開けます 編集ダイアログか編集URLへのアクセス、どちらかのボタンが対応しているのです。設定 falseはダブルクリックハンドラを抑制するために使われます。編集ボタンがなければ効果はありません 登録されています。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
AllowPreviewForFileColumns
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
True
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
AllowSearch
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
True
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
ユーザーがグリッドを検索することが許されるべきか。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
BorderVisible
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
True
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
Buttons
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
RenderFragment?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
Columns
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
RenderFragment?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
CustomViewDefinitions
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
List<GridViewDefinition>?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
ドロップダウンに表示するカスタムビュー。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
DataSource
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
ViewDataSource?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
オプションで共有 Data.ViewDataSource。設定すると、グリッドは データソースから行数+総カウントを読み取る代わりに 独自の RetrieveRecordsAsync(System.String)を発行すること コール — 同じデータソースが兄弟姉妹を駆動することもあります <DataverseChart> または2つ目のグリッドで、すべてが使えます ページ分け/フィルター/検索を一度の往復でまとめて行えます。 単独使用( GridBase.DataSourceなし)は 既存の内部状態機械 — グリッドはFetchXMLを構成します IPowerPortalsProService 経由で直接フェッチします。 データソースが所有していないもの: グリッドごとのUIです 状態(選択された行、保留中の行が作成される/更新/削除、 列幅)をそれらはグリッドローカルのままで、2つのグリッドが1つを共有しています データソースは依然として独立した選択とグリッドごとの選択を持つことができます 編集保留中。 ViewDataSource.Highlight が設定された場合(例:aを通じて) クロスフィルターの「ハイライト」モードでチャートスライスクリック)、行の ハイライトされた列の値が視覚的に一致しない CSSクラスでミュートされ、行データ+選択は以下の通りです。 影響はありません(ソフトクロスフィルターは純粋にスタイリングです)。 components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
DefaultItemsPerPage
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
int
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
50
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
ページ上で読み込むデフォルトのレコード数。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
DefaultViewId
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
Guid?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
グリッドが初期ロード時に表示されるはずのビューのID。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
Editable
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
グリッドのインライン編集は有効ですか?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
Filters
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
IReadOnlyList<GridFilterBase>?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
追加のサーバー側フィルターと、解決されたビューにマージした ページングやソート、検索の前にfetchXMLを使いましょう。転送先へ Query.IFetchXmlQueryComposerFetchXmlQueryOptions.Filters、 したがって、各エントリはランタイムタイプ(例: Models.RelationshipFilter ANDは関係リンクエンティティをマージします)。 典型的な使い方:LinkExistingRecordGridButtonピッカーが Models.RelationshipFilterRelationshipFilterMode.ExcludeExistingRecordsもう― リンクされたレコードはM2Mの検索ダイアログからは隠されています。 SubGrid自身の内部と加算的に結合します 関係フィルター(これはFetchXMLに直接組み込まれています) 作曲家のフィルター枠を通るのではなく)— 両方とも終わります 同じクエリで上にいる。 components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
FullSize
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
HidePaging
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
ページサイズやページングコンポーネントを強制的に非表示にしてください。 アイテム数が分かっていて、ページサイズがアイテム数より大きいものに設定されている場合のみこれを行います。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
IncludeSearchInPersistedState
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
真の場合、アクティブ検索テキストは永続化されたものに含まれます 状態URLパラメータ(qフィールド下)。デフォルトはfalseに設定されます — 検索語は敏感で、ブラウザ履歴に蓄積されることがあります。 HTTPリファラーにリークするため、グリッドはURLからそれらを排除します。ただし 消費者は明示的にオプトインします。効果はありません GridBase.PersistedStateQueryParameterはまだ設定されていません。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
IsDirty
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
False
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
グリッドに保存されていない作成、更新、削除の未処理があるかどうかを示します。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
LoadedRecords
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
IEnumerable<TableRecord>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
現在グリッドに表示されている記録(最新の結果ページ)。 「表示されたすべてのもの」に対応する必要があるツールバーコマンド、例えばバルク用に設計されています ダウンロードボタン。ページにまたがらない。ページ単位の一括操作は 代わりに自分のページなしの取ってこい。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
MaxHeight
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
string?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
グリッドコントロールが拡張すべき最大高さ。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
MinHeight
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
string?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
300px
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
グリッド制御が占有すべき最低高さ。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
Mode
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
GridMode
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
RecordSelection
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
PageSizes
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
IEnumerable<int>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
グリッド用の利用可能なページサイズのコレクション。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
PagingMode
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
GridPagingMode
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
Paged
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
PersistedRowsSnapshot
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
PersistedGridRowsSnapshot?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
サーバープリレンダー→レンダリングされた行のページのインタラクティブなハンドオフです。フレームワーク プリレンダリングの最後にこの性質を自動永続化し、その前に再ハイドレートします GridBase.OnInitializedAsync インタラクティブ側に位置しているので、データフェッチは 最初のインタラクティブレンダリングを飛ばしました。フレームワークによってレンダーツリーの位置でキーされます。 消費時の場 PersistedGridRowsSnapshot.ViewId がチェックされます 時間がかかるので、別のビューで再レンダリングすると、古くなった行は破棄されます。パブリック・トゥ・ フレームワークの要件 — [PersistentState] はパブリックプロパティを以下でのみ認識します。 内省――しかし外部に設定する意図はありません。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
PersistedStateQueryParameter
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
string?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
グリッドのインタラクティブなメッセージを永続させるためのURLクエリ文字列パラメータの名前 州から。設定すると、グリッドは初期負荷時にこのパラメータを読み取り、 アクティブなビュー、ページ番号、ページサイズをシードし、そこからソートします。 その後のユーザー操作(表示ピック、ページ変更、ヘッダーソートなど) 新しい状態を Components.NavigationManagerで書き返す 置換-状態経路。パーシステンスはページリフレッシュやブックマークによって存続します。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
SelectedRecords
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
IEnumerable<TableRecord>
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
現在グリッドで選ばれている記録。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
SelectFromEntireRow
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
bool
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
True
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
SelectMode
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
DataGridSelectMode
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
Multiple
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
TableName
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
string?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
Title
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
string?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
表示のドロップダウンが表示されないときに表示する名前。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
TransformViewAsync
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
Func<GridViewDefinition, Task<GridViewDefinition>>?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
ビューが読み込まれた直後、グリッドが使用する前に実行されるオプションのコールバック それはカラムやクエリを作成するためのものでした。修正 Models.GridViewDefinition を に戻す グリッドが最終的にレンダリングするものを変換するなど、特定の列を確保するなど ビュー自身の構成に関わらず常に存在します。非同期で、発信者は 何をするか決める際には、メタデータキャッシュ、サービス、その他の非同期リソースを参照してください 含める。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
ViewIds
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
IEnumerable<Guid>?
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
ビュードロップダウンでグリッドが制限すべきビューのIDリスト。
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.name:
ViewSort
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.type:
ViewSort
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.default:
NameAscending
components.PowerPortalsPro.Demo.Client.Customizations.Components.Documentation.ApiDocumentation.description:
ビューのドロップダウンでビューの順番を並べ替えてください。