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

How to find Grid in ListView client side

2 Answers 81 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Calvin
Top achievements
Rank 1
Calvin asked on 27 Jul 2011, 05:16 PM
I have a listView with Grids in them.
I want to iterate over the grids when a grid row is clicked or selected.
foreach grid i want to filter the rows based on a time comparison with the selected row's time column.
I can do this server-side;  I'm trying to do this client-side, using javascript.

2 Answers, 1 is accepted

Sort by
0
Calvin
Top achievements
Rank 1
answered on 28 Jul 2011, 03:55 PM
the grid's OnGridCreated event doesn't fire.  I've tried everything under the sun.  How do I get a reference access to the grids inside the listview
0
Maria Ilieva
Telerik team
answered on 02 Aug 2011, 09:26 AM
Hello Calvin,

Unfortunately the required functionality is not supported out of the box and could not be achieved using the RadGrid and the RadListView client side API. Note that Grid filtering on the client could not be achieved except the RadGrid is client side binded.

All the best,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
ListView
Asked by
Calvin
Top achievements
Rank 1
Answers by
Calvin
Top achievements
Rank 1
Maria Ilieva
Telerik team
Share this question
or