Hi,
I would like to get the number of item in my datasource but with the sorting i only have the item of the page.
Me.myradgrid.MasterTableView.Items.Count
So i try using the PagingManager,but my PagingManager is nothing...
Me.myradgrid.MasterTableView.PagingManager.DataSourceCount
I call theses instructions in my behind-code to update a label in the databound fonction of my radgrid.
Thx