Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
72 views
Hello All,
       I am working this timezone ((UTC+05:30) Chennai, Kolkata, Mumbai, New Delhi), but i am set the radscheduler time zone in eastern time (US & Canada) through radscheduler.timezoneoffset. i created one appointment with start date is 4/17/2012 12:00 AM and end date is 4/18/2012 12:00 AM. this is one day only, but in radscheduler it's showing two days in month view. could you tell me how to resolve this please.

Thanks.
Achutha Sundar
Genady Sergeev
Telerik team
 answered on 19 Apr 2012
1 answer
144 views
I am trying to Ajaxify RadGrid control and label in code behind. Here is my code. But it doesn't work. Could you please let me know what could be the problem. I am trying to refresh the Label control when RadGrid changed.

Thank you for any help.

                        <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
                            <AjaxSettings>
                                <telerik:AjaxSetting AjaxControlID="RadAjaxManager1">
                                    <UpdatedControls>
                                        <telerik:AjaxUpdatedControl ControlID="RadGrid1" />
                                    </UpdatedControls>
                                </telerik:AjaxSetting>
                            </AjaxSettings>
                        </telerik:RadAjaxManager>
  
                        <telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" LoadingPanelID="RadAjaxLoadingPanel1">
                            <telerik:RadGrid ID="RadGrid1" runat="server" AutoGenerateColumns="false">
                                <MasterTableView>
                                    <Columns>
                                    </Columns>
                                </MasterTableView>
                            </telerik:RadGrid>
                        </telerik:RadAjaxPanel>
            <div id="div1" runat="server">
                <table id="table1" runat="server" >
                    <tr>
                        <td align="center">
                            <asp:Label ID="lblName" runat="server" Font-Bold="true"> </asp:Label>
                        </td>
                    </tr>
                </table>
            </div>
  
Code behind.
  
        protected void Page_Load(object sender, EventArgs e)
        {
            try
            {
                if (!Page.IsPostBack)
                {
                   RadAjaxManager1.AjaxSettings.AddAjaxSetting(RadGrid1, lblName, null);
                }
            }
        }
Pavlina
Telerik team
 answered on 19 Apr 2012
2 answers
97 views
How can I disable the focus being set in a timeslot when clicked? It is mighty slow even on IE9, and I don't need it.
When having a few dozens appointment in the control, it could take several seconds for the control to set the focus with the style, then raise the OnClientTImeSlotClick event.

I just need the event OnClientTimeSlotClick to be raised, but with no change in the style of the time slot.
Changing the style itself, will not help, because still will be applied by the browser, I will like to remove the application of the style all together while leaving the raising of the event OnClientTimeSlotClick intact.
Plamen
Telerik team
 answered on 19 Apr 2012
2 answers
99 views
Can someone tell me how to get rid of this UL bullet that comes with the AsyncUpload control?! It seems that the Telerik embedded stylesheet is overriding any css I apply to remove it:

http://goo.gl/IPGAR
Ivan Zhekov
Telerik team
 answered on 19 Apr 2012
2 answers
211 views
Is it possible to show a progress bar while exporting is going?
Iliya
Top achievements
Rank 1
 answered on 19 Apr 2012
2 answers
138 views
I'm having trouble with the Input Mode=TextArea
When you place a value eg "test <br />"
It is the javascript error: 

POST http://localhost/Page.aspx 500 (Internal Server Error) Telerik.Web.UI.WebResource.axd:3
Uncaught Sys.WebForms.PageRequestManagerServerErrorException: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 500 Telerik.Web.UI.WebResource.axd:9

Putting the value "test", the postback happens normally. 

Please check.
Thank you. 
Vasil
Telerik team
 answered on 19 Apr 2012
3 answers
212 views
Hi,
 im using asp .net ajax.
im having a problem while tring to export my grid to word/excel.
i used your demo (export on server side). the senario is the following:

