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

I have successfully implemented the GridSettingsPersister for the grid control on a save button click event.  Now I would like to take it a step further and automatically save the layout of the grid when the user makes a change to his/her grid (ie: move a column, sort, change width etc...).  What event would I use to trigger the save?

I would like it to be seamless to the user, no clicking of a save button necessary.

Thank you very much for the help!
Iana Tsolova
Telerik team
 answered on 17 Jan 2011
5 answers
213 views
Hello

I want to show images in my combo box items and i've used ImageUrl property for RadComboBoxItem to show the images. But when i  select an item the image is not shown in the selected item.

The items dont have any text and they are just images. So i'm not able to see the selected image and the selected item is shown as empty (since i dont have any text).

Any ideas?

Yana
Telerik team
 answered on 17 Jan 2011
1 answer
85 views
I'm using the RadEditor with DNN and I have a form with multiple different editors on the page. When right clicking to see the context menu it shows up in a few different places. In the first editor it shows up fine; right where it is supposed to. However, when I scroll down to the next editor or any other one below it, the menu shows up either at the very top of the screen or close to it, no where near the position of the mouse. Any ideas on how to resolve this issue?

Thanks,

Kevin
Rumen
Telerik team
 answered on 17 Jan 2011
8 answers
129 views
Hi 
We are are using Telerik Tabstrip but the Scrolling appears in IE 6.0 but not in IE 8.0
Can you please fix these issue ASAP.
Since we are having Production GoLive verysoon and system is being halted in UAT
Yana
Telerik team
 answered on 17 Jan 2011
9 answers
124 views
I have a scenario where the only way a user can create an appointment, is by dragging from a RadTreeView. The requirement is that when the user drags the appointment, and before the appointment is created, the user is required to enter the appointment's description, and then some validation needs to run before the appointment is actually committed.

What's the easiest way to achieving this? (assuming of course that it's possible.)

Many thanks,
Daryl
Alan
Top achievements
Rank 1
 answered on 17 Jan 2011
6 answers
155 views
Hi,
   I'm using Q2 2010 SP2 ASP.NET AJAX controls and have noticed an issue with firefox. If I have a rad window that is pointing to say youtube and I start watching a video when I move or resize the radwindow the page gets reloaded and the video starts from the begining.

I have test this in Internet Explorer and although it seems to work there you can move and resize without the page reloading on the odd occassion it does reload. In firefox it's all the time.

I tested your demo Window - First look and in the google window I searched for youtube and then in you tube just selected any video. Waited for it to start playing then moved the radwindow and that also reloaded the page. Tested the same thing in IE and it worked could move and resize without the page being reloaded.

Could you please confirm if this is a bug? Is there any way to work round it.

Thanks
Tobias
Top achievements
Rank 1
 answered on 17 Jan 2011
1 answer
74 views
Does anyone know how something similar to this can be done with the splitter?  I can get images in each pane, but can't get them to be a fixed location and appear like they're hiding/revealing the other image.

http://www.nytimes.com/2010/06/22/nyregion/22appraisal.html
Tsvetie
Telerik team
 answered on 17 Jan 2011
4 answers
118 views

Hi

I'm using a RadPanelBar in the NestedViewTemplate of my grid and would like to expand the RadPanelBar automatically when the NestedView for a particular row is shown (the NestedView is displayed when a row is clicked as follows):

function RowClicked(sender, args)
var gridItem = args.get_item();
ridItem.set_expanded(!gridItem.get_expanded());
}

If I expand the RadPanelBar server-side on page load then I lose the animation effect, so I would like to find the RadPanelBar client-side and run the .expand() method on it, something like this:

<div class="colorizedcode">var panelBar <font color="red">=</font> <font color="black">$find(</font><font color="purple">"<%= RadPanelBar1.ClientID 
%>"</font><font color="black">);<br>var panelItem</font> <font color="red">=</font> <font color="black">panelBar.findItemByText(</font> <font color="purple">"Paris"</font><font color="black">);<br>panelItem.disable();</font></div><span style=" "><span style=" margin-left: 0px !important;"><br></span></span>


The main problem seems to be that I'm having trouble finding the control in the RadPanelBar in the NestedViewTemplate client-side - I'm assuming that identifying the control client-side in function RowClicked will allow me to achieve what I'm looking for, which is a nice sliding effect when the NestedView is displayed.  Additionally, I would like to collapse any other NestedViewTemplates if they are visible before displaying the template for the selected row.

The relevant bits of code for the RadGrid are below - any suggestions are greatly appreciated and please let me know if more information is required

Thanks

Brian

<telerik:RadGrid ID="grid_items" runat="server" DataSourceID="sqlds_items" GridLines="None"<br>        AutoGenerateColumns="False" AllowPaging="True" AllowSorting="True" Skin="Sitefinity"<br>        Font-Names="Trebuchet MS" ForeColor="#669999"><br>        <ClientSettings><br>            <Selecting AllowRowSelect="True" /><br>            <ClientEvents OnRowClick="RowClicked" /><br>        </ClientSettings><br>        <MasterTableView DataKeyNames="itemID" DataSourceID="sqlds_items" ClientDataKeyNames="itemID"<br>            HierarchyLoadMode="Client"><br>

...

<NestedViewSettings DataSourceID="sqlds_itemImages">
        <ParentTableRelation>
            <telerik:GridRelationFields MasterKeyField="itemID" />
            <telerik:GridRelationFields DetailKeyField="itemID" />
        </ParentTableRelation>
    </NestedViewSettings>
    
<NestedViewTemplate>
        <div style="float: left; padding-left: 25px;">
            <telerik:RadPanelBar ID="RadPanelBar1" runat="server" Width="800px" Skin="Sitefinity">
                <Items>
                    <telerik:RadPanelItem runat="server" Text="some text here or remove?" Visible="True"
                        Expanded="false">
                        <ContentTemplate>
                            <asp:Image ID="Image1" runat="server" ImageUrl="~/images/items/itemImages/bowl_whiteSmall.png" />
                            
                        </ContentTemplate>
                    </telerik:RadPanelItem>
                </Items>
                <ExpandAnimation Duration="500" Type="Linear"></ExpandAnimation>
            </telerik:RadPanelBar>
        </div>
    </NestedViewTemplate>

Brian
Top achievements
Rank 1
 answered on 17 Jan 2011
1 answer
69 views
Hi,

Can anyone please tell me how to remove the slide effect of the menu. I want the submenu to be displayed very fast.

Thanks
BV
Kamen Bundev
Telerik team
 answered on 17 Jan 2011
1 answer
133 views
Hello, I'm using Radtreelist for my project, and i really like it because of its conveniences. But I have a problem. I'm trying to expand nodes in client-side but  I failed. Is there any way to do that. Thanks
Tsvetina
Telerik team
 answered on 17 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Bohdan
Top achievements
Rank 3
Iron
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Elliot
Top achievements
Rank 1
Iron
Iron
Iron
Sunil
Top achievements
Rank 1
Cynthia
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?