Announcement

Collapse
No announcement yet.
X
  • Filter
  • Time
Clear All
new posts

    How to bind data in tree type structure dynamically to tree grid

    Can somebody tell me if it is possible in smartclient to dynamically bind the data(json message) to tree grid.
    I have wasted my 3weeks over it. And didnt got rep for my 1st post which was related to this topic only.

    Isomorphic just let me know if it is possible or not.

    #2
    Yes you can. See tree data binding in docs.

    Comment


      #3
      hii david.
      Actually I'm fetching data through WCF service using jquery in my axps page. By this, I'm getting data in json format which has root and its children values. I wanted this to bind it with Tree Grid.

      Situation is there can be any number of nodes with any number of children and so on . This has to get binded with a tree grid dynamically.

      I have tried tree grid example of smartclient but thats not working in my case. I need my program to be fully generic.
      My aim is to fetch data as per user requirement through wcf service and to represent it in tree grid. now user can select any amount of data from any number of tables and database which leads to n-nodes with n-children and so on.

      Comment

      Working...
      X