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

Get Extra attribute from JSON on databound

0 Answers 103 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Burak
Top achievements
Rank 1
Burak asked on 12 Jun 2012, 02:34 PM
Hello;

Is it possible to get extra attribute from JSON on databound?
I want to get the SQL attribute in JSON in databound and show it to the user if the user wants to save it or not.. Also I will use that sql to download filtered records as an Excel File..
How can I get sql attribute??
Here is my JSON:

{
    "total": 1,
    "sql": " ciTypeID \u003d \u002716\u0027 and description like \u0027%3G%\u0027 and ciTypeId\u003d16",
    "rows": [{
        "it_contact": "BELİRLENEMEDİ",
        "business_priority": "3",
        "code": "IU0103",
        "customer": "BELİRLENEMEDİ",
        "type": "Product, Business Service",
        "service_owner": "-",
        "id": "20111",
        "bcrs": "-",
        "environment": "Production",
        "ciName": "3G_GPRS_UzaktanErisim",
        "description": "3G/GPRS Uzaktan Erişim",
        "name": "3G_GPRS_UzaktanErisim",
        "domain": "BELİRLENEMEDİ",
        "typeId": "16"
    }]
}

Thanks...

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Burak
Top achievements
Rank 1
Share this question
or