Telerik Forums
UI for ASP.NET AJAX Forum
14 answers
812 views
Hello i have a rad grid insert edit form popup with a asp.net upload in it. I have made it so that on the button click it makes postback but when the postback returns back the temporary data is lost. How can i from codebehind close all insert/edit forms so i can open the popup from the prerender event? with this code:

            RadGridCardDetails.MasterTableView.FindItemByKeyValue("CardDetailsID", new Guid(HiddenShowCardDetailID.Value)).Edit = true;
            RadGridCardDetails.Rebind();
Rohan
Top achievements
Rank 1
 answered on 10 Oct 2012
1 answer
95 views
Hi,
     I have a requirement to cancel the edit/insert mode on an external button click. How can I fulfill this. Can anybody suggest something helpful
Thanks
Savyo
Shinu
Top achievements
Rank 2
 answered on 10 Oct 2012
2 answers
99 views
Hi,

I'm trying desperately to find a way to change the template of the row that is being dragged (drag clue). In my application, the user will drag a row from a RadGrid and drop it into a RadScheduler. I want the row that is being dragged to appear like it is when it's dropped  in the scheduler.

I know that the RadGrid doesn't provide any DragItemTemplates, so I will have to do it manually but I can't find the css class that is used by the dragged item. I'm guessing the css of the drag clue item is made in javascript (as every row is different), is there a master div that I can use?

Thanks in advance
Marin
Telerik team
 answered on 10 Oct 2012
1 answer
227 views
hi!!

i have this code in my aspx:

<telerik:RadAjaxPanel ID="RadAjaxPanel1" runat="server" LoadingPanelID="RadAjaxLoadingPanel1">
            <asp:Table runat="server" CellPadding="0" CellSpacing="0" HorizontalAlign="Center">
                <asp:TableRow runat="server">
                    <asp:TableCell runat="server">
                        <asp:Table runat="server" CellPadding="0" CellSpacing="0">
                            <asp:TableRow runat="server">
                                <asp:TableCell runat="server">
                                    <telerik:RadBarcode runat="server"
                                                        ID="radcodigos"
                                                        Width="100"
                                                        Height="30"
                                                        Font-Size="10px"
                                                        ShowChecksum="false"
                                                        RenderChecksum="false"
                                                        ShowText="true"></telerik:RadBarcode>

                                </asp:TableCell>
                            </asp:TableRow>
                        </asp:Table>
                    </asp:TableCell>
                </asp:TableRow>
            </asp:Table>      
        </telerik:RadAjaxPanel>
        <telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" BackgroundPosition="None">
        </telerik:RadAjaxLoadingPanel>


this barcode i'm load in the follow function:

Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        If Not IsPostBack Then
            lbltipocodigoID.Text = Request.Params("tipocodigoID")
            lblcodigo.Text = Request.Params("codigo")

            radcodigos.Text = Val(lblcodigo.Text)

            Select Case lbltipocodigoID.Text
                Case "1"
                    radcodigos.Type = BarcodeType.EAN13
                Case "2"
                    radcodigos.Type = BarcodeType.EAN8
            End Select
        End If
    End Sub


in the file "img_barcode.png" you can see my problem better.
plase i need implements this barcode for my aplication. thanks.
Kostadin
Telerik team
 answered on 10 Oct 2012
1 answer
101 views
as I can lift a pop-up with a key combination, after selecting edit in a column, an item RaGrid??
Andrey
Telerik team
 answered on 10 Oct 2012
1 answer
50 views

Hello all,

While executing the application i am getting Script Error in user Control Page.What i am doing in my ASPX.Cs page i have used User Control and again in that user control i have used another user control which is opened through Rad Window.Is it correct thing to use user control in an another user control.

script Error : Object Undefined :

actually process ---> aspx.Cs---> usercontrol1---->(Rad window)user control2

unable to find the solution for the last few hours.Suggest me the best way to get over it

Thanks in advance

Marin Bratanov
Telerik team
 answered on 10 Oct 2012
1 answer
99 views
Hello all,

While executing the application i am getting Script Error in user Control Page.What i am doing in my ASPX.Cs page i have used User Control and again in that user control i have used another user control which is opened through Rad Window.Is it correct thing to use user control in an another user control.

script Error : Object Undefined :

actually process ---> aspx.Cs---> usercontrol1---->(Rad window)user control2

unable to find the solution for the last few hours.Suggest me the best way to get over it

Thanks in advance

Marin Bratanov
Telerik team
 answered on 10 Oct 2012
5 answers
70 views
Hello,

Id like to have the built in "Add new record" at the top of my grid, but instead of opening an input form in the grid id like to link to a form of my own instead.

How can i do this?

Thanks
Robert
Top achievements
Rank 1
 answered on 10 Oct 2012
19 answers
691 views
Hi,

I'm having some problems working with recurring appointments.  I am currently using the latest Q3 2009 .NET 2.0 version of Telerik, but I have tried the Q1 2010 controls and got the same problems.

I am recording the RecurrenceRule and RecurrenceParentID in the database, and the calendar entries are appearing on the scheduler properly.  The problem comes when I try to edit.

By looking at the properties of the appointments as they are created from the data, I have noticed some strange things occurring.

  • The "Master" record, the one with the recurrence rule in it, is created as type Exception in the scheduler.  

Now, I can override this in the AppointmentCreated event and force it to a RecurrenceState of Master, but then I get other problems:

  • If the type is Master, the "Edit this occurrence" generates an "Object not set to an instance of an object" error.

I have also found that

  • The "Edit the series" option seems to fail if the RecurrenceParentID value is not set, 

Which means that you can't edit the series from the master appointment unless you also set the RecurrenceParentID.

Using the "Reset exceptions" option gives me either:
  1. An "Object reference not set to an instance of an object" error if the RecurrenceParentID is not set on the master, or
  2. If the RecurrenceParentID is set, all occurrences are removed, including the master (presumably because it removes anything with the RecurrenceParentID set to the master value)

If you can tell me what I might be doing wrong, I would much appreciate it, since no-one else seems to be having these problems!

I was also having problems with non-recurring appointments being created in the calendar as Exceptions, but I think this is because I was not ensuring the RecurrenceRule was set to Nothing instead of an empty string, and this now works.

Regards,

Dan

Plamen
Telerik team
 answered on 10 Oct 2012
4 answers
130 views
Hi I am currently using the latest version of rad controls asp.net ajax V 2012.2.912.40

and on the editor if i open up the image manager it opens up the rad window but strteches to 100% the height of the body size I also noticed the exact same error on the web demo

Browser is am using is Firefox 15.0.1 on windows 7 64 bit.


Birgit
Top achievements
Rank 1
 answered on 10 Oct 2012
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?