[Message Deleted]
C#
3
Posts
2
Posters
0
Views
1
Watching
-
Hello, You can get the CurrencyManager and access its Count property.
CurrencyManager cm = dataGrid.BindingContext[dataGrid.DataSource] as CurrencyManager; if(cm != null) int count = cm.List.Count; //Total rows in the grid.
HTH. Cheers :) Maqsood Ahmed - MCAD.net Kolachi Advanced Technologies http://www.kolachi.net -
Hello, You can get the CurrencyManager and access its Count property.
CurrencyManager cm = dataGrid.BindingContext[dataGrid.DataSource] as CurrencyManager; if(cm != null) int count = cm.List.Count; //Total rows in the grid.
HTH. Cheers :) Maqsood Ahmed - MCAD.net Kolachi Advanced Technologies http://www.kolachi.net