background

UI for PHP

PHP Grid

  • Part of the Telerik UI for PHP library along with 100+ professionally-designed components.
  • Includes support, documentation, demos and more!
  • Column interactions

    Give your users the ability to re-size and reorder the columns you have provided to them on the client, without any request to the server. Additionally the provided context menu allows them to easily hide or display columns as well
  • Insert, update and delete

    Allow the user to create, update, or even delete data from your underlying data source. Edit forms can be presented in-line, in-form, or in a pop-up, allowing you to grant the user with the exact user experience they are looking for. You can even do batch updates.
  • Hierarchy

    Quickly create an N-level hierarchical Grid to represent your data. This hierarchy can be setup using both server driven and HTML5  driven approaches, ensuring that you can implement the hierarchical Kendo UI Grid component in any application.
  • Editing: batch, inline, popup and custom editor

    You can enable automatic data editing for the Telerik Kendo UI Grid when it’s bound to a DataSource control like SqlDataSource, LinqDataSource, EntityDataSource, etc. or use the extensive API to handle the CRUD operations in a custom manner. Display the edit form inline, as a regular form, or in a popup. Enable batch editing to allow users to edit multiple items and save them all by hitting the Save button just once.


  • Autocomplete Filtering

    The PHP wrapper for Kendo UI Grid has Google-style autocomplete filtering. The functionality filters records intuitively when browsing through large amount of data. 

    grid-filtering-row-autocomplete
  • Page, sort, filter, and group data

    Page, sort, filter, and even group your data using the intuitive interface of the Kendo UI Grid component. Using a few easy-to-implement properties, any Grid can have this rich user experience.
  • Data-binding: local, remote, Everlive

    Use any declarative data source control (AccessDataSource, SqlDataSource, LinqDataSource, EntityDataSource, ObjectDataSource, XmlDataSource, OpenAccessDataSource), or bind the grid to your custom objects on the fly. Take advantage of the server events, which are executed only when the grid needs to get fresh data from the server. Declarative and programmatic client-side binding to ASP.NET Web Services, WCF, ADO.NET, OData services and Page Methods is also supported. Whether you want to use local data, or to serve your data via calls back to the server, you are covered. Out-of-the-box the Telerik Kendo UI Grid can bind to these various sources allowing you to pick the most optimal solution for your implementation.
  • Data Range Selection, Copy and Export

    The PHP Grid offers flexible export options, enabling you to copy or export only a specific part of your data. You can choose to export or copy a range of selected cells, combine them with a range or ranges of rows or in the form of a chart to serve any use case and app requirement.  

    Telerik UI for PHP Grid Range Selection and Export to Excel
  • Organize Items in the Column Menu

    Each of the Grid’s columns can have a menu with additional options for the user to pick from. These options can be programmatically controlled to display as sophisticated a choice as necessary. For example, you might want to add the ability to add or remove columns from the Grid, while at the same time group and sort the list of columns.
    Telerik UI for ASP.NET PHP Grid
  • Exportable Property for Grid Columns

    The Exportable property allows you to hide one or several Grid columns while exporting to PDF, Excel or CSV to exclude it from the exported file. It’s best used on columns containing aggregated data from another column (like sum or average). You can also define columns as exportable in one format and non-exportable in others.  
  • Templates

    Have full control over the way your Telerik Kendo UI Grid looks to the end user. Using the template feature of the Grid component, you can easily customize the display and layout of columns and rows.
  • Keyboard Navigation

    Provide your users with a method to interact with the Telerik Kendo UI Grid component without needing the mouse. With keyboard navigation you can create an application that fits users either preferring to utilize keystrokes, or create a highly accessible application by offering a mouse alternative.


  • Accessibility

    Telerik Kendo UI Grid component is perfect for scenarios where accessibility is important for your application. The Grid complies with Section 508 and WCAG guidelines, ensuring that individuals with disabilities can still view and interact with it.

Next Steps