Telerik Forums
UI for ASP.NET AJAX Forum
8 answers
244 views
I am using the google-style filtering on a grid and it is working great for the most part. The only problem is that if i select a filter from the drop-down and then try to edit one of the rows returned the filter goes away and the edit form pops up with a completely different record than what was selected. Any suggestions?

Thanks!
jfkrueger
Top achievements
Rank 1
 answered on 29 Dec 2008
3 answers
154 views
Hi
I am using radgrid with the automatically generated popup edit form.
One of the fields displays the 'Last_Edit' date recorded in the database.
When the edit form 'UPDATE' link is clicked I want to save the current date instead of the
database value.
How can I best do this? 

Thanks for you help!

Clive
Dimo
Telerik team
 answered on 29 Dec 2008
3 answers
124 views
I am trying to embed a Youtube video using the RADEditorPlaceHolder control version 4.1.5 in MCMS 2002. I have tried what was recomended in the thread Javascript Stripping but it didn't work, as tags in the javascript are still bein g stripped out.
Is there a way to do this with version 4.1.5 of the RadEditorPlaceholderControl

Thanks
Georgi Tunev
Telerik team
 answered on 29 Dec 2008
3 answers
79 views
I am trying to add Google analytics to track attachments that are added within a RadEditorPlaceHolderControl version 4.1.5 in MCMS 2002.
eg

<a href="http://www.example.com/files/map.pdf" onClick="javascript: pageTracker._trackPageview('www.mysite.com/files/myfile.pdf'); ">


Is there a way to do this without having some of the tags in the javascript being stripped off.

Thanks
Georgi Tunev
Telerik team
 answered on 29 Dec 2008
