問題タブ [wingrid]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
java - Infragistics Wingrid に新しい列を追加
アプリケーションで Infragistics wingrid を使用しています。wingrid にデータソースを割り当てました。今、特定の場所に新しい列を追加したいと考えています。
これをどのように実行できるか教えてください。
よろしく、サヴァン。
infragistics - InfragisticsUltraGridとInfragisticsWinGridは同じ製品ですか?
InfragisticsUltraGrid要件でいくつかのタスクがあります。彼らのサイトでInfragisticsコントロールのリストが見つかりましたが、UltraGridはなく、WinGridのみです。教えてください、これらの製品は同じですか?ありがとうございました
.net - Making Infragistics UltraGrid Columns have "Spring" Behaviour
Oout of the box the Infragistics UltraGrid control allows you to make the last column in a grid spring to fill the remaining unused portion of the grids bounding rectangle.
I have searched but cannot find a method of making a column that is not the end column spring to fill the width.
For example, a row that has a text description followed by a column that contains a button to perform some action. You want the text description to take most of the width, and have the column with the button butt up to the end of the grid's bounding rectangle.
Has anyone got any experience of attempting to get the UltraGrid control to do this out of the box, or some hack to make it work?
c# - 削除された DataRow を (Infragistics.Ultra-) グリッドに表示する
DataRowState.Deleted を持つ DataTable から DataRow を表示することは可能ですか?
シナリオ: ユーザーは、グリッドに表示されるある種のルックアップ情報を編集できます。これで、複数のエントリを削除、変更、または挿入し、最終的にデータベースへの 1 回のクリックですべての変更を保存できます (主キー違反やその他の問題がないことを前提としています)。
編集ステータスに応じてさまざまな行を色付けしたいのですが、削除された行はすぐに消えます。
この問題を解決するためのアイデアや別のアプローチはありますか?
infragistics - Infragistics Win Grid で Outlook Group By の GroupByRow ダブル クリック イベント ハンドラーを追加する方法
GroupByRow 記述のダブルクリック イベントを処理する必要がありますが、その方法がわかりません。
infragistics - Infragisticswingridで垂直形式でデータを一覧表示する方法
通常(そして当然のことながら)、リストの各エントリはグリッドコントロールの行に表示されますが、各エントリを垂直形式、つまり列で表示する必要がある場合があります。
たとえば、次のような単純なグリッドの場合:
- 名前Eメール年齢アドレス
- Johnj@a.com30ジョンの住所
- ジョーj@b.com30ジョーの住所
- トムt@c.com30トムの住所
Infragistics wingridで次のように表示することは可能ですか?
- 名前ジョンジョートム
- メールJ@a.comj@b.comt@c.com
- 30歳3030
- 住所ジョンの住所ジョーの住所トムの住所
これを行う理由の1つは、各エントリのフィールドが多すぎて、すべてが同じ行ではなく同じ列にある方がナビゲートしやすいとユーザーが考えているためです。
元のデータソースを手動で変換し、垂直形式で別のビジネスオブジェクトを構築できることは知っていますが、新しいBOは実際にはその意味を表していないため、扱いにくいと感じています。
どんな助けでも大歓迎です..ありがとう。
c# - Infragistics WinGrid: CheckBox 列を最初にチェックする方法
バインドされていない列を持つ Infragistics WinGrid (UltraGrid、UltraWinGrid など) があります。と がStyle = Checkbox
ありDataType = System.Boolean
ます。に設定DefaultCellValue
しましtrue
たが、すべての新しい行がcell.Value == False
その列に表示されます。デフォルト値を機能させるにはどうすればよいですか? ありがとう!
winforms - Infragistics ウルトラグリッド列にボタン + テキストを追加
Infragistics 2013 バージョンを使用しています。winforms ultragrid の列にテキストと共にボタンを追加する必要があるという要件があります。ボタンをクリックするとポップアップ画面が開き、ユーザーはグリッドの列にテキストとして表示される値を選択できます。
ありがとうございました。