Telerik Forums
UI for ASP.NET AJAX Forum
6 answers
137 views
We have a page where a panel containing a radeditor is set to display=none at page load event (panel1.style.add("display", "none").

We have a link control that triggers a server side event that sets the panel's display style to block. However when we click the link, we get the following javascript error:

Microsoft JScript runtime error: Sys.InvalidOperationException: Component 'ctl00_cphCenter_staticpage_ctrl_ctl00_cphCenter_staticpage_ctrl_radBodydialogOpener' was not found.

In the other telerik version, we had a problem when a parent control's Visible property is set to false, so we worked around this by using the Style display property.

This does not seem to work for this version though.

We're using Ajax with Master/Detail pages.

The error above was generated by this RadEditor Script:

function Sys$Component$_setReferences(component, references) {
    for (var name in references) {
        var setter = component["set_" + name];
        var reference = $find(references[name]);
        if (typeof(setter) !== 'function') throw new Error.invalidOperation(String.format(Sys.Res.propertyNotWritable, name));
        if (!reference) throw Error.invalidOperation(String.format(Sys.Res.referenceNotFound, references[name]));
        setter.apply(component, [reference]);
    }
}


Has anyone encountered this, and how can it be solved? Thanks.
Marin Bratanov
Telerik team
 answered on 24 Feb 2014
1 answer
86 views
Hi to All..,


In my requirement is Inside the Radwindow  RadGrid With Link button Add New when i click this open new window 
 with in that window how to do that any suggestions plz 


Thx.
Marin Bratanov
Telerik team
 answered on 24 Feb 2014
1 answer
156 views
I would like to ask, if there is some way to set width = 100% to RadTileList.

I tried this:
<div>
   <telerik:RadTileList ID="RadTileList1" runat="server" DataSourceID="ObjectDataSource1" Width="100%"></telerik:RadTileList>
    <asp:ObjectDataSource ID="ObjectDataSource1" runat="server" SelectMethod="GetTiles" TypeName="TelerikWebApp1.TilesData"></asp:ObjectDataSource>
</div>

But the width is 100px. Is there any way to achieve this?
Marin Bratanov
Telerik team
 answered on 24 Feb 2014
1 answer
69 views
Hello,

Strange behaviour:
- my buttons with PrimaryIcon are OK in dev but nothing appears in production (see attachment)
- my checkbox is OK in dev, but only text is displayed in prod (see attachment)
- my close button of the RadLightBox is ok in dev, but not displayed in production

Anybody has an idea ?

Thank you...

Philippe

Danail Vasilev
Telerik team
 answered on 24 Feb 2014
1 answer
70 views
Hello,
I use some buttons with PrimaryIconCssClass defined. (2013Q3SP2 version 13.3.1324.0)

Example:

<telerik;RadButton ID="btnSend" runat="server" Skin="Silk" Text="Envoyer" OnClick="btnSend_Click">
    <Icon PrimaryIconCssClass="rbMail" PrimaryIconLeft="8" PrimaryIconTop="5"></Icon>
</Telerik:RadButton>

Everything runs fine in development, but the icons are not displayed in production (see attaches file) !
Any idea ?

Philippe
Danail Vasilev
Telerik team
 answered on 24 Feb 2014
3 answers
109 views
Hi ,

I Have a  radgrid and i enter the data into the grid from textboxes .I have two fields one is the name and Description fields with an unique id autogenerated in the database. I want to edit the rows on double click of that particular row in the radgrid and  show an updatebutton and cancel button shown in another column and update button  code in the code behind? Help Me out


Thanks in advance
Vvamc
Top achievements
Rank 1
 answered on 24 Feb 2014
2 answers
55 views
At least I hope so...
 I would like to change the cursor for all rows in the grid to be the "pointer" cursor, you know the little hand with the index finger sticking up...  
Where's the best place to achieve the desired result????  and how?

Thanks in advance,
Kevin Orcutt
Matson Money Inc.
(513) 204-8000 x8245
(513) 204-8245 (Direct)
Kevin.Orcutt@MatsonMoney.com
www.MatsonMoney.com
Kevin
Top achievements
Rank 1
 answered on 24 Feb 2014
5 answers
128 views
I have a radlistbox that is displaying the contents of a Queue table in a database using a Linq data source. The point of the page is to allow administrators to change the order of items in the Queue. There is a thread that is running elsewhere that is processing items in the queue and removing them. The page with the list box on it refreshes every 20 seconds automatically. If the thread processing the Queue removes an item from the table in-between page refreshes and I attempt to then reorder an item in the list before the grid re-binds I get the following error:

"Index was out of range. Must be non-negative and less than the size of the collection.
Parameter name: index"

I am utilizing the AutoPostBackOnReorder property so that the listbox/data source manage all of the ordering. Is there a way to prevent the error I've described in this case?
Plamen
Telerik team
 answered on 24 Feb 2014
20 answers
281 views
Hi,

I am adding a Column to Rad Grid at Run time. as Follows:
GridButtonColumn btncol = new GridButtonColumn();
  btncol.HeaderText = "AccountID";
                btncol.ButtonType = GridButtonColumnType.LinkButton; // setting ButtonType as LinkButton
                btncol.DataTextField = dt.Columns["AccountID"].ColumnName; // setting DataTextField to first column in DataTable
                this.rgAccountDetails.MasterTableView.Columns.Add(btncol);
                btncol.UniqueName = "AccountIDbtn";

But On paging a extra Column is being Added to the Grid Each time When I click on the On Paging.
Please See the Image Capture.jpg
Please Help me

  
Viktor Tachev
Telerik team
 answered on 24 Feb 2014
1 answer
155 views
Hi All,

Sharepoint view is loaded in Dropdown . Based on the Selected DropDown(sharepoint View Name) , all list are passed as columns in the store procedure and the grid is loaded(using Store Procedure).  And the Radgrid settings are stored in the database based on the sharepoint view names.

Whenever changes the dropdown values , the Gridsettings is loaded from the Database. Everything works fine. we are facing a issue with Filter Templates that the Filter Template values are persisted when changes the dropdown. 

Need to clear the FIlter Templates (Textbox values) and loads the FIlter value from the Database. 


Best Regards,
Satz

Kostadin
Telerik team
 answered on 24 Feb 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?