Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
378 views

Hi,

could somebody give me an advice, whether it's possible to have months in the same format as years ? I mean, now there are Jan. , Feb. .. and I want there only month numbers 01, 02.

And my second issue is how to change selected row value. Now, when I choose some month and year and click on OK button, there is January 2020. I need selected date in the format 01/2020, or 02/2020

Please, help me to solve this issues.

Regards

Vasssek

Vasssek
Top achievements
Rank 1
 answered on 11 Mar 2020
1 answer
529 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
200 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
260 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
333 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
338 views

Trying to change "busy" animation for WebBlue.

Please help

Attila Antal
Telerik team
 answered on 10 Mar 2020
3 answers
225 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
330 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
870 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?