Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
548 views
 <telerik:RadListView ID="RadListView" runat="server" ItemPlaceholderID="pp"  OnItemCommand="RadListView_ItemCommand">
            <LayoutTemplate>
                <telerik:RadButton RenderMode="Lightweight" ID="btnInitInsert" runat="server" CommandName="InitInsert" Text="Insert Employee" >
                </telerik:RadButton>
                <asp:PlaceHolder ID="pp" runat="server"></asp:PlaceHolder>
            </LayoutTemplate>
            <ItemTemplate>
                <telerik:RadLabel ID="RadLabel1" runat="server" ForeColor="Black" Text="<%# Container.DataItem %>"></telerik:RadLabel>
            </ItemTemplate>
            <InsertItemTemplate>
                <asp:Button ID="Button2" runat="server" Text="cancel insert" CommandName="Cancel" />
            </InsertItemTemplate>
        </telerik:RadListView>
Attila Antal
Telerik team
 answered on 11 Mar 2020
3 answers
213 views

I can determine if a RadDataForm Is in Insert mode with code like this:

if ($find("<%= frmClaim.ClientID %>")._isItemInserted) { ...

 

 

 

But how can I determine if a RadDataForm is in edit mode from client side JavaScript?

Vessy
Telerik team
 answered on 11 Mar 2020
1 answer
271 views

Hi, i just changed our website to use HTTPS on all pages.

But now RadMap doesn't work any more with Bing:

<LayersCollection>
   <telerik:MapLayer Type="Bing" Key="xxxxxxxxxxxxxx" ImagerySet="Road" Attribution="yyy" Opacity="1">
   </telerik:MapLayer>
</LayersCollection>

 

I believe I need to use a custom URLTemplate that uses HTPPS....

Can anyone please show me how exactly this URLTemplate has to be?

Thanks in advance for youe help!

Tom

Vessy
Telerik team
 answered on 11 Mar 2020
3 answers
350 views
Hello...

We've been using RadCaptcha (version 2010 Q1) control on a site for some time, but today when we've had higher load of visitors trying to confirm the displayed code, it wouldn't be accepted, but another code was displayed.

It would take up to a 10 or so entries for the code to be accepted.
Control is located inside update panel, as I've read on one of posts here that should be, it is the only control on the page.
And it wasn't that much people loading, maybe 30 people entering and clicking in 5 minutes.

Also, sometimes Captcha image is not loaded at all.

No help with restarting pool, IIS, etc.

This didn't use to happen on development or testing or live location previously, so it's unclear why sudden.
Are there some updates done between versions 2010.1 and 2010.2 that might help with this?

Thanks in advance...
Vessy
Telerik team
 answered on 11 Mar 2020
3 answers
353 views

Trying to change "busy" animation for WebBlue.

Please help

Attila Antal
Telerik team
 answered on 10 Mar 2020
3 answers
237 views

can we change the size of the fileupload window, without affecting the changes on other rad windows.

I tried to apply the changes using windowmanger but those get applied to all the rad windows like file open window.

Vessy
Telerik team
 answered on 10 Mar 2020
23 answers
2.4K+ views

I have a telerik RadGrid with AutoGenerateColumns-AtRuntime=true.i need to clear the filters in the radgrid on a button click.i have the following code which is not working

  foreach (GridColumn column in  gridSearchL3.MasterTableView.OwnerGrid.Columns)
       
{
            column
.CurrentFilterFunction = GridKnownFunction.NoFilter;
            column
.CurrentFilterValue = string.Empty;
       
}
          gridSearchL3
.MasterTableView.FilterExpression = string.Empty;

please help.

Eyup
Telerik team
 answered on 10 Mar 2020
3 answers
339 views

Hello all,

I'm trying to figure out how to wire up the standard "Add new record" command button to a modal popup for adding new records.
Not sure if this makes any difference, but the grid is in batch edit mode.

Thx in advance for help and/or pointers!

M.

 

Rumen
Telerik team
 answered on 09 Mar 2020
3 answers
897 views

How do I format the phone number like (999) 999-9999 in a Grid

 

I did as below. But it return as 9999999999.


 

<telerik:GridBoundColumn DataField="PhoneNumber" SortExpression="PhoneNumber" 
HeaderText="Contact Number" UniqueName="columnPhoneNumber" 
DataFormatString = "{0:(###)###-####}" HeaderStyle-Width="100px"
<HeaderStyle HorizontalAlign="Center" /> 
</telerik:GridBoundColumn>


Thanks
Sam

John
Top achievements
Rank 1
 answered on 07 Mar 2020
3 answers
124 views

I liken this control to serving a quiche with a runny middle. 

It has tons of potential, but falls short of the RadComboBox.  I know I'm way over simplifying, but seems like all that had to be done was to add the ColumnsCollection as an alternative to the RadComboBox control.  Didn't even need a new control, shrouded in kendo hocus pocus.  It took me 4 hours of research to cobble together this as a way to just get the text value of a RadMultiColumnComboBox

sState = $find("cbStateL").get_kendoWidget().input["0"].value;

 

when this is all that should have been needed:

 sState = $find("cbStateL").text;

 

 
I want to embrace this control, but I feel like I'm a rat stuck in an elaborate labyrinth.  
Peter Milchev
Telerik team
 answered on 06 Mar 2020
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
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
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?