Hi
I have column GridViewTextBoxColumn.
For some rows I use RadDropDownListEditor in this column. I have random issue that sometimes drop down list cannot be collapsed by mouse click I have to press enter to collapse drop down list. It works fine in Q2 SP2.
Very bad surprise...
Is there any workaround for this issue in Q3?
Regards
this
.radGridView1.Rows[0].Cells[
"Status"
].Value.ToString();
Hi,
I have a RadPanel and I've added an ImagePrimitive to it. I trying set the image in the center of the panel, but image is not centered after resize. After debugging I found out the image get the correct location values (the ones that should be after resize), but the screen displays the values of the previous resize. I've tried refreshing the form but it still doesn’t work.
I'm using Q1 2010 SP2
Thanks for your help.
Sharon.void radGridView1_CellFormatting(object sender, CellFormattingEventArgs e)
{
base.OnCellFormatting(sender, e);
GridCellElement ce = e.CellElement;
ce.Value = ChangeDateFormat(ce.Value);
}
Thanks in advance