Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
データベースから生成された行の値に基づいて、ハイパーリンク フィールドに「編集」を動的に表示するにはどうすればよいですか。
N/B.: gridview は自動的に行を生成します。
必要に応じて、編集DataGridViewLinkColumnが表示されたグリッドを表示したいということですか? このような:
DataGridViewLinkColumn
その場合、列全体を LinkColumn にすると、クリック可能かどうかはグリッドによって内部的に処理されます。編集が表示されない列はクリックできません。
これを意味しない場合は、詳細を提供してください。