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.
ウィンドウにデータグリッドがあります。コードの条件に応じて、グリッドの下部にある特定の行を送信したい。例:
if(!Row.Isenable) { ///send this row to bottom of grid }
これどうやってするの?