Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
125 views
Hi,

I've a Grid with 2 GridButtonColumn Which is fine and I set the ButtonType as LinkButton. I like to execute CrossPage PostBack so that I used 2 ButtonColumns as LinkButton.  If  I set the Url to PostBackURL property of converted LinkButton of GridButtonColumn in Item_DataBound is working fine.

But When I try open my new page with RadWindow means I need to popup the Radwindow thru the javascript. If I called the javascript function using PostBackUrl It's not working.

finally I try to add Attributes["Onclick"], It is working but I lot my Previous page Data.


Pls Give me the Better Solution.

Thanks for your needful assistance on time.
Nikolay Rusev
Telerik team
 answered on 30 Jul 2008
1 answer
113 views
Hi guys,

I have trouble with undo operations when deleting link in special manner.
Just for example:
1. Type "test"
2. Select it
3. Press LinkManager button and put some url.
4. Put cursor on the right of the newly created link
5. Press BackSpace
Now link have dissapeared, just word "test" has left. It's fine. Although "Unlink" operation didn't appear in undo list. It's bad news.
But if you use Unlink button on toolbar instead of BackSpace - all is fine. "Unlink" operation can be seen in undo list.

I use IE 7.0.5730

Is it normal behaviour or not?


Thanks.
Rumen
Telerik team
 answered on 30 Jul 2008
2 answers
142 views
All,

Im using a TabStrip/Multipage combination whose rendering is way off in Firefox.  I am not using any skins, instead just setting the image properties of each tab.  See below:
 <table width="951" align="center" cellpadding="0" cellspacing="0" border="0" > 
            <tr> 
                <td width="100%" style="padding-left:8px; padding-bottom:5px; FONT-SIZE: 18px; COLOR: #0580e9; FONT-FAMILY:ARIAL; font-weight:bold" colspan="2">  
                    <asp:Label ID="lblTitle" runat="server"></asp:Label> 
                </td> 
            </tr> 
            <tr> 
                <td> 
                    <radTS:RadTabStrip id="RadTabStrip1" runat="server" Skin="DifferentTabs" Width="691px" 
                        OnTabClick="RadTabStrip1_TabClick" MultiPageID="RadMultiPage1" AutoPostBack="True" 
                        CausesValidation="False" > 
                        <tabs> 
                            <radTS:Tab runat="server" Width="50px" Text="" SelectedImageUrl="Images/Quick Pricing/departure_info_rollover.gif" PageViewID="PageView1" Value="DepartureInfo" ID="Tab1" ImageOverUrl="~/Images/Quick Pricing/departure_info_1.gif" ImageUrl="Images/Quick Pricing/departure_info.gif"></radTS:Tab> 
                            <radTS:Tab runat="server" Width="50px" Text="" SelectedImageUrl="Images/Quick Pricing/stateroom_rollover.gif" PageViewID="PageView2" Value="Stateroom" ID="Tab2" ImageOverUrl="~/Images/Quick Pricing/stateroom_1.gif" ImageUrl="Images/Quick Pricing/stateroom.gif">  
                        <Tabs> 
                            <radTS:Tab BackColor="#E7F0FB" runat="server" Width="100px"  Text="" SelectedImageUrl="Images/Quick Pricing/category_selected.gif" Value="Category" ID="Tab3" ImageUrl="Images/Quick Pricing/category.gif" PageViewID="PageView2"></radTS:Tab> 
                            <radTS:Tab runat="server" BackColor="#E7F0FB" Width="586px"  Text="" SelectedImageUrl="Images/Quick Pricing/location_selected.gif" Value="Location" ID="Tab4" ImageUrl="Images/Quick Pricing/location.gif" PageViewID="PageView3"></radTS:Tab> 
                        </Tabs> 
                     </radTS:Tab> 
                     <radTS:Tab runat="server" Width="50px" Text="" SelectedImageUrl="Images/Quick Pricing/guest_info_rollover.gif" Value="GuestInfo" ID="Tab5" ImageOverUrl="~/Images/Quick Pricing/guest_info_1.gif" ImageUrl="Images/Quick Pricing/guest_info.gif">  
                        <Tabs> 
                            <radTS:Tab runat="server" BackColor="#E7F0FB" Width="50px" Text="" Height="34" SelectedImageUrl="Images/Quick Pricing/primaryguest_selected.gif" Value="PrimaryGuest" ID="Tab6" ImageUrl="Images/Quick Pricing/primaryguest.gif" PageViewID="PageView4"></radTS:Tab> 
                            <radTS:Tab runat="server" BackColor="#E7F0FB" Width="550px" Height="34" Text="" SelectedImageUrl="Images/Quick Pricing/additionalguests_selected.gif" Value="AdditionalGuest" ID="Tab7" ImageUrl="Images/Quick Pricing/additionalguests.gif" PageViewID="PageView5"></radTS:Tab> 
                        </Tabs> 
                    </radTS:Tab> 
                    <radTS:Tab runat="server" Width="50px" Text="" SelectedImageUrl="Images/Quick Pricing/payment_rollover.gif" Value="Payment" ID="Tab8" ImageOverUrl="~/Images/Quick Pricing/payment_1.gif" ImageUrl="Images/Quick Pricing/payment.gif" PageViewID="PageView6"></radTS:Tab> 
                    </tabs> 
                    </radTS:RadTabStrip> 
                    <table cellspacing="0" cellpadding="0" border="0">  
                        <tbody> 
                            <tr> 
                                <td width="750">  
                                    <radTS:RadMultiPage id="RadMultiPage1" runat="server" EnableViewState="true" RenderSelectedPageOnly="true">  
                                        <radTS:PageView ID="PageView1" runat="server" Width="700" > 
                                            <uc1:DepartureInfo ID="DepartureInfo1" runat="server" />                                          
                                        </radTS:PageView> 
                                        <radTS:PageView ID="PageView2" runat="server" Width="700">  
                                         <uc1:Category ID="Category" runat="server" />   
                                        </radTS:PageView> 
                                        <radTS:PageView ID="PageView3" runat="server" Width="700">  
                                         <uc1:Location ID="Location" runat="server" />   
                                        </radTS:PageView> 
                                          <radTS:PageView ID="PageView4" runat="server" Width="700">  
                                         <uc1:PrimaryGuest ID="PrimaryGuest" runat="server" />   
                                        </radTS:PageView> 
                                           <radTS:PageView ID="PageView5" runat="server" Width="700">  
                                         <uc1:AdditionalGuest ID="AddGuest1" runat="server" />   
                                        </radTS:PageView> 
                                            <radTS:PageView ID="PageView6" runat="server" Width="700">  
                                              <uc3:BookPayment id="BookPayment1" runat="server"></uc3:BookPayment> 
                                        </radTS:PageView> 
                                         
                                     
                                    </radTS:RadMultiPage> 
                                    
                                </td> 
                            </tr> 
                        </tbody> 
                    </table> 
                </td> 
                <td width="227" align="left" valign="top">  
                    <CCL:BookingSummary ID="BookingSummary1" runat="server" /> 
                </td> 
            </tr> 
        </table> 


