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.
グリッドで剣道日付ピッカーの最大日付を設定したい。
タイプが「日付」の列があるので、その列の日付ピッカーの最大日付を設定したいと思います。
グリッドがバインドされている dataSource でスキーマを定義するときは、日付列の検証を追加するだけです
validation: { max: new Date('12/1/2006') }
サンプルhttp://jsbin.com/quyoto/1/edit?html,js,outputを参照してください