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

How to Implemented Filter and Sorting Radgrid

6 Answers 94 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Jaya
Top achievements
Rank 1
Jaya asked on 06 Feb 2015, 06:19 AM
Hi

How to Implemented Filter and Sorting Radgrid using Datatable in C# Code for example my field this

ex:Name,Empno,Amout,Dob Fields

any one guide me how will do this?

Thanks
for supports to all

6 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 10 Feb 2015, 12:21 PM
Hi,

You can find attached a sample page that demonstrates how to achieve your goal.

Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jaya
Top achievements
Rank 1
answered on 11 Feb 2015, 06:43 AM
Hi
Pavlina 
Thanks lot i need one more issue this check this can u solve this

http://www.telerik.com/forums/how-to-add-control-in-telerik-control
0
Jaya
Top achievements
Rank 1
answered on 11 Feb 2015, 06:48 AM
Hi

How to Implemented Filter and Sorting Radgrid using LIST OBJECT  in C# Code for example my field this

ex:Name,Empno,Amout,Dob Fields

any one guide me how will do this?
0
Pavlina
Telerik team
answered on 13 Feb 2015, 05:51 PM
Hello,

You can use a wide variety of custom objects as data sources for RadGrid. The only requirement is that the custom objects must implement the ITypedListIEnumarable, or ICustomTypeDescriptor interface. The example below demonstrates how to use one of these (ArrayList) to provide the structure of a RadGrid control:
http://www.telerik.com/help/aspnet-ajax/grid-binding-to-arraylist.html

Regarding the question from this forum post:
http://www.telerik.com/forums/how-to-add-control-in-telerik-control

I noticed that it is already answered.

Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
0
Jaya
Top achievements
Rank 1
answered on 14 Feb 2015, 03:27 AM
Hi
Thanks Pavilna valuable reply.

I need How to Telerik Grid when i click hyperlink column open modal popup for editing purpose the records. I seen our Website
for this most of people pass one aspx page pass parameter but i need same page open modal popup edit,delete purpuse
how will do this telerik grid  I must same page same page  same page with rad window.If u send samples for attached source
code also thats better for me.

I never no need pass parameter another page load the rad window

0
Pavlina
Telerik team
answered on 16 Feb 2015, 09:51 PM
Hi,

In the example below toggle the PopUp checkbox in order to display editing items in a PopUp edit form:
http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/edit-form-types/defaultcs.aspx

When an item is put in edit mode RadGrid will display a popup with the edit form. 

Regards,
Pavlina
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Grid
Asked by
Jaya
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
Jaya
Top achievements
Rank 1
Share this question
or