Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
107 views

My implementation of the RadImageAndTextTile (standalone tiles) is in an IFrame and I need set the target of the navigation link to "_top" so that the containing page navigates to the url, not just the frame contents. Can you tell me how to set the target?

 Thanks.

 

Charles

 

 

Ianko
Telerik team
 answered on 30 Jul 2015
1 answer
222 views

Is there anything in telerik to detect faces of human beings from image?

Pls Help me, I m Waiting........

Ianko
Telerik team
 answered on 30 Jul 2015
1 answer
235 views

I am converting a VB application to C#.

 As a novice in C#, I have a very basic question on how to deal with ToolBar settings.

The first line works in VB.

 The second line is as close as I get but I am stumped with how to indicate the NavigateUrl portion.

 

CType(Me.RadToolBar1.Items(toolbar_current), Telerik.Web.UI.RadToolBarButton).NavigateUrl = "lulavision.aspx?show=" & Show_Alias.ToString
 
(Telerik.Web.UI.RadToolBarButton)RadToolBar1.Items[Toolbar_Current] = "lulavision.aspx?show=" + Show_Alias;

Aneliya Petkova
Telerik team
 answered on 30 Jul 2015
1 answer
221 views

Hi,

I am using the RadAsyncUpload control file.

We want to limit the max upload file size at 30MB.

We have set this up in our Web.Config, and a standard FileUpload form control works fine.

If the user uploads more than 30MB, we handle the 404.13 httpErrors, and redirect to an error page if the user tries to upload more.

However, when testing this with the RadAsyncUpload control, the File upload hangs with a flashing yellow light. Analysing this with developer tools in different browsers, I can see that it tries to upload, but must hit the error, the next command is a call to our error page, URL is all correct, response body is correct, but nothing happens. It appears that the RadAsyncUpload Control somehow surpresses the Redirect and doesn't do anything, but I can see it trying to happen.

I have tried:

  • Setting the MaxFileSize in the control
  • Handling: OnClientFileUploadFailed, OnClientValidationFailed, neither of which hit.

What can I do to fix this? I am lost where to go next.

Thanks

 

Hristo Valyavicharski
Telerik team
 answered on 30 Jul 2015
1 answer
66 views
Going through the radgrid documentation there is a limitation that we cannot use the BatchEdit or inplace Mode with virtualization.
What is the alternate or workaround to that?
My client do not want to use paging but want to provide the editing feature on the GRID which has thousands of records. Additionally performance has to be handled as number of records in the GRID can be of order of 000's so definitely need to use virtualization or paging.
Any suggestion on to get around this and achieve this functionality.
Eyup
Telerik team
 answered on 30 Jul 2015
1 answer
283 views

Hi All,

I'm creating my grid pragmatically using the approach described here: 

http://docs.telerik.com/devtools/aspnet-ajax/controls/grid/defining-structure/changing-the-grid-structure-dynamically-on-postback

It works fine with only one concern - it only retain one column filter value at every turn. Let's say a user filtered results using the first filter. As soon as a second filter is selected, the first filter value will be lost after postback whereas the second filter value remains now. Users need to apply multiple column filters to get the desired results, is there a way to retain all filter values entered by users ?

I can't use bellow scripts because the grid is pragmatically created in Page_Init event and added to the placeholder control

var grid = $find("<%= RadGrid.ClientID %>");

            if (grid.get_clientState()) {
                var clientState = $.parseJSON(grid.get_clientState());
                var keys = clientState.checkListFilterKeys;

                for (var i = 0; i < keys.length; i++) {
                    var selectedValues = clientState.checkListFilterValues[i];
                    var fieldName = keys[i].split(",")[1];
                    var filterCell = grid.MasterTableView._getFilterCellByColumnUniqueName(fieldName);
                    var inputElement = filterCell.children[0];
                    inputElement.value = selectedValues.join(", ");
                }
            }

 â€‹Thanks in advance

Eyup
Telerik team
 answered on 30 Jul 2015
7 answers
1.7K+ views
Hi,

