Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
26399 | Mar 22,2005 05:30 PM UTC | Apr 15,2005 09:02 PM UTC | WinForms | 20 |
![]() |
Tags: Grouping |
this.groupingGrid1.TableOptions.AllowDragColumns = false;
this.groupingGrid1.TableOptions.AllowSortColumns = false;
this.groupingGrid1.TableControlCellDoubleClick += new GridTableControlCellClickEventHandler(groupingGrid1_TableControlCellDoubleClick);
private void groupingGrid1_TableControlCellDoubleClick(object sender, GridTableControlCellClickEventArgs e)
{
MessageBox.Show("Doubleclick");
}
Stefan
>Is there a way to trap the user''s double clicking on a column header event?
> this.groupingGrid1.TableOptions.AllowDragColumns = false;
> this.groupingGrid1.TableOptions.AllowSortColumns = false;
> this.groupingGrid1.TableControlCellDoubleClick += new GridTableControlCellClickEventHandler(groupingGrid1_TableControlCellDoubleClick);
>
> private void groupingGrid1_TableControlCellDoubleClick(object sender, GridTableControlCellClickEventArgs e)
> {
>
> MessageBox.Show("Doubleclick");
>
> }
>
>
>Stefan
>
>>Is there a way to trap the user''s double clicking on a column header event?
>> this.groupingGrid1.TableOptions.AllowDragColumns = false;
>> this.groupingGrid1.TableOptions.AllowSortColumns = false;
>> this.groupingGrid1.TableControlCellDoubleClick += new GridTableControlCellClickEventHandler(groupingGrid1_TableControlCellDoubleClick);
>>
>> private void groupingGrid1_TableControlCellDoubleClick(object sender, GridTableControlCellClickEventArgs e)
>> {
>>
>> MessageBox.Show("Doubleclick");
>>
>> }
>>
>>
>>Stefan
>>
>>>Is there a way to trap the user''s double clicking on a column header event? 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.