FlexGrid for Windows Phone Key Features
Make the most of FlexGridfor Windows Phone by taking advantage of the following key features:
• Touch Interaction
The FlexGrid for Windows Phone has been remodeled to provide a user experience more fitting for the mobile world. Users can 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.
• Column Sorting
As expected with any control that calls itself a data grid, you can effortlessly sort data per column. This functionality is exposed through a simple method you can wire up to your application bar or any event.
• Cell Editing
C1FlexGrid supports cell editing through a provided separate interface. The editing is not inline as it would be in a Web or desktop application, but rather in a hassle free pop-up perfect for the Windows Phone.
• Flexible Data Binding
Easily bind the C1FlexGrid control to anything that implements IEnumerable or bind directly to a list of objects.
• UnboundMode
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.
• 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.
• 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.