pFad - Phone/Frame/Anonymizer/Declutterfier! Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

URL: https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.resizable

e", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://docs.telerik.com/kendo-ui/api/javascript/ui/grid/configuration/columns.resizable" }, "headline": "columns.resizable - API Reference - Kendo UI Grid - Kendo UI for jQuery ", "author":{ "@type":"Organization", "name":"Telerik"}, "publisher": { "@type": "Organization", "name": "Telerik", "alternateName":"Телерик", "url":"https://www.telerik.com/", "sameAs":["https://www.facebook.com/Telerik", "https://twitter.com/Telerik", "https://plus.google.com/+Telerik", "https://www.linkedin.com/company/telerik", "https://github.com/telerik","https://www.youtube.com/user/TelerikInc"], "logo": { "@type": "ImageObject", "url": "https://telerik-media.s3.amazonaws.com/assets/progress-telerik-logo-black.png" } }, "description": "In this article you can see how to configure the columns.resizable property of the Kendo UI Grid.", "about": "Kendo UI for jQuery", "isPartOf": "https://www.telerik.com/kendo-ui#jquery" }

columns.resizable Boolean (default: true)

If set to false the column will become non-resizable, while all the other columns remaining resizable in the the grid component. In order for this property to work, grid's resizable property must be set to true

Example - non-resizable column

<div id="grid"></div>
<script>
$("#grid").kendoGrid({
  resizable: true,
  columns: [
    { field: "id", width: 250, resizable: false }, //column will not be resizable anymore
    { field: "name", width: 250 },
    { field: "age", width: 250 }
  ],
  dataSource: [
      { id: 1, name: "Jane Doe", age: 31, city: "Boston" },
      { id: 2, name: "John Doe", age: 55, city: "New York" }
  ]
});
</script>
In this article
pFad - Phonifier reborn

Pfad - The Proxy pFad © 2024 Your Company Name. All rights reserved.





Check this box to remove all script contents from the fetched content.



Check this box to remove all images from the fetched content.


Check this box to remove all CSS styles from the fetched content.


Check this box to keep images inefficiently compressed and original size.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy