Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
103 views
Hello,


I'm using Telerik 8.0.0.6 and RadAsyncUpload in a RadGrid to permit users to upload a file for each line (indicating documents to send).When i upload the first document, all is good, but when i select the second, i have an error indicating the file has not been found (In my code behind, i do only "SaveAs()"). When i look at the errors, I can see that the second file is the same as the first (s2ghv0sb.kka)
Each time it's the same fileName for each upload.


How can I specify a different name?


Thank you in advance.
Peter Filipov
Telerik team
 answered on 05 Jul 2011
11 answers
170 views
I recently updated to SP2 (version 2008.2.1001) and found that all of the RadDatePickers in my application stopped working. When I click on a date, the page posts back to the webroot (rather than just filling the dat into the textbox). I have a lot of  datepicker controls in this app and it happens on all of them. When I copy the previous version DLLs back into the bin directory, everything works again, so it must be newly introduced in this version.

Looking at the version history notes, I saw this:
Removed onclick="return false;" attribute from calendar cells

This seems to be likely what is causing this problem. Is there something I need to restore the functionality?

Thanks,
John
Pyron Technologies
Sebastian
Telerik team
 answered on 05 Jul 2011
2 answers
202 views
Dear All,

Here is my scenario, I am opening a Radwindow from my Parentpage. I have a button on my parentpage which I am using to save some data,  when I click on the button the radwindow disappears its destroyed. Please let me know how can I rectify this issue. Please note that I don't want to cancel the postback of my button which is on the ParentPage as i need to save some data on the button click and also I don't want to make the Radwindow as modal window. Can I capture the parentpage button event on my radwindow page. Any help is appreciated.

Regards,
Noor hussain.
Noor hussain
Top achievements
Rank 1
 answered on 05 Jul 2011
1 answer
75 views
We use the RadInputManager to a validate TextBox. When validation fails an error message is displayed in the textbox. When i enter the TextBox to correct the error the TextBox is empty!

Below the code:
<telerik:RegExpTextBoxSetting BehaviorID="RegExpTextBoxSetting3" IsRequiredFields="true" Validation-IsRequired="true"
 ValidationExpression="^.*(?=.{6,})(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[@#$%^&+=]).*$">
     <%--Must be at least 10 characters
     Must contain at least one one lower case letter, one upper case letter, one digit and one special character
     Valid special characters (which are configurable) are -   @#$%^&+=--%>
     <TargetControls>
         <telerik:TargetInput ControlID="tbPassword" />
     </TargetControls>
 </telerik:RegExpTextBoxSetting>
<asp:TextBox ID="tbPassword" runat="server" CssClass="FormTextBox"></asp:TextBox>

What is going wrong here?

Regards,
Dick van Straaten
Iana Tsolova
Telerik team
 answered on 05 Jul 2011
1 answer
149 views
Hi,
I have created the user control ASP.net application, treelist was added as one of the control in user control page. In the main page i have added this user control at runtime. i.e based on the records return from the database i am try to create a new instance of user control and adding to main page. i was able to show the different tree list on the screen. But when i try to expand and collape the cutome added user control it was not working. ie. When i expand the tree list it is working fine. But when i click the collapse icon. it is still in expand state.

Is there any way that we can custome the expand and collapse event of the Tree list.
Mira
Telerik team
 answered on 05 Jul 2011
1 answer
53 views
Hi,

I am creating a webpart for sharepoint.  Webpart contains telerik controls.  I want my webpart to be independent of the telerik control versions, meaning if I update the version of my telerik controls, webpart will still works.  Another thing is that we plan not to deploy telerik into GAC.  Is that possible?

Thanks in advance.

Albert
Sebastian
Telerik team
 answered on 05 Jul 2011
1 answer
78 views
Just created a new Q2 beta project and added the new RadImageEditor to a test page. The Styles do not get applied to the designer.

Also, another issue is the Tools property selector launches the Tools Collection Editor, but it can only currently add/remove/re-organize groups. Sub-items cannot be added through the editor. Will this eventually allow us to add sub-items by righ-clicking the group or by having a smart Add button that knows to add a sub-item when the group item is selected?
Rumen
Telerik team
 answered on 05 Jul 2011
1 answer
103 views
Hello,

I am giving a try on using dropdownlist controls inside RadFilter, using some samples for RadFilterDropDownEditor. I've passed the samples to my project and it works fine except for the following.
RadFiler is "connected" to a Grid, where data is shown.
You choose your filter expression. You can add "dropdownlisted" fields, normal fields or both.
When pushing the "Apply" button, the grid gets filtered (all goes right) and the normal fields in filter mantain their value. However, the "dropdownlisted" fields (sorry for the name) get converted into textboxes, with dordown's selected value inside.
If you, then, add another expression (anyone), "dropdownlisted" fields convert again in dropdownlists, but loose selected value.

I've been analysing differences between your code and mine, and the only thing that could make the difference is tha I've got an Ajax manager, that manages filter's and grid's postbacks (and other controls').

Do you have any idea about what I am doing wrong?

Thaks in advance
Mira
Telerik team
 answered on 05 Jul 2011
1 answer
103 views
Hi,
i have a RADToolTipManager in my web page. The problem i am facing is that after the web page loads, the pointer of the tool tip shifts to the left of the target control by around 50px.
<telerik:RadToolTipManager ID="InvoiceToolTipManager" runat="server" Position="TopCenter"  EnableShadow="true" Animation="Fade" RelativeTo="Element" Skin="Web20" CssClass="toolTip" AutoCloseDelay="30000">
        <WebServiceSettings Method="GetToolTipData" Path="/Help/ToolTipService.asmx"/>
/telerik:RadToolTipManager>

I have read in some posts that this is probably because the tool tip manager does not have a width defined. The problem i have is that the data is for Help text and i do not want to go with a fixed width.
So is it possible to have a flexible width for the control based on the length of the text that is coming from the target web service?

Ullas
Marin Bratanov
Telerik team
 answered on 05 Jul 2011
3 answers
117 views

If dataitem.ItemIndex() = 1Then

If d
ataitem(columnName(1)).Text <>"nbsp" Then

link.Font.Underline = True

 

link.Text = dataitem(columnName(1)).Text

link.NavigateUrl = HyprUrl + monthyear(1)

dataitem(columnName(1)).Controls.Add(link)

End If

 


If
dataitem(columnName(2)).Text <> "nbsp" Then
l
ink.Font.Underline = True

link.NavigateUrl = HyprUrl + monthyear(2)

link.Text = dataitem(columnName(2)).Text

dataitem(columnName(2)).Controls.Add(link)

End If

 

If dataitem(columnName(3)).Text <>"&nbsp" Then

link.Font.Underline = True

 

link.NavigateUrl = HyprUrl + monthyear(3)

link.Text = dataitem(columnName(3)).Text

dataitem(columnName(3)).Controls.Add(link)

end if

 

 

Daniel
Telerik team
 answered on 05 Jul 2011
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?