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

Telerik Radgrid help!

0 Answers 28 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mascherano
Top achievements
Rank 1
Mascherano asked on 16 Jan 2015, 12:51 PM
Hi,

I need help for Radgrid filtering. My problem is related to filtered records. My grid is good work but I need  show  as "count and distinct"  

For example; I used dropdownlist in same project, I filtering records with ddl and  RadGridFilterControl (and NeedDataSource is good work). Here is code for unique records count :

                            Dim dd As DataView
                            dd = New DataView
                            dd = categorySet.Tables(0).DefaultView  //this is my dataset, it's work with stored procedure
                         
                            lbl_kayit.Text = "<b>" + (dd.ToTable(True, "sicil").Rows.Count().ToString) + "</b>" 

 it's work for dataview but I did'nt with FilterControlTextbox.

How I find count and unique records in mygrids filtercontrol?  Which should I use Event?
Tags
General Discussions
Asked by
Mascherano
Top achievements
Rank 1
Share this question
or