Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
115 views
I cannot seem to get a "sliding zone" to slide over the Google Earth plugin. Anyone know how to get around this? I have already set the CSS on the sliding zone with a z-index of like 1001, even 2001:

                <telerik:RadPane id="contentPane" runat="server" scrolling="y">
                       
                            <div id='map3d'> GOOGLE EARTH IS LOADED HERE
                            </div>
                       
                  </telerik:RadPane>
                 <telerik:RadSplitBar id="Radsplitbar3" runat="server" collapsemode="Forward" />
                <telerik:RadPane id="Radpane1" runat="server" width="22" scrolling="None" minwidth=22>
                    <telerik:RadSlidingZone id="SlidingZone1" SlideDirection="Left" CssClass="SearchPane" runat="server" width="22"
                     clicktoopen="true"> CSSCLASS=SEARCHPANE HAS Z-INDEX: 1001
                        <telerik:RadSlidingPane id="Search" title="Search" runat="server" width="190">
                            
                            <%--search here--%>
                            
                            
                        </telerik:RadSlidingPane>
                        <telerik:RadSlidingPane id="Settings" title="Settings" SlideDirection="Left" runat="server" width="200">
                            
                            <%--settings here--%>
                            
                        </telerik:RadSlidingPane>
                    </telerik:RadSlidingZone>
                </telerik:RadPane>
Tim
Top achievements
Rank 1
 answered on 05 Mar 2009
1 answer
104 views
So I was having issue with the position of my tooltips.  When an item with a tooltip attached was hovered over, the tooltip would display in one position and then reposition itself relative to the element in the position I specified (i.e. TopRight).

After tinkering around with the different options I found the following settings resulted in positioning issues:

- ShowCallout = "True" this setting alone will cause the tooltip to reposition when true.  If false, and the Animation is set to either "None" or "Fade" the tooltip displays in the correct position right away.

- Animation is equal to anything BUT "None" or "Fade" will cause tooltip to reposition itself.

I thought I'd mention this in case anyone else is having similar problems.

Regards,
Jake
Svetlina Anati
Telerik team
 answered on 05 Mar 2009
1 answer
228 views
Hello All,

I am using GridTemplateColumn in Radgrid which contains Checkbox in ItemTemplate.
I have used GridBoundColumn for binding data.
Now I want to find the column value( ex. InvoiceID ) of selected row( Rows for which checkbox is checked ) at client side(Using Javascript). Right now I want to pass these InvoiceID's of selected checkbox rows to other page.
I tried in many ways but failed to get it.
Is there any solution for it. 
Its Urgent..

Thanks & Regards,
Umesh 
Shinu
Top achievements
Rank 2
 answered on 05 Mar 2009
2 answers
134 views
In my application I have to synchronise sorting from the first grid with the second grid.

Both grid get the same data from the same datatable.

Now I need programm that if the user sorts one column in the first grid, the same column should be sorted in the second grid automaticly.

What is the way to go?

Christian
Christian
Top achievements
Rank 1
 answered on 05 Mar 2009
1 answer
77 views
Does RadGrid offer any functionality that allows the user to create a column on a grid based on the location they click?  Thanks
Princy
Top achievements
Rank 2
 answered on 05 Mar 2009
2 answers
102 views
Hello,

In my project i use Rad menu.
but how to change color and CSS in this menu.
Please give me solution urgentally.

Regards,
Apeksha
Appu
Top achievements
Rank 1
 answered on 05 Mar 2009
1 answer
183 views
I try to update data in a FormView, thats connected to a LinqDataSource. If I click on the Submit button, the page reloades, but the Data isen't updating. I cant find anything wrong with the code. Any help would be appreciated.

Bruno

