Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
80 views
Hi,

Actually, the defaut is 'None'

I try to find a setting to set SelectionOnFocus="SelectAll" by defaut for all input into my application. Is it possible without parse all webpage to make manually the change?

ty
Allin
Top achievements
Rank 1
 answered on 31 Oct 2013
2 answers
144 views
Hello All,
             I am trying to get the page index and then populate the radgrid with the corresponding page number. But, my NeedDataSource event fires before PageIndexChanged event, which defeats the purpose.  
The following link address the issue but, I cannot do the same.
http://www.telerik.com/community/forums/aspnet/grid/needdatasource-being-called-before-pageindexchanged.aspx

Here is my RadGrid Defination
<telerik:RadGrid runat="server" ID="RadGrid1" AllowPaging="True"
AllowSorting="true" OnNeedDataSource="RadGrid1DataSource" skin="WebBlue"
AllowMultiRowSelection="true" EnableLinqExpressions="False" PageSize="25"
OnPageIndexChanged="RadGrid1_PageIndexChanged" DataSourcePersistenceMode ="ViewState"
EnableViewState="false">
 
    <mastertableview autogeneratecolumns="false" onneeddatasource="RadGrid1DataSource" autogeneratedeletecolumn="true" ShowFilterIcon="false" AllowMultiRowSelection="true">
             
        <columns>
                 
            <telerik:GridClientSelectColumn UniqueName="ClientSelectColumn">
            </telerik:GridClientSelectColumn>
       
 
     </columns>
 
     </mastertableview>
     <ClientSettings EnableRowHoverStyle="true">
            <Selecting AllowRowSelect="True" ></Selecting>
        </ClientSettings>
 
</telerik:RadGrid>
I hope there is some solution this problem. 

Thank you
Smart
Top achievements
Rank 1
 answered on 31 Oct 2013
2 answers
149 views
I have an app using the RadTabStrip.  On my Windows 7 development machine, while testing the functionality of the RadTabStrip locally everything seems to be working properly.  I deploy to the test server and test from my Windows 7 & IE 8 machine and everything seems to be working properly. 

I also have an XP & IE 8 development machine, while testing the functionality of the RadTabStrip locally everything seems to be working properly.  When I test the app on the test server from the XP & IE 8 machine, the tabs don't maintain focus and turn white when I click on them.  Sometimes I get redirected to a different tab than I clicked on. 

Is there any chance this could be an IIS configuration setting since it runs fine locally?

Here is a short video reproducing the issue.

http://screencast.com/t/V00Y8GOJ

Thanks,

Rob
Kate
Telerik team
 answered on 31 Oct 2013
1 answer
36 views
Hello,

Following directions indicated in the thread Customize ImageManager, I have modified the FileBrowser.ascx control/dialog file so that it has the following values for VisibleControls: ContextMenus, Grid, Toolbar.

The goal was to have the left side of the ImageManager display the existing images only as a grid, not as a tree or as a list.  Furthermore, I do not want the list option is available within the toolbar.

This worked perfectly.

However, when I try to use the FlashManager or the MediaManager, it shows as a list.  Furthermore, the grid and list buttons/options in the toolbar are not available.  Consequently, only the list view is available to the user.  This is not desired.  I need to have the grid displayed as the only available view...just like in the ImageManager.

I am using version 2013.2.717.35.

Am I missing something?

Thank you,
-Arizona
Ianko
Telerik team
 answered on 31 Oct 2013
3 answers
72 views
Is there a way to not show the "HD" symbol on the toolbar?
Jerry Jansen
Top achievements
Rank 1
 answered on 31 Oct 2013
1 answer
94 views
When i init ajaxmanager ajaxRequest from client side radprogressmanager starts its nonstop progress callbacks and overloads IIS. Please find the attached code to reproduce the issue. Run App and run chrome/ firefox debugger, wait for 2 mins for timer to init ajax request as required and then you can see radprogress nonstop callbacks.
  Code : RadProgressManagerIssue
Plamen
Telerik team
 answered on 31 Oct 2013
3 answers
194 views
Hello Support,

we are having a problem with content pasted in (Editor). Spaces seem to be randomly removed.

The problem can be duplicated in your demos.

