this.documentStream = App.GetResourceStream(new Uri("/sNotes.Client.Windows.Shell;component/SampleData/avanza.pdf", UriKind.Relative)).Stream;
An Error found:
System.Windows.Markup.XamlParseException was unhandled
Message='The invocation of the constructor on type 'sNotes.Client.Windows.Shell.BookBrowsing2' that matches the specified binding constraints threw an exception.' Line number '9' and line position '9'.
Please download this sample version at below:
BookandPDFIntegration
Thanks,
John
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