Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
20501 | Oct 19,2004 10:49 PM UTC | Oct 20,2004 10:53 PM UTC | WinForms | 3 |
![]() |
Tags: Grouping |
private void gridGroupingControl1_TableControlCurrentCellValidating(object sender, GridTableControlCancelEventArgs e) { GridCurrentCell cc = e.TableControl.CurrentCell; Console.WriteLine("new: {0} old: {1}", cc.Renderer.ControlText, e.TableControl.Model[cc.RowIndex, cc.ColIndex].CellValue); GridTableCellStyleInfo style = e.TableControl.Model[cc.RowIndex, cc.ColIndex] as GridTableCellStyleInfo; if(style != null) { Console.WriteLine("column: {0}", style.TableCellIdentity.Column.Name); } }
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.