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