Hello,
I have a RadGrid (Grid A) and inside it's NestedViewTemplate I have another RadGrid (Grid B). Within "Grid B" I have a GridTemplateColumn that contains a RadButton. I'm trying to figure out how to get the position of this button in JavaScript/jQuery when the user clicks on it (OnClientClicked event) so that I can display and position a hovering <div> or <asp:panel>.
I've tried using syntax such as the one below to find the button and then use jQuery's "position()", then set the CSS properties for the div, but "button" is not visible to JavaScript code because it's inside the nested Grid.:
var element = $find('<%= button.ClientID %>');Can anyone help me figure out how to do this?
Thanks in advance.
In a current radeditor that is embedded in a visual studio 2010 application, I am getting the warning message,
'This property is obsolete. Please, use the NewLineMode property instead.'
The original editor looked like:
<telerik:RadEditor ID="rEditor"
runat="server"
Skin="Windows7"
NewLineBr="false"
EditModes="Design,Preview,html"
Width="100%"
Height="800px"
OnClientLoad="OnClientLoad"
>
I changed the editor to be:
<telerik:RadEditor ID="rEditor"
runat="server"
Skin="Windows7"
NewLineMode="0"
EditModes="Design,Preview,html"
Width="100%"
Height="800px"
OnClientLoad="OnClientLoad"
>
Now I am getting the error message 'cannot create an object of type 'Telerik.Web.UI.EditorNewLineModes' from its string representation 'false' for the 'NewLineMode' property'.
Thus would you tell me what I can do to solve the warning, 'Property NewLineBr As Boolean' is obsolete'?

Hi,
I'am having trouble with blurry font and IE11.
I use this example in a new empty page of my projet : http://demos.telerik.com/aspnet-ajax/htmlchart/examples/charttypes/columnchart/defaultcs.aspx
With IE11 all the text is blurry with the HTMLChart title, etc.
Work great with IE10 and Google Chrome.
Is there a way to fix it?
Please see attachement.
Tks
Luc
I need to disable edit/delete/insert functionality from a SPRadGrip web part I am using in my SharePoint 2010 environment. The SPRadGrid Designer does not have checkboxes for these like I have seen on the Demo Page.
I am using version 2010 3.1317.0
Any input would be helpful. Unfortunately upgrading is not an option, so hopefully my version supports disabling these. I have found that through the header context menu and can hide the edit/delete columns, but these changes do not persist.
Thanks in advance,
Tom
The spacing in 2.jpg is much larger than 1.jpg. 1.jpg is using the sample editor on the telerik site. The 2.jpg image is on my website. How can I make my site look like the telerik site?
The code I am using follows;
<telerik:RadEditor ID="ed1Rad" runat="server" Visible="true" EditModes="Preview" Style="overflow: scroll; border: 1px solid black;" Height="300" />
RadGrid1.ExportSettings.FileName = "This is a report export file generated in " + DateTime.Now.Year.ToString();Hi,
I'm trying to insert a child table into a hierarchical RadGrid. If there is already a child table under the master table, the Add New Record button appears. When there are no child tables already existing, however, the grid just displays "No child records to display". My desired functionality is to get a new child record to be created even if there are none existing via an Add New Record button. Is this possible (through a property, button, or otherwise)?
I have provided a picture for reference. The first two master records are unable to create new records underneath them, even though the third and fourth master records are.
Thanks!
Hi,
Where is the best place to post a question re Spread Processing component when used in ASP.Net?
Regards
Jon
Hi team,
I have a Master Page withe the inline style and in my content page I have a user control which has a placeholder in Radajaxpanel. again in this user control I have another user control which has a Linkbutton and a TextBox inside a RadajaxPanel. in the first page Load everything looks really good but anytime that I am clicking on the linkButton and Post back happens the page is removing all the margin-left or padding left in the page. It is so strange because for the other normal post back that page is loading everything is working well but after this post back page layout is changing by missing the margins even for those items that I have in master page and after that even if I refresh the page the style is still messed up. Please help me.
Thanks
Hi
I have Designed in my aspx page with bootstrap css then when i click hyperlink button open that bootstrap page with in the radgrid window. But my bootstrap
page show not correct my bootstrap css not reflect there i navigate the page without rad window working fine . So how to change this
i need radwindow accept my bootstrap design page how will do this