Hi,

I want to populate a ui-grid with json data.
The json contains row wise data as follows

Header :id,firstname,data
RowDefs:
    {
        "id": "1",
        "firstname": "Name1",
        "data": {
            "Control": "TextBox",
            "Value": 700
        }
    },
    {
        "id": "2",
        "firstname": "Name2",
        "data": {
            "Control": "CheckBox",
            "Value": 1
        }
    }

Is there a way to show the controls(based on the Control field) 
corresponding to the header row with control value?
The ui-grid must contain a TextBox and CheckBox control with value 
corresponding to the header (data). 

Regards
R

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to