5 answers
155 views
I am mimicking the grid style as demoed here. In Firefox this works great, is extremely responsive and behaves as I would expect. In IE8 though (and probably the others although I haven't been able to test them yet), running over the items in the list is very slow and I noticed my processor usage jumps to around 70% whenever I do this. My grid is very basic and looks like this:

    <telerik:RadGrid runat="server" ID="grdResults" AutoGenerateColumns="false" Width="100%" HorizontalAlign="Center" Skin="Gray" GridLines="None"
        <MasterTableView Width="100%" GridLines="None" CommandItemDisplay="None" DataKeyNames="ParcelNUmber"
            <Columns> 
                <telerik:GridBoundColumn DataField="ParcelNumber" HeaderText="Property #" UniqueName="ParcelNumber" /> 
                <telerik:GridBoundColumn DataField="Owner" HeaderText="Owner" /> 
                <telerik:GridBoundColumn DataField="Location" HeaderText="Location" /> 
                <telerik:GridBoundColumn DataField="Legal" HeaderText="Legal" /> 
                <telerik:GridBoundColumn DataField="Acres" HeaderText="Acres" /> 
            </Columns> 
        </MasterTableView> 
        <ClientSettings EnableRowHoverStyle="true"
            <ClientEvents OnRowDblClick="viewParcel" />             
            <Selecting AllowRowSelect="true" /> 
        </ClientSettings> 
    </telerik:RadGrid> 
 

Do you have any suggestions as to what I can do to make the performance of hovering in IE the same as it is FF?


Dimo
Telerik team
 answered on 29 Dec 2008
4 answers
128 views
Hi,

i try to call RadWindow in Grid..

this is my codes ,why i cant call RadWindow with hyperlink ?,why my code doesnt working?

thx..


 

<script type="text/javascript">

 

 

 

 

function closeWin()

 

{

 

var oWnd = GetRadWindow();

 

oWnd.close();

}

 

 

function ShowPricesTable(j,op1)

 

{

 

var oWnd = window.radopen("Prices.aspx?catId="+j+"&id="+op1, "PricesTable");

 

oWnd.SetUrl(oWnd.GetUrl());

}

 

 

</script>

 



 

<asp:GridView ID="gw" runat="server" AllowPaging="True" AutoGenerateColumns="False"

 

 

ShowHeader="False" CssClass="Listing" GridLines="None" OnRowDataBound="gv_RowDataBound">

 

 

<Columns>

 

 

<asp:TemplateField>

 

 

<ItemTemplate>

 

..........................

 

<asp:HyperLink ID="hlPriceType" Visible="false" runat="server" NavigateUrl="#" onclick='ShowPricesTable("<%#Eval("PRICEID")%>","<%#Eval("CATID")%>");return false;'>select</asp:HyperLink>
....................................................

i try to aspnetbottın onclick but again have a problem



 

<

rad:RadWindowManager ID="rwmamanger" runat="server" Behavior="Close,Move" VisibleStatusbar="False"

 

 

 

 

OnClientClose="closeWin" Width="640px" Height="500px" Skin="GUH" SkinsPath="~/App_Themes/default/Skins/Window"

 

 

 

 

RadControlsDir="RadControls/">

 

 

 

 

<Windows>

 

 

 

 

<rad:RadWindow ID="FiyatTablosu" Modal="True" runat="server" Title="Fiyat Tablosu"

 

 

 

 

Left="" NavigateUrl="" Skin="GUH" SkinsPath="~/App_Themes/default/Skins/Window"

 

 

 

 

Top=""></rad:RadWindow>

 

 

 

 

</Windows>

 

 

 

 

</rad:RadWindowManager>

 

Georgi Tunev
Telerik team
 answered on 29 Dec 2008
1 answer
57 views

<> operator is not supporiting in  "Telerik.WinControls.UI.RadDateTimeEditor"
i have copied this code same as the given in Telerik dacumentation yet i am receiving the error. pls give me a best code as soon as possible. thnks

 

Imports

Telerik.WinControls.UI.RadDateTimeEditor

 

 

Private

Sub RadGridView1_EditorRequired(ByVal sender As Object, ByVal e As Telerik.WinControls.UI.EditorRequiredEventArgs) Handles RadGridView1.EditorRequired

 

 

Dim dateTimeEditor As RadDateTimeEditor = TryCast(e.Editor, RadDateTimeEditor)

 

 

If dateTimeEditor <> Nothing Then

 

 

DirectCast(dateTimeEditor, RadDateTimePickerElement).Format = DateTimePickerFormat.[Short]

 

 

End If

 

 

End Sub

 

Martin Vasilev
Telerik team
 answered on 29 Dec 2008
1 answer
65 views
Can anyone please explain a fix for this?

http://demos.telerik.com/aspnet-ajax/Scheduler/Examples/Skinning/DefaultCS.aspx

Select the Outlook demo.

On the Hours Panel the times are aligned to the right and all of them are cut off.  Also there are faint blue lines seperating the time lables.

Not sure if the blue lines are supposed to be there but the am/pm being slightly cut off does not seem right.

Thanks.
Kamen Bundev
Telerik team
 answered on 29 Dec 2008
12 answers
414 views
I can't seem to get GridLines to align with the grid header columns.
I've tried a couple of skins (Hay and Office2007), with and w/o the GridLines property set, but the columns still get skewed.

I have table layout: fixed with Scrolling and sorting enabled if that matters.

Thanks,
Eric
Dimo
Telerik team
 answered on 29 Dec 2008
5 answers
253 views
I have a Rad Rotator on my page and it's datasource can have multiple records or perhaps just one.  Each record has about 35 fields that need to be displayed in an itemized receipt format.  I want the rotator to display a "receipt" for each record and the user to navigate through the receipts one at a time by clicking the button.  How can I achieve this?  It seems to concatenate all of the field values from all records on the same line and looks ugly.

If this can be done with the rotator it would be great but I've never used the rotator before so I'm struggling with how to apply it to this situation.

A VB.NET sample would be appreciated.

Thanks.
Acadia
Top achievements
Rank 1
Iron
 answered on 29 Dec 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?