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

[Solved] Client Bind Hierarchy Grid w/ Filter

1 Answer 115 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Josh
Top achievements
Rank 1
Josh asked on 18 Sep 2009, 07:16 PM
I am been going over this and can't seem to get it working.  I am trying
to make a 3 layer (1 MTV and 2 Childs) that will let users filter the 3rd
layer based on a RadComboBox (Pick column) and RadTextBox (Contains ....)
outside of the grid.

I am using WebMethods in the code-behind file of the page.  I cannot
seem to figure out how to get all these items working together in sync.

Actually, I can't seem to figure out how to get the programmatic client
data binding to work with PageMethods.  I have found very little in my
search on the forum.  The items I have found don't seem to work.
I have tried WebServices but can't seem to get them to work on the
server.  I keep getting a 'WebService' is undefined when running the
page.  I have searched everywhere and tried all combinations of possible
issue from changing the web.config file to alterating the way its called
in JavaScript.  WebMethods using Dictionary is the only way I have been
able to pull the data and have it display.

Any ideas about how I can set this up using WebMethod and Dictionary
to return the data?  Forgot, I am using Linq to Sql Classes and
Dynamic Linq in case it make a difference.  Thanks in advance.

Josh

1 Answer, 1 is accepted

Sort by
0
Nikolay Rusev
Telerik team
answered on 24 Sep 2009, 06:24 AM
Hello Josh,

RadGrid supports only single level hierarchy when using client-side data-biding.
You can read more details about RadGrid client-side data-binding capabilities on the following help article:
http://www.telerik.com/help/aspnet-ajax/client-side-binding.html

Best wishes,
Nikolay
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
Grid
Asked by
Josh
Top achievements
Rank 1
Answers by
Nikolay Rusev
Telerik team
Share this question
or