Hi Venelin.
Thank you, You indeed resolved the second issue .
But regarding the first problem:
The grid and the page are defined as follows:
<!DOCTYPE html>
<
head
runat
=
"server"
>
<
title
></
title
>
<
style
type
=
"text/css"
>
.RadMenu_Context_rtl {
direction: rtl;
}
</
style
>
</
head
>
<
body
dir
=
"rtl"
>
<
form
id
=
"form1"
runat
=
"server"
>
<
telerik:RadScriptManager
ID
=
"RadScriptManager1"
runat
=
"server"
>
<
Scripts
>
<
asp:ScriptReference
Assembly
=
"Telerik.Web.UI"
Name
=
"Telerik.Web.UI.Common.Core.js"
>
</
asp:ScriptReference
>
<
asp:ScriptReference
Assembly
=
"Telerik.Web.UI"
Name
=
"Telerik.Web.UI.Common.jQuery.js"
>
</
asp:ScriptReference
>
<
asp:ScriptReference
Assembly
=
"Telerik.Web.UI"
Name
=
"Telerik.Web.UI.Common.jQueryInclude.js"
>
</
asp:ScriptReference
>
</
Scripts
>
</
telerik:RadScriptManager
>
<
telerik:RadAjaxManager
ID
=
"RadAjaxManager1"
runat
=
"server"
>
</
telerik:RadAjaxManager
>
<
div
>
<
telerik:RadGrid
ID
=
"RadGrid1"
runat
=
"server"
EnableHeaderContextMenu
=
"true"
>
</
telerik:RadGrid
>
<
br
/>
<
br
/>
</
div
>
</
form
>
</
body
>
</
html
>
(I attached a link to video that shows the problem.
As you can see, right clicking after RTL mode,
Not places the Context menu at the mouse cursor.)
http://youtu.be/oRIntnmXeJc
Hope for a solution
Daniel.