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

Can i set the Grid.columns.field Name set @ "runtime"? from a php file?

0 Answers 45 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Howard
Top achievements
Rank 1
Howard asked on 25 Sep 2012, 01:35 PM
Hallo,

have i the chance to set the Field Name of a Grid.Column at runtime? 
Like this:

$("#grid").kendoGrid
   ({
    dataSource:
    {....
        columns:
        [{
            field:"ReadData.php?DataToRead=LastName"
            width: 90
        }]
    }
})

Howard

No answers yet. Maybe you can help?

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