If I copy and paste the following text (which was copy/pasted from "http://simple.wikipedia.org/wiki/Paragraph"):

"A paragraph is a group of words put together to form a group that is usually longer than a sentence. Paragraphs are often made up of many sentences. They are usually between four to eight sentences. Paragraphs can begin with an indentation (about five spaces), or by missing a line out, and then starting again; this makes telling when one paragraph ends and another begins easier."

If I paste it into my editor (or the demo @ http://demos.telerik.com/aspnet-ajax/editor/examples/default/defaultcs.aspx) it randomly removes spaces, notably in my example between the words "many sentences" .  It turns to "manysentences

The editor on your demo asks me if I want to "clean word formatting".  If I say yes, the spacing problem exists."  
Ianko
Telerik team
 answered on 31 Oct 2013
0 answers
75 views
Hi. I have a problem with modalpopup. I try to do thing like this. I set modalPopup.OpenerElementID :

modalPopup.OpenerElementID = btngetReport.ClientID;

This code works. On button click event, I control a value is null or not. If value is null, modalpopup is not hown, else modalpopup will be shown. But I can not do this.

I try a code on button click like below:

......
.....
if(val==null)
modalPopup.Visible = false;

How can I do this? Thanks in advance..


Saadettin
Top achievements
Rank 1
 asked on 31 Oct 2013
1 answer
89 views
We have radgrid on many pages of our site and are using the export to PDF, XLS, and CSV buttons. Telerik is placing those icons within the  <table> tags, which is generating a 508 violation. How can we move those controls outside of the <table> tags?
Daniel
Telerik team
 answered on 31 Oct 2013
2 answers
306 views
I have a rad grid with check boxes.
I have a rad combo box that controls what data is returned to the grid.
I have a button that processes the checked items.
The first time the data is loaded, selected items are present and processed.
If I change the combo box selection, the data loaded is correct but the selected items always returns an empty list.

The Grid
<MasterTableView CommandItemDisplay="Top" AllowCustomPaging="True" AllowPaging="True"
                        TableLayout="Fixed" ClientDataKeyNames="AssetId,MacId" PagerStyle-PageSizes="25;50;75;100">
                        <CommandItemSettings ShowAddNewRecordButton="False"></CommandItemSettings>
                        <RowIndicatorColumn FilterControlAltText="Filter RowIndicator column" Visible="True">
                        </RowIndicatorColumn>
                        <ExpandCollapseColumn FilterControlAltText="Filter ExpandColumn column" Visible="True">
                        </ExpandCollapseColumn>
                        <Columns>
                            <telerik:GridClientSelectColumn HeaderStyle-Width="3em" UniqueName="ClientSelectColumn">
                                <HeaderStyle Width="3em" />
                            </telerik:GridClientSelectColumn>
                            <telerik:GridBoundColumn DataField="MacId" HeaderText="Mac Id" UniqueName="MacId">
                                <HeaderStyle Width="75px" />
                            </telerik:GridBoundColumn>
                            <telerik:GridBoundColumn DataField="PoleId" HeaderText="Pole" SortExpression="PoleId"
                                UniqueName="PoleId" HeaderStyle-Wrap="false" HeaderStyle-Width="75px">
                            </telerik:GridBoundColumn>

The Data Source

<asp:LinqDataSource ID="StatusDataSource" runat="server" ContextTypeName="EnterpriseWeb.DataContracts.Diagnostics.DiagnosticsDataContext"
    EntityTypeName="" OrderBy="Weight" Select="new (StatusId, Description, ShowByDefault)"
    TableName="StatusCodeRows" OnSelected="StatusDataSource_Selected">
</asp:LinqDataSource>

The JavaScript

var Items = MasterTableView.get_selectedItems();
 
if (Items.length > 0)
{
    var SelectedAssetIds = [];
 
    $.each(Items, function (i, Item) {
        SelectedAssetIds.push(Item.getDataKeyValue("AssetId"));
    });
 
    var List = SelectedAssetIds.join("|");
    OpenRadWindow(BaseUrl + "Html/WorkOrders/WorkOrdersCreatepage.aspx?InstallationId=" + InstallationId + "&Assets=" + List, "WorkOrderCreateWindow");
}



 
Ed
Top achievements
Rank 1
 answered on 31 Oct 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
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?