Is it possible to set a column as fixed or locked. For example, the columns are:
- AccountName
- LastOrderDate
- LastOrderAmount
- ShipToCity
- Rating
- CustomerType
- EmailAddress
- PhoneNumber
I want the AccountName column to remain fixed - while the other columns will be scrollable (horizontally). So, when I scroll to the right so I can view the PhoneNumber column - the AccountName will remain visible, fixed in place.
Is this possible out of the box using the behaviors/properties... or can it be done by using a grid with a child grid... or do we need to develop a custom solution for this?