RadDragAndDropManager.ExecutionMode = DragExecutionMode.Legacy;Hi Support Team,
private void RadGridView_RowDetailsVisibilityChanged(object sender, Telerik.Windows.Controls.GridView.GridViewRowDetailsEventArgs e)
{
}
private void RadGridView_RowDetailsVisibilityChanged(object sender, Telerik.Windows.Controls.GridView.GridViewRowDetailsEventArgs e)
{
GridViewRow row = e.Row;
string EmployeeID= row.Cells[2].Content.ToString();
if EmployeeID= (':') == -1)
return;
else
EmployeeID= = EmployeeID= EmployeeID= (':') + 1);
this.EmployeeID= = Convert.ToInt32(EmployeeID);
}
Hi,
i'm using the newest version of RadGridView. My Columns are:
Button
Button
Simple Text Column
Simple Text Column
Simple Text Column
...
Now i click on a Button in the Header and i start RadView.BeginInsert(); But the Focus is now on the buttons and i can't get
out of them. It is unpossible to get into a TextColumn.
<button... IsTabStop="False" Focusable="False" ...>
I like to set the focus in the first textcolumn, but how?
thanks
best Regards
rene
Hello!
I've got issue with performance of RadGridView. After click on group user have to wait to expand 2-5 seconds.
Sometimes users click severali times and after group loaded we've got expand-collapse-expand-collapse.... effect.
How can I display BusyIndicator after click on groups expander and hide it after expand (is there something like Expanding and Expanded events)?
Kind regards!