This is a migrated thread and some comments may be shown as answers.

Unable to use rowCount or Rows in RadGridView.

1 Answer 94 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Roger
Top achievements
Rank 1
Roger asked on 13 Jun 2014, 03:57 PM
What DLL or references do I need to have access to RowCount and Rows when using my RadGridView1?
Also GridViewDecimalColumn isn't available.

I'm working in silverlight and I have in me references:

Telerik.Windows.Controls.dll
Telerik.Windows.Controls.Gridview.dll
Telerik.Windows.Controls.Input.dll
Telerik.Windows.Controls.Navigation.dll
Telerik.Windows.Data.dll

Thanks

1 Answer, 1 is accepted

Sort by
0
Nick
Telerik team
answered on 17 Jun 2014, 01:35 PM
Hi Roger,

The count if the rows present in gridView can be obtained by accessing the Items.Count property. This will give you the exact count of items in RadGridView even after Sort, Filter or Group operations.

As to the GridViewDecimalColumn, RadGridView for Silverlight does not offer such column. You can use GridViewDataColumn instead. 

Hope this helps. 

Regards,
Nik
Telerik
 
Check out Telerik Analytics, the service which allows developers to discover app usage patterns, analyze user data, log exceptions, solve problems and profile application performance at run time. Watch the videos and start improving your app based on facts, not hunches.
 
Tags
General Discussions
Asked by
Roger
Top achievements
Rank 1
Answers by
Nick
Telerik team
Share this question
or