Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
84 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
186 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
121 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
194 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
93 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
97 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
98 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
1 answer
366 views
To:

Base on this example,
http://demos.telerik.com/aspnet-ajax/upload/examples/async/additionalfields/defaultcs.aspx?product=asyncupload

How to find the uploaded, uploading and selected all file while using asyncupload to avoid duplicate file name?



From louisth
Tan
Top achievements
Rank 1
 answered on 19 Apr 2012
2 answers
68 views
Hi,

Is it possible for different text to be displayed in the TextBox and the ValidationSummary for a TextBox validated using TextBoxSetting? Reason for this is TextBoxes are restricted width, so I would like to display just "Invalid" in the TextBox, but more details of what is wrong in the ValidationSummary. I can only find ErrorMessage property, which seems to be used in both places.

Is this possible? Thanks.

Ross Crawford
Lucania
Top achievements
Rank 1
 answered on 19 Apr 2012
0 answers
71 views
Our client is complaining about RadGrid filtering functionality. The problem is that when they want to filter Grid by more than 1 column they have to click the button and experience postback (which takes time) every time they apply filter for another column. We need to overcome this somehow. Using RadFilter control doesn't seem to be a good solution because it also causes postback every time filter item is applied. 

Do we have a workaround for this? 
Vladimir
Top achievements
Rank 1
 asked on 18 Apr 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
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
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?