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.
kendo-uiでグリッドとそのコンテンツのサイズを変更できますか? レスポンシブ Web アプリケーションに使用したい。サイズ変更可能な列、行、および内部のコンテンツ (テキスト、画像など) を意味します。
最初にグリッドを作成するときに resizable を true に設定していれば、剣道グリッドの列のサイズを変更できます。
$("#grid").kendoGrid({ dataSource: { //datasource stuff }, height: 350, sortable: true, resizable: true, <--this is the one to be set to make resizing possible pageable: true,