The width of the non-active tabs are shrinked only in Firefox.  Only the active tab renders correctly.
Ariel Molina
Top achievements
Rank 1
 answered on 30 Jul 2008
1 answer
218 views
I'm loading a tree with a DataSet.

I'm setting all the usual fields e.g DataFieldID, DateTextField, DataFieldParentID etc. and the tree is shown as expected.  I've also enabled checkboxes.

I want to get the ID values of all checked nodes.

However when I look at the rendered nodes in the browser I can see no evidence of the DataFieldID value anywhere in the HTML.

Is there anyway of automatically associating my nodes with the DataFieldID value?
Yana
Telerik team
 answered on 30 Jul 2008
1 answer
102 views
Hi
I have a user control in a page,in the UC i have a combo box which i manual register my skin by drag & drop.
<link href="../../StyleCss/SearchGRSkin/ComboBox.SearchGRSkin.css"  rel="stylesheet" type="text/css" runat="server"/> 
when the page load for the 1th time the comboBox get my skin (work fine) but after a postBack the comboBox loose the skin , its look like it lost the registration
I also try to register using ~ with "runat" and it didnt work even on load

by the way when i put a comboBox on a page directly and register the skin this work on load and after postback (both "../" and  "~")  so i assume there is nothing wrong with skin or with the comboBox ,its because I have UC on hte page

Any Ideal?

Thanks very much
Yana
Telerik team
 answered on 30 Jul 2008
1 answer
114 views
Hi

I am using RadContextMenu and attaching it to a rad grid using JS fn, it works fine in LTR, but when i switch direction to RTL, and right click a record the menu appears far from the click and when i move the mouse to click an item it moves back to the right position, i read in a post to set style-position= static but the rad context menu doesn't have this property in the markup and ignoring that and setting the property and running it changes nothing, i also tried it in a CSS file and tried it using JS and  nothing changed.

Thanks in advance

Yana
Telerik team
 answered on 30 Jul 2008
3 answers
144 views
Hello,

I'm trying to use the globalization settings as described in http://www.telerik.com/help/aspnet-ajax/usingglobalresourcefiles.html but with no succes.

I copied the *.resx files to the App_GlobalResources folder of our web application.

I set the "RadUpload1.Language = "de-DE"; in the Page_Load of the upload page. Eventually i will take nl-NL but for the test i just took the "de-DE" which should work... right?

(I noticed that a search for "Add" or "Remove" in all of those resx filed did not succeed)

Where did i go wrong?


Veselin Vasilev
Telerik team
 answered on 30 Jul 2008
2 answers
141 views
The new file manager dialogs are an awesome way to manage assets and allow a client to upload and edit an image.  Does anyone know if it's possible to invoke the dialogs outside of the editor?

I have several administrative pages where I just need a user to upload and/or select an image but I don't actually need a WYSIWYG text box.   I'd like to use just the file manager but not the editor itself...  Any thoughts?

Thanks in advance
Jay
Top achievements
Rank 2
 answered on 30 Jul 2008
1 answer
116 views
Hello,

I use a RadAjaxLoadingPanel with an image and text on a page. Now i want to add a second page and reuse the loadingpanel, what would be the best way to do this? Is it possible to derive a new UserControl from it, or is there an easier or better way?

Thanks!
Maria Ilieva
Telerik team
 answered on 30 Jul 2008
5 answers
166 views

The following example shows a Paste Options button that provides a drop down of the RadEditor’s advanced paste functionality (Paste, Paste from Word, Paste from word strip font, paste plain text, past as html). With the default toolset radio button selected.  Can anyone suggest an approach to achieve this functionality?

 

Kyle http://www.telerik.com/DEMOS/ASPNET/Prometheus/Editor/Examples/Default/DefaultCS.aspx

Rumen
Telerik team
 answered on 30 Jul 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?