Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
19963 | Oct 7,2004 04:17 AM UTC | Oct 7,2004 09:50 AM UTC | WinForms | 4 |
![]() |
Tags: Grouping |
private void gridGroupingControl2_CurrentRecordContextChange(object sender, Syncfusion.Grouping.CurrentRecordContextChangeEventArgs e) { if(e.Action == CurrentRecordAction.EnterRecordComplete && e.Record != null && e.Record is GridCaptionRow) { GridCaptionRow rec = e.Record as GridCaptionRow; Console.WriteLine(rec.ToString()); } }
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.