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

GridDropDownColumn view problem

3 Answers 95 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Lasly
Top achievements
Rank 1
Lasly asked on 28 Nov 2011, 10:47 AM
Hi!
I've a problem with GridDropDownColumn.
If value of the my datafield is null the return value in view is " "
Can you help me?
I'm using a VS2010 with FW .NET 4.0

Thanks in advance

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Nov 2011, 11:03 AM
Hello Lasly,

I tried the same in the latest version 2011.2.712.35 which worked as expected. Make sure that you have given the fields as shown below.
aspx:
<telerik:GridDropDownColumn  DataField="EmployeeID" ListTextField="EmployeeID"ListValueField="EmployeeID" UniqueName="GridDropDownColumn" DropDownControlType="DropDownList"  DataSourceID="SqlDataSource1">
</telerik:GridDropDownColumn>

If this doesn't fix your issue, try upgrading to the latest version.
Updating RadControls for ASP.NET AJAX to another version or license

-Shinu.
0
Lasly
Top achievements
Rank 1
answered on 28 Nov 2011, 05:33 PM
Hi thanks for the reply
I tried to use your example, but it doesn't work.
I've noticed that my version is different from your, because my version is for FW.net 4.0 while yours is for 3.5. 
The problem is version of framework?
however I've attached a printscreen of my problem.
Best regards
0
Accepted
Iana Tsolova
Telerik team
answered on 29 Nov 2011, 05:22 AM
Hi Lasly,

The observed behavior is due to an inssue introduced in the Q2 2011 release. Please upgrade to Q3 2011 to fix the problem.

Kind regards,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Lasly
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Lasly
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or