Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
32 views
Deleted.
Steven
Top achievements
Rank 1
 asked on 28 Nov 2012
19 answers
507 views
I notice that none of the ASP.NET AJAX demos work in IE 10 on the Windows 8 developer preview, on both the desktop and the metro interfaces. Is there an easy fix for getting the demos to run? Does anyone else have this experience?
Jing
Top achievements
Rank 1
 answered on 27 Nov 2012
2 answers
90 views
I have a RadGrid with a popup FormTemplate.  

There's a row of RadCombo boxes at the top.  Below them is a validation summary, then  a RadEditor.  At the bottom are a pair of Save/Cancel buttons.  

My problem is twofold.  First of all, if the RadEditor is in read-only mode and the top line of text is exceptionally large, the text will overlap the combo boxes.

Second, if I trigger a validation error, the appearance of the validation summary shoves the buttons partially off the bottom of the page.  

I've been looking for properties that might affect resize but so far no good.  

Suggestions?
Boris
Top achievements
Rank 1
 answered on 27 Nov 2012
1 answer
120 views
Hello,

I am trying to build RadWindow functionality into a user control.

The user control contains the mark up for the radwindowmanager and everything is working in that I can get the window to open and apply all the properties (skin, size, position, behaviours etc) I need.

However also want to add an OnClientClose option to refresh the underlying page.

To do this I am envoking the following script from the page that opened the radwindow:

function GetRadWindow() {
var oWindow = null;

 

if (window.radWindow) oWindow = window.radWindow;

 

else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;

 

return oWindow;

 

}


but this function always return a "null or not an object error".
Any advice would be much appreciated.

Bob

Bob Fenton
Top achievements
Rank 1
 answered on 27 Nov 2012
4 answers
237 views
Hi All,

I want to show row number for each item in rad listbox control.  
After binding row number if user drag and drop any item it should rebind.

For example
Initially it should show row number as shown in below table.

Row Number

Image Id

1

111

2

222


When user change order of items using drag and drop, it should not change Row number value.

Row Number

Image Id

1

222

2

111


Is it possible to handle at client side, page should not get posted?

Thanks,
Dipal
Nencho
Telerik team
 answered on 27 Nov 2012
3 answers
86 views
Hello,
I have a problem with RadEditor. when I open it in FF, all is well. The problem starts when I open the web page using IE. All normal when I typed in the first line. But after I press enter to write in the second row, any text I type does not appear. This happen only in design and Preview Mode.

My further investigation, I found RadEditor runs fine if I remove the DocType from the master page: <! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN" "http://www.w3.org / TR/xhtml1/DTD/xhtml1-transitional.dtd ">


