Close
Just a few details and you gain access to free downloads, support, subscription updates, betas, and special offers.
Join Now





Help Show Password

Read our Privacy Policy

FlexGrid for Windows Phone

Experience the FlexGrid's legendary flexibility, speed, and small footprint on the Windows Phone! Display tabular data across columns and down rows with this simple, yet powerful grid control. ComponentOne FlexGrid® for Windows Phone supports sorting, cell merging, and even cell editing with a platform specific UI.

Features

  • Touch Interaction

    Designed to provide a UX more fitting for the mobile world, FlexGrid for Windows Phone allows users to tap and flick the grid to scroll across columns, and flick or slide up and down to traverse rows. The data flies by smoothly to provide a clean and crisp experience.

  • Sorting and Filtering

    As expected with any control that calls itself a data grid, you can effortlessly sort and filter data per column. This functionality is exposed through a simple API that you can wire up to your application bar or any event.

  • Cell Editing

    C1FlexGrid supports cell editing through an easy-to-use interface for the Windows Phone. The editing is not inline as it would be in a Web or desktop application, but rather in a separate screen perfect for the Windows Phone.

  • Cell Merging

    C1FlexGrid enables cell merging at the grid level. Just set the AllowMerging property on specific rows and columns to enable this feature where you need it. Cell merging will merge adjacent cells that have the same content, while positioning the text so that it is always most readable to the user.

  • Flexible Data Binding

    Easily bind the C1FlexGrid control to anything that implements IEnumerable or bind directly to a list of objects.

  • Unbound Mode

    In addition to data binding support, C1FlexGrid also works great in unbound mode. Simply add rows and columns to the grid using familiar syntax from the WinForms version of the control. When unbound, the C1FlexGrid control stores data internally.

  • Custom Cells

    C1FlexGrid makes it easier to define custom cells by providing a more simpler interface, ICellFactory. Custom cells are useful if you want to display anything other than text in a grid cell, or if you need to apply conditional formatting.

  • Column and Row Freezing

    Freeze any number of rows and columns by simply setting the Rows.Frozen or Columns.Frozen properties. Frozen panes never scroll out of view.