Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
15881 | Jun 29,2004 03:48 PM UTC | Jul 6,2004 04:11 PM UTC | WinForms | 4 |
![]() |
Tags: Grouping |
this.groupingGrid1.TableOptions.AllowSelection = GridSelectionFlags.Any;
this.groupingGrid1.TableModel.Options.ExcelLikeSelectionFrame = true;
this.groupingGrid1.TableModel.Options.ExcelLikeCurrentCell = true;
this.groupingGrid1.TableControl.ExcelLikeFrameSelections = new GridPaintExcelLikeSelection(this.groupingGrid1.TableControl);
It''s because the TableControl does not check for the GridControllerOptions.ExcelLikeSelection controller, but you can manually instantiate and associate the controller by assigning it to TableControl.ExcelLikeFrameSelections
Stefan
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.