But all other elements becoming a mess. Until now I can't find the same problem on this forums.
(I'm using FF 16.0.2, IE 9, Telerik.Web.UI version 2012.2.912.40)

Anyone know how to solve this?

Thanks,
Pungkas
Rumen
Telerik team
 answered on 27 Nov 2012
3 answers
252 views
Hi ,
I have RadGrid  created statically and i want to add more column at run-time .
i added but it not work after pagination.

 if (!Page.IsPostBack)
        {
 int count=0;
            foreach (var item in dbContext.STXWEB_EXTRA_COLUMNs.Where(extra=>extra.DLL_NAME==ReportName.Staff))
            {
               
                GridBoundColumn boundColumn;
                boundColumn = new GridBoundColumn();
                StaffReportGridID.MasterTableView.Columns.AddAt(2 + count, boundColumn);
                boundColumn.DataField = item.COLUMN_HEADER;
                boundColumn.HeaderText = item.COLUMN_HEADER;
              
                //  StaffReportGridID.MasterTableView.Columns.Add( boundColumn);
                // StaffReportGridID.MasterTableView.Columns.AddAt(3 + count, boundColumn);
                count++;
           
            }
}

Please let me know is it possible thank u in advance.

thanks 

Marium
Top achievements
Rank 1
 answered on 27 Nov 2012
1 answer
186 views
I have a RadGrid (2012 Q1) with two levels and autogenerated columns.
In Column Created event I have
((GridBoundColumn) e.Column).Aggregate = GridAggregateFunction.Sum;

When I am expanding second level it is working for the first time, second time i am getting

Object reference not set to an instance of an object.
[NullReferenceException: Object reference not set to an instance of an object.]
   Telerik.Web.UI.GridBoundColumn.ApplyAggregates35(TableCell cell, String footerText) +132
   Telerik.Web.UI.GridBoundColumn.cell_DataBinding(Object sender, EventArgs e) +492
   System.Web.UI.Control.OnDataBinding(EventArgs e) +99
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +92
   System.Web.UI.Control.DataBind() +15
   System.Web.UI.Control.DataBindChildren() +211
   System.Web.UI.Control.DataBind(Boolean raiseOnDataBinding) +102
   System.Web.UI.Control.DataBind() +15
   Telerik.Web.UI.GridItem.SetupItem(Boolean dataBind, Object dataItem, GridColumn[] columns, ControlCollection rows) +517
   Telerik.Web.UI.GridTableView.CreateFooterItem(Boolean useDataSource, GridColumn[] copiedColumnSet, GridTFoot tfoot) +92
   Telerik.Web.UI.GridTableView.CreateControlHierarchy(Boolean useDataSource) +1009
   Telerik.Web.UI.GridTableView.CreateChildControls(IEnumerable dataSource, Boolean useDataSource) +549
   System.Web.UI.WebControls.CompositeDataBoundControl.PerformDataBinding(IEnumerable data) +57
   System.Web.UI.WebControls.DataBoundControl.OnDataSourceViewSelectCallback(IEnumerable data) +114
   System.Web.UI.DataSourceView.Select(DataSourceSelectArguments arguments, DataSourceViewSelectCallback callback) +31
   System.Web.UI.WebControls.DataBoundControl.PerformSelect() +142
   Telerik.Web.UI.GridTableView.PerformSelect() +16
   System.Web.UI.WebControls.BaseDataBoundControl.DataBind() +73
   Telerik.Web.UI.GridTableView.DataBind() +233
   Telerik.Web.UI.GridDataItem.OnExpand() +289
   Telerik.Web.UI.GridItem.set_Expanded(Boolean value) +109
   Telerik.Web.UI.GridExpandCommandEventArgs.ExecuteCommand(Object source) +34
   Telerik.Web.UI.RadGrid.OnBubbleEvent(Object source, EventArgs e) +134
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
   Telerik.Web.UI.GridItem.OnBubbleEvent(Object source, EventArgs e) +87
   System.Web.UI.Control.RaiseBubbleEvent(Object source, EventArgs args) +37
   System.Web.UI.WebControls.Button.OnCommand(CommandEventArgs e) +118
   System.Web.UI.WebControls.Button.RaisePostBackEvent(String eventArgument) +166
   System.Web.UI.WebControls.Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +10
   System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +13
   System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +36
   System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

Can anyone please help? or its a permanent bug ?

Regards
Arijit

Eyup
Telerik team
 answered on 27 Nov 2012
3 answers
120 views
How do I apply a skin to tooltips produced using RadToolTipManager via the RadSkinManager?

It appears RadToolTipManager is not an option in the ControlsToApplySkin property (see snippet below).

<telerik:RadSkinManager ID="rsm" runat="server" ShowChooser="false">
    <TargetControls>
        <telerik:TargetControl ControlsToApplySkin="RadToolTip" Skin="Sunset" />
    </TargetControls>
</telerik:RadSkinManager>

Slav
Telerik team
 answered on 27 Nov 2012
1 answer
93 views
Hi

How can I put the radgrid in inset mode on external button click?
Please help.

RT
Jayesh Goyani
Top achievements
Rank 2
 answered on 27 Nov 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?