1. i have a "command templat" in my grid, that there i put rad tool bad, and add a button of my own, of "Export to Execl", with commandName="MyExportExcel"
2. when the button is pressed  it goes to the "OnButtomClick" method of the radToolBar on the server.
3. there i compare - if this is the commant of "MyExportExcel   
 MyGrid.ExportSettings.ExportOnlyData = true; 
MyGrid.ExportSettings.IgnorePaging= true;  
MyGrid.ExportSettings.OpenInNewWindow= true;   
MyGrid.MasterTableView.ExportToExcel();

after it, the client is still stucked on the loading panel (its like continue thinking and loading) and not stoping... 
so the export not working...

how can i fix it?

and another question - if it wont work it there any way to get the byte[] of the export file, and ill make sure to bring the client a download link with the byte[] data?


 
Tsvetina
Telerik team
 answered on 19 Apr 2012
2 answers
100 views
Hi
How to add required filed validator during inplace editing? Please give an example.
Thanks in advance.
Janaki
Top achievements
Rank 1
 answered on 19 Apr 2012
2 answers
110 views
Hi,

I recently came up with this issue while testing my radgrid in Firefox. I have an update panel inside which I have a radgrid. I have enabled scrolling for the radgrid. The radgrid appears fine in IE with the scrollbars allowing me to scroll.

However, when I view this in Firefox, the horizontal scrollbar of the grid is missing and hence, the grid expands beyond the panel and I eventually, have to use the Firefox scrollbar! Don't know if I am missing out on something but I need an urgent fix for this.

Here is my HTML code:
<head runat="server">
    <title></title>
    <telerik:RadStyleSheetManager id="RadStyleSheetManager1" runat="server" />
</head>
<body>
    <form id="form1" runat="server">
    <telerik:RadScriptManager ID="RadScriptManager1" runat="server">
        <Scripts>
            <%--Needed for JavaScript IntelliSense in VS2010--%>
            <%--For VS2008 replace RadScriptManager with ScriptManager--%>
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.Core.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQuery.js" />
            <asp:ScriptReference Assembly="Telerik.Web.UI" Name="Telerik.Web.UI.Common.jQueryInclude.js" />
        </Scripts>
    </telerik:RadScriptManager>
    <script type="text/javascript">
        //Put your JavaScript code here.
    </script>
    <telerik:RadAjaxManager ID="RadAjaxManager1" runat="server">
    </telerik:RadAjaxManager>
    <div>
    <asp:Panel ID="Panel1" runat="server" BorderColor="Black" BorderStyle="Solid" 
        BorderWidth="1px" 
        GroupingText="List of Invoices Waiting to be Approved" Height="100%">
         
            <telerik:RadGrid ID="RadGdApprove" runat="server" >
                <ClientSettings>
                    <Scrolling AllowScroll="True" />
                </ClientSettings>
                <MasterTableView>
                    <CommandItemSettings ExportToPdfText="Export to PDF" />
                    <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column">
                        <HeaderStyle Width="20px" />
                    </RowIndicatorColumn>
                    <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column">
                        <HeaderStyle Width="20px" />
                    </ExpandCollapseColumn>
                    <EditFormSettings>
                        <EditColumn FilterControlAltText="Filter EditCommandColumn column">
                        </EditColumn>
                    </EditFormSettings>
                </MasterTableView>
                <FilterMenu EnableImageSprites="False">
                </FilterMenu>
                <HeaderContextMenu CssClass="GridContextMenu GridContextMenu_Default">
                </HeaderContextMenu>
            </telerik:RadGrid>
       </asp:Panel>
  
    </div>
    </form>
</body>
</html>


Tsvetina
Telerik team
 answered on 19 Apr 2012
2 answers
106 views
Hi all,
I want to show all rows in the grid in Edit mode on an external button click.
Please Help.
Steve
Top achievements
Rank 1
 answered on 19 Apr 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?