AD
Administrator
Syncfusion Team
February 8, 2005 10:37 AM UTC
A couple of comments.
Setting style.CellValue and style.Text in closedropdown is setting a single value. These two properties in GridStyleInfo are linked to each other and setting one sets both.
Also, the grid normally handles setting the values back into itself. Why do you need the code setting values into the grid in closedropdown? What are you trying to accomplish?
As far as the null value, try also setting listBoxPart.ValueMember = "Qualification"; to see if that makes things work better.
MS
Muthu Swamy
February 8, 2005 02:00 PM UTC
Clay Burch,
Thanks and this works perfect.
---------
listBoxPart.ValueMember = "Qualification";
---------
MS