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

[Solved] Issue with drop down selected item display in grid load server edit templates

0 Answers 3 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
srikanth
Top achievements
Rank 1
srikanth asked on 19 Jan 2012, 11:53 AM

Hi,

I am facing problem with client template in Grid Server Edit Templates, when i load the grid view the below drop down column is bounded with "ID 6  Name ABC" insted of displaying Name field(Please find attached image).

And when i perofrm the insert and update on grid,  it's working fine(it's displaying the Name field)

Product: 2011.1.315 trial version

 columns.Bound(p => p.RefernceDropDownListClass).ClientTemplate("<#= RefernceDropDownListClass.Name #>").Width(150);

public class
RefernceDropDownListClass
    {

        public int Id

        {

            get;

            set;

        }


        public string Name

        {

            get;

            set;

        }


    }


Please look into this issue as early as possible

Thanks,
Srikanth

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