Here the code:
        <asp:Panel ID="ContentHeaderPanel" runat="server" CssClass="Boxheader"
            <asp:DropDownList ID="ContentDropDownList" runat="server"  
                DataSourceID="ContentLinqDataSource" DataTextField="Content_Name"  
                DataValueField="Content_ID" AutoPostBack="True"
            </asp:DropDownList> 
            <asp:LinqDataSource ID="ContentLinqDataSource" runat="server"  
                ContextTypeName="gourmetnavigatorDataContext" OrderBy="Content_Name"  
                TableName="Content"
            </asp:LinqDataSource>
        </asp:Panel> 
 
        <asp:Panel ID="ContentPanel" runat="server" CssClass="Boxcontent"
            <asp:FormView ID="ContentFormView" runat="server" DefaultMode="Edit"  
                DataSourceID="ContentdetailLinqDataSource" DataKeyNames="Contentdetail_ID"
                <EditItemTemplate> 
                    <telerik:RadEditor ID="Contentdetail_Text" runat="server" Language="de-DE" 
                        Skin="Telerik" Content='<%# DataBinder.Eval(Container.DataItem, "Contentdetail_Text") %>'
                        <Tools> 
                            <telerik:EditorToolGroup> 
                                <telerik:EditorTool Name="Paste" /> 

Rumen
Telerik team
 answered on 05 Mar 2009
3 answers
267 views

Hi,

have a button in RadAjaxPanel. On OnClickEvent there is Response.Redirect (to a file in network share). The problem I have is that after Response.Redirect the LoadingPanel still appears on the page. Any ideas?

Iana Tsolova
Telerik team
 answered on 05 Mar 2009
1 answer
145 views
Hi,

I started doing a project with typical controls and now I have been told to use telerik controls. I have created my own skins (till here more or less ok) but problems are coming since I started to use telerik controls instead of old ones. First, I have changed RadGrid by Gridview and I have got some problems.

For example when I was using gridview I was using this code:
       grdBusqueda.PageIndex = e.NewPageIndex;

and:
       grdBusqueda.Rows[0].Cells.Clear();
       grdBusqueda.Rows[0].Cells.Add(new TableCell());
       grdBusqueda.Rows[0].Cells[0].ColumnSpan = ColumnCount;
       grdBusqueda.Rows[0].Cells[0].Text = GestorRecursos.GetString("NoRecords");
       grdBusqueda.Rows[0].Cells[0].HorizontalAlign = HorizontalAlign.Center;

The problem is that for grdBusqueda (ID of my radgrid) PageIndex and Rows are not known properties so compilator don´t recognize them. What shall I do to solve these kind of problems? I thought telerik controls properties would be very similar to the other ones.

Please, suggest me where I can find properties of them?do you understand what I mean?
Princy
Top achievements
Rank 2
 answered on 05 Mar 2009
1 answer
67 views

I have a RadAjaxManger defined in my page with the following configuration:

<telerik:RadAjaxManager ID="DefRadAjaxManager1" runat="server" >

 

 

<AjaxSettings>

 

 

    <telerik:AjaxSetting AjaxControlID="MMDRadTabStrip">

 

 

        <UpdatedControls>

 

 

            <telerik:AjaxUpdatedControl ControlID="MMDGrid" />

 

 

            <telerik:AjaxUpdatedControl ControlID="MMDRadTabStrip" />

 

 

        </UpdatedControls>

 

 

    </telerik:AjaxSetting>

 

 

</AjaxSettings>

 

 

</telerik:RadAjaxManager>

 

 

And then in the Page_Load event I added the setting for the the DatePicker since this was the only way to get the SelectedDateChanged event to fire.

 

 

RadAjaxManager manager = (RadAjaxManager)this.DefRadAjaxManager1;

 

manager.AjaxSettings.AddAjaxSetting(MMDDatePicker, MMDGrid,

null);

 

 

Currently changing the date on the datepicker is causing the TabClick event to fire on the RadTabStrip and vice-versa.

How can I set the update mode to be conditional (similar to UpdatePanel) for these 2 controls as they both update the RadGrid and I wouldn't want one to interfere with the other since otherwise NeedDataSource is being called multiple times ?

Thanks

Iana Tsolova
Telerik team
 answered on 05 Mar 2009
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?