we have a radgrid and we are binding the radgrid with datatable the grid height and width is "0px" while we export to excel or csv we want to remove its header column name is there any possiblities to remove this? Below is my code :

//HTML code
<telerik:RadGrid ID="rgExport" runat="server" Height="0" Width="0"
                    onitemdatabound="rgExporthierarchical_ItemDataBound"
                    onexcelmlexportrowcreated="rgExporthierarchical_ExcelMLExportRowCreated">
                </telerik:RadGrid>

//.CS file Code
rgExport.DataSource=dt;
rgExport.DataBind();

please reply soon we will very thankful to you.

thanks & regards
BHARAT VEER
Eyup
Telerik team
 answered on 30 Jul 2015
3 answers
321 views
hI, i have a radtreeview which is populated in codebehind, with a list of objects. Thre treeview is inside a split panel. Sometimes i need to open a radwindow popup that opens another url, from a menu that lies in the same page in which the treeview is. The popup opens, i do something in that window (a different url) that causes postbacks in the popup, but not in the main page. It depends on how many postbacks i make in the popup, if i close the popup, and then click on a node in the radtreeview,  SOMETIMES it disappears. If i open the popup and make LESS postbacks, all works great. I've tried to bind the treeview into the markup, with an ObjectDataSource, and the strange behavior stops, except for a thing: now the treeview does not disappear, but collapses!

Any ideas?
Plamen
Telerik team
 answered on 30 Jul 2015
4 answers
719 views

Following code displays as per attached screenshot "Radio Button style" and has Radio like behaviour IE Check a button and the other unchecks:

 

<telerik:RadButton ID="RadButtonTile" runat="server" ToggleType="Radio" ButtonType="ToggleButton" Skin="BlackMetroTouch" Text="tile view"
                       GroupName="Radios" AutoPostBack="false" Checked="true" Height="32px">
                   </telerik:RadButton>
                   <telerik:RadButton ID="RadButtonList" runat="server" ToggleType="Radio" ButtonType="ToggleButton" Skin="BlackMetroTouch" Text="list view"
                       GroupName="Radios" AutoPostBack="false" Height="32px">
                   </telerik:RadButton>

The radio behaviour is what I want, but would prefer to use the square like icons that the Checkbox style provides in BlackMetroTouch skin. I can achieve the desired style as per attached screenshot "Checkbox Style" using the following code.  However the Radio Button behaviour is lost:

<telerik:RadButton ID="RadButtonTile" runat="server" ToggleType="CustomToggle" ButtonType="ToggleButton" Skin="BlackMetroTouch" Text="tile view"
                        GroupName="Radios" AutoPostBack="false" Checked="true" Height="32px">
                        <ToggleStates>
                            <telerik:RadButtonToggleState PrimaryIconCssClass="rbToggleCheckboxChecked" />
                            <telerik:RadButtonToggleState PrimaryIconCssClass="rbToggleCheckbox" />
                        </ToggleStates>
                    </telerik:RadButton>
                    <telerik:RadButton ID="RadButtonList" runat="server" ToggleType="CustomToggle" ButtonType="ToggleButton" Skin="BlackMetroTouch" Text="list view"
                        GroupName="Radios" AutoPostBack="false" Height="32px">
                        <ToggleStates>
                            <telerik:RadButtonToggleState PrimaryIconCssClass="rbToggleCheckbox" />
                            <telerik:RadButtonToggleState PrimaryIconCssClass="rbToggleCheckboxChecked" />
                        </ToggleStates>
                    </telerik:RadButton>
 

Is there anyway to include the Radio Button behaviour with the desired checkbox style?

 

Thanks

 

Glenn
Top achievements
Rank 1
 answered on 29 Jul 2015
5 answers
187 views

I got the latest ASP.NET AJAX controls and all my grid would load but I could not return to them because RadPersistenceManager1.LoadState(); hangs. Go to the persistence example and test the example loading different settings.  In the example it eventually comes back after an unexceptable while but on my system it does not return.

Example

 I had to remove RadPersistenceManager from my project because you could only go to each grid once.

Wizgod
Top achievements
Rank 1
 answered on 29 Jul 2015
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?