Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
154 views
My RadListBox displays correctly in Firefox and Chrome but in Internet Explorer it's not showing up and the styles are not being applied. I can still drag and drop items between listbox's, so the control still seems to have some function. 

From what I've looked at using the IE Web Developer Toolbar it would seem that the styles for RadListBox are not being applied at all in IE. Which is odd because they are being applied in Firefox and Chrome. 

See the attached images for an example. 
William
Top achievements
Rank 1
 answered on 05 Jan 2012
16 answers
418 views
Hi, I drop a RadioButtonList and set its default select index to 0. In normal postback (with RadAjaxManager) mechanism, everything goes well. But if I use RadAjaxManager to instruct it to upload another Control, selecting the first option will not fire postback, while selecting others goes normally. The code snippet is as follows:

    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
        <AjaxSettings>
            <telerik:AjaxSetting AjaxControlID="TimeOption_RadioList">
                <UpdatedControls>
                    <telerik:AjaxUpdatedControl ControlID="Chart1" />
                </UpdatedControls>
            </telerik:AjaxSetting>

 <asp:Panel ID="filterRadio_Panel" runat="server"  DefaultButton="filterSubmit_Btn">
     <asp:RadioButtonList ID="TimeOption_RadioList" runat="server" RepeatDirection="Horizontal"
     OnSelectedIndexChanged="TimeOption_RadioList_SelectedIndexChanged"
     AutoPostBack="True" DataSource='<%#getTimeOptions() %>' DataTextField="key" DataValueField="value" OnDataBound="TimeOption_RadioList_DataBound" >

     </asp:RadioButtonList>
 </asp:Panel>


Is this a common bug?

Regards,
Ricky.
Doug Beard
Top achievements
Rank 1
 answered on 05 Jan 2012
7 answers
112 views
We've been using Telerik Rad controls for a year now, and I always upgrade to the latest cut.

As of the recent Q2 2011 all upgrades we have done are conplaining  they keep getting "A script on this page is causing Internet Explorer to run slowly" error, this is on a busy grid with only about 300 records, the problems go away if the records don't exceed about 30.

Have you seen this from other users?

We have clients on a mix of iis6 & 7 and IE 6,7 & 8.

We are having to stop the upgrade rollout until we get this resolved.

I have tried many things from disabling the viewstate to extending the MaxScriptStatements to 10,000,000.

Andy

PS - just seen the same error on my development system running ie9 and 290 records.
PPS - If I remove the RadAjaxManager I stop getting the error, so its an AJAX thing.


Andy Green
Top achievements
Rank 2
 answered on 05 Jan 2012
0 answers
140 views

I have my global.asax file setup to report all errors to me via email. I keep getting the following error popup up 10 - 15 times a day on our BETA site (we are still on trial)

This is the exact error: The file '/QSSWeb2_Test/MySkins/Sigma/ImageHandler.ashx' does not exist.

We use custom skins. Any help would be appreciated.

Here's the full stack.

System.Web.HttpException (0x80004005): The file '/QSSWeb2_Test/MySkins/Sigma/ImageHandler.ashx' does not exist.

   at System.Web.UI.Util.CheckVirtualFileExists(VirtualPath virtualPath)

   at System.Web.Compilation.BuildManager.GetVPathBuildResultInternal(VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

   at System.Web.Compilation.BuildManager.GetVPathBuildResultWithNoAssert(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean throwIfNotFound, Boolean ensureIsUpToDate)

   at System.Web.Compilation.BuildManager.GetVPathBuildResult(HttpContext context, VirtualPath virtualPath, Boolean noBuild, Boolean allowCrossApp, Boolean allowBuildInPrecompile, Boolean ensureIsUpToDate)

   at System.Web.UI.SimpleHandlerFactory.System.Web.IHttpHandlerFactory2.GetHandler(HttpContext context, String requestType, VirtualPath virtualPath, String physicalPath)

   at System.Web.UI.SimpleHandlerFactory.GetHandler(HttpContext context, String requestType, String virtualPath, String path)

   at System.Web.HttpApplication.MaterializeHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()

   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)mode = get suite = aspnet-ajax control = ComboBox skin = Sigma file = calendar-top.jpg t = 1807901079 QSSWeb_UserName = UserName=jdoe ASP.NET_SessionId = 0ecjcaarg0odk355fdj1jxqe ASPXAUTH =

Gerry
Top achievements
Rank 1
 asked on 05 Jan 2012
1 answer
376 views
I am working with a grid that I am using an ItemTemplate for the MasterTableView.  In addition to the ItemTemplate I have three GridButtonColumns.  When the user clicks one of these buttons, I want to get the Index of the record for that row (In my case the Unique Name is: AssetIdx).  

Without the ItemTemplate the following code works fine:

GridDataItem item;
String ArticleID;
 
item = e.Item as GridDataItem;
ArticleID = item["AssetIdx"].Text;


With the ItemTemplate the code does not work.

I saw the following note in the demos (http://demos.telerik.com/aspnet-ajax/grid/examples/generalfeatures/cardview/defaultcs.aspx) :

"When you set item template all GridDataItems/GridEditableColumns (auto-generated or declarative) will be replaced with a single cell which will be used as a container for the templated content."

I have looked everywhere, and I can't find an example to get the value when the grid is treated as a single cell.

Can someone point me in the correct direction.  Thanks!
TazDeveloper
Top achievements
Rank 1
 answered on 05 Jan 2012
0 answers
255 views
Hi,

I have a telerik grid which is inside a user control. On button click on that page, I am opening up a child window where I am adding some new records. After successful add, I want to refresh the grid with new records from child window. Could someone help me on this? 

I found some demo here(see below link). But in the demo, the grid is in the aspx page, not in user control.
 
http://demos.telerik.com/aspnet-ajax/controls/examples/integration/gridandwindow/defaultcs.aspx?product=grid

Thanks
Pramod
Top achievements
Rank 1
 asked on 05 Jan 2012
1 answer
53 views
Hi All,

I need  RadHorizontalBulletGraph control in Asp.net Ajax just like in Silverlight.

I am not able to find that Control in Asp.net Ajax.Could anyone tell me that where can I find that control?

I am really oblige to you.

Thanks

Iana Tsolova
Telerik team
 answered on 05 Jan 2012
1 answer
765 views
I am trying to plot a chart where datapoint ( x, y ) are as-
(datetime, number)

datetime is always in the format of "01-Month-Year"  i.e.  date part is always first of month
While adding X-axis range I am trying to use-

RadChart.PlotArea.XAxis.AddRange(dtBegin.ToOADate(), dtEnd.ToOADate(), 31);

 

RadChart.PlotArea.XAxis.LayoutMode = Telerik.Charting.Styles.ChartAxisLayoutMode.Inside;
RadChart.PlotArea.XAxis.Appearance.ValueFormat = Telerik.Charting.Styles.ChartValueFormat.ShortDate;
RadChart.PlotArea.XAxis.Appearance.CustomFormat = "dd MMM yyyy";
RadChart.PlotArea.XAxis.AddRange(dtBegin.ToOADate(), dtEnd.ToOADate(), 31);


The problem with above code  is that steps of 31 means that  since not all month has 31 days we will end up with x-axis data point which will not  be in 01-Month-Year format.

what I want on x-axis is like this

01-Nov-2010
01-Dec-2010
01-Jan-2011
01-Feb-2011
01-Mar-2011
01-Apr-2011
01-May-2011
01-Jun-2011
01-Jul-2011
01-Aug-2011
01-Sep-2011
01-Oct-2011
01-Nov-2011
01-Dec-2011
01-Jan-2012
01-Feb-2012
01-Mar-2012
01-Apr-2012
01-May-2012
01-Jun-2012
01-Jul-2012
01-Aug-2012
01-Sep-2012
01-Oct-2012

 what I get is something as shown in attached image.

How can I add date alone x-axis with steps of 1 month.


Richard
Top achievements
Rank 1
 answered on 05 Jan 2012
1 answer
100 views
I have a RadGrid in a dynamically loaded user control. When the page that hosts the user control is initially loaded the RadGrid does not appear. I have to click some buttons that are configured via a RadAjaxManagerProxy on the user control to update the RadGrid before it appears. Once the RadGrid has appeared all operations behave normally. Any ideas on how to display it on the initial page load??
Pavlina
Telerik team
 answered on 05 Jan 2012
4 answers
92 views
I have implemented the search in rad combo, on writing the some text in drop down it fetch data from server using itemrequested event.
it is working in all the browser except IE9

 <telerik:RadComboBox ID="ddlHIPOs" NoWrap="true" Visible="false" runat="server" DropDownWidth="320px"
                MarkFirstMatch="false" EnableLoadOnDemand="true" CssClass="HIPOCandidateDropDown"
                DropDownCssClass="HIPOCandidateDropDown" AppendDataBoundItems="false" ItemsPerRequest="8"
                EnableViewState="true" Width="200px" expandeffect="Slide" AllowCustomText="true"
                OnItemsRequested="ddlHipos_ItemsRequested" OnClientDropDownOpening="SaveText"
                OnClientDropDownClosing="SetText" ItemRequestTimeout="500" OnClientItemsRequesting="HandleRequestStart"
                OnClientItemsRequestFailed="HandleRequestFailed">
                <itemtemplate>

 </itemtemplate>
</telerik:RadComboBox>


Ivana
Telerik team
 answered on 05 Jan 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?