Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
106 views
Hi All,

I am using Telerik Grid with version Q2 2008. When I open the Telerik grid in popup using RadWindow and try to filtering or paging with telerik grid, then I am getting the  javascript rutime error.

Telerik grid is not working if we open it in RadWondow popup, but if open it in a normal page its working fine.


Please suggest about this error at the earliest.
Mahakar
Top achievements
Rank 1
 answered on 25 Sep 2008
4 answers
150 views
Hi,

How can I stop the hyperlinkcolumn rendering a title attribute? It seems to default to creating one as the same value as DataTextField. The browser renders the title attribute as a tooltip and it is overlapping my radtooltip!

Thanks,

Leon.

Veli
Telerik team
 answered on 24 Sep 2008
7 answers
179 views
Greetings,

I've perused the forums and can't find the answer to my question.

Say I have Default.aspx on which I've placed a LinkButton that I want to lead to Second.aspx, RadMultiPage1/PageView2?

Default.aspx does NOT have the RadTabStrip on it, only Second.aspx does.

Thanks for any advice.

Greg
Chris
Top achievements
Rank 1
 answered on 24 Sep 2008
0 answers
220 views
I am trying to use RadProgressArea on my page it pops up when i upload a file.
and the this page refreshes itself. The page loads get executed but the progress bar does not get shown.

Please help.
I  am using neat upload and cannot use RadUpload.

##########   ASPX ##################
    <form id="form1" runat="server">
    <div>
   
        <asp:ScriptManager ID="ScriptManager1" runat="server">
        </asp:ScriptManager>
   
    </div>
    <telerik:RadProgressArea ID="RadProgressArea1" Runat="server" ProgressIndicators="TotalProgress, TotalProgressBar, TotalProgressPercent, CurrentFileName, RequestSize"  >
<Localization Uploaded="Uploaded"></Localization>
    </telerik:RadProgressArea>
    <telerik:RadProgressManager ID="RadProgressManager1" Runat="server" />
    </form>
#######################################

############# COde Behind ############

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load

        Dim progress As RadProgressContext = RadProgressContext.Current
 
        progress.PrimaryTotal = FormatCount(BytesTotal)
        progress.PrimaryValue = FormatCount(BytesRead)
        progress.PrimaryPercent = (BytesRead / BytesTotal) * 100

 '       progress("PrimaryTotal") = FormatCount(BytesTotal)
  '      progress("PrimaryValue") = FormatCount(BytesRead)
   '     progress("PrimaryPercent") = (BytesRead / BytesTotal) * 100
    '    progress("CurrentOperationText") = "Some"

    End Sub

###########################




p
Top achievements
Rank 1
 asked on 24 Sep 2008
2 answers
236 views

I have the following code on my page. When I click the "Add new record" button the template form shows and I enter my data and click the Insert button. The Ajax postback occurs, however the formtemplate does not auto hide nor does the RadGrid refresh with the new row. What's the problem?

<telerik:RadAjaxPanel runat="server" EnableAJAX="true" EnableEmbeddedScripts="true">

<telerik:RadGrid ID="grdConfigurations" runat="server" OnNeedDataSource="grdConfigurations_NeedDataSource">

<MasterTableView DataKeyNames="ConfigurationGuid" EditMode="EditForms" CommandItemDisplay="top" AllowAutomaticInserts="true" AutoGenerateColumns="False">

<EditFormSettings EditFormType="Template">

<FormTemplate>

...

<

asp:Button ID="btnUpdate" Text='<%# ((bool)DataBinder.Eval(Container, "OwnerTableView.IsItemInserted")) ? "Insert" : "Update" %>'

runat="server" CommandName='<%# ((bool)DataBinder.Eval(Container, "OwnerTableView.IsItemInserted")) ? "PerformInsert" : "Update" %>'></asp:Button>

</FormTemplate>

</EditFormSettings>

</MasterTableView>

</telerik:RadGrid>

</telerik:RadAjaxPanel>

Joey
Top achievements
Rank 1
 answered on 24 Sep 2008
8 answers
309 views
Hi, I have a fresh Vista Enterprise install, with VS 2008 SP1, 3.5 SP1, and the latest teleriks.  When I got into debug mode using local IIS, I have started getting 'Sys' is undefined on all my pages.

The application has been setup with all defaults, ie. there's no dynamic compression or anything like that. 

This code was working on a previous setup under XP and local web server, so the only thing that has changed is Vista.  I did a search and compared my web.config against all the settings shown in the ajax setup, and everything looks fine.

So I'm at a loss here.  The code is runing on a Windows Server 2003 machine, so it's not a code problem, at least until it gets under Vista ( and I suspect IIS 6).
Is there an IIS6 setting that I am missing or something?  

Regards,
Nick H
Tracy
Top achievements
Rank 1
 answered on 24 Sep 2008
4 answers
101 views
I have a problem similar to this post: http://www.telerik.com/community/forums/thread/b311D-mcdgk.aspx

I have a project that uses a date (4/18/08) for a value that they search on.  In the combobox with loadondemand enabled when you type the / the combobox gets stuck in a continuous loop. 

The loadondemand works for all other texts that we have tried.  If you just type the 4 from the value above (4/18/08) it will pull all values starting with 4.  When you add the / the values disappear and the loading message shows.

Another problem we have is items with spaces.  If a user looks up a last name of De Lilla the results will not show anything.  If you just type in De and wait for those results to show up and then type in the space and Lilla it will then filter the remaing results to the correct name.

Any ideas on what I need to do to fix these two problems?

Thanks

-Brent
Curt
Top achievements
Rank 1
 answered on 24 Sep 2008
1 answer
104 views
I'm hoping this is a simple question but I am struggling with how to do this.   I have a template column inside a RadGrid that contains a RadCombobox that I want to load on demand using a WS call.  I have everything working except I can't figure out how I can access a custom attribute that I've added to the combobox so its value can be passed as context.  I know how to pass the text (if I wanted) but in my case I am trying to store the key for the current row as part of the attributes of the combobox so it can be passed to the WS call. 

Thanks,
Simon
Telerik team
 answered on 24 Sep 2008
6 answers
161 views
Hi

I've tried to reproduce this demo http://demos.telerik.com/ASPNET/Prometheus/ComboBox/Examples/Functionality/MultipleComboBoxes/DefaultCS.aspx in a user control that loads others user controls depending on the user's choice. The problem is that i always get a 'undefined' error message from the javascript function call. I've put the javascript function in the usercontrol where i have to use it, is that correct or i have to put it in the page itself ??

Thanks in advance for your helps.

Atanas Korchev
Telerik team
 answered on 24 Sep 2008
5 answers
116 views
Currently I'm catching the OnClientEditing event to produce my own custom window, and I have been unable to find a list of fields that are included in the appointment attached to the eventargs. (IE, the apt declared in the help file's example)

Basically, I'm trying to populate the custom window with the information from the appointment being edited. If anyone can point me at the listing, it would be greatly appreciated.
Peter
Telerik team
 answered on 24 Sep 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?