Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
104 views
I would like round edges on my toolbar.  I'm currently using RadToolBar for ASP.NET AJAX 2009 Q2.  I am using the default skin and would like the ends of the toolbar to be rounded.  I was looking at the skins tutorial at http://www.telerik.com/help/aspnet-ajax/tool_appearancecreatingacustomskin.html and it shows the toolbar with round ends on the default skin BEFORE they make any changes.  That is exactly what I want but when I use the default skin my edges are square.  Can you please point me to the correct styles and/or images that I need to modify.  Any help would be appreciated.
Kamen Bundev
Telerik team
 answered on 05 Aug 2009
2 answers
114 views
I want a RadGrid to fill the Google Chrome browser.  Simple, right?
I took this code example:
It works great.
Then I added a RadAjaxManager to the page, and now the grid resizes itself, automatically, to the minimum possible size.
What do I need to do to make this stop happening so the grid resizes properly to fill the browser.
Thanks,
Simon
Polaris431
Top achievements
Rank 1
 answered on 05 Aug 2009
1 answer
193 views
I have 2 tab strips on the same page, the 1st one works as expected but the second one doesn't switch between pageviews. Here is my aspx code:

<%@ Page Title="" Language="VB" MasterPageFile="~/Employee/MasterPage.master" AutoEventWireup="false" CodeFile="SOView.aspx.vb" Inherits="Employee_SOView" %> 
<%@ Register Assembly="Telerik.Web.UI" Namespace="Telerik.Web.UI" TagPrefix="telerik" %> 
 
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server">                     
                        <telerik:RadTabStrip ID="RadTabStrip1" CausesValidation="false" runat="server" MultiPageID="RadMultiPage1" 
                SelectedIndex="1" Width="100%"
                <Tabs> 
                    <telerik:RadTab runat="server" Text="General" PageViewID="rpvGeneral" Selected="True"
                    </telerik:RadTab> 
                    <telerik:RadTab runat="server" Text="Shipping" PageViewID="rpvShipping"
                    </telerik:RadTab> 
                     <telerik:RadTab runat="server" Text="Billing" PageViewID="rpvBilling"
                    </telerik:RadTab> 
                </Tabs> 
            </telerik:RadTabStrip> 
            <table width="100%"
                <tr> 
                    <td class="tableheader"
                        Service Order View 
                    </td> 
                </tr> 
                <tr> 
                <td colspan="4" align="center"><asp:Label ID="lblMessage" runat="server"></asp:Label></td
                </tr> 
            </table> 
            <telerik:RadMultiPage ID="RadMultiPage1" runat="server" SelectedIndex="0"
             
                <telerik:RadPageView ID="rpvGeneral" runat="server"
                <table width="100%" border="0" cellpadding="2" cellspacing="5"
                <tr> 
                <td style="width: 178px"><b>Number</b></td><td><asp:Label ID="lblSONumber" runat="server"></asp:Label></td
                <td style="width: 178px"><b>Taken By</b></td><td><asp:Label ID="lblTakenBy" Text="Dave Downie" runat="server"></asp:Label></td
                </tr> 
                <tr> 
                <td></td
                </tr> 
                <tr> 
                <td style="width: 178px"><b>Account</b></td><td><asp:Label ID="lblAccount" runat="server"></asp:Label></td><td><b>SO Type</b></td
                <td><asp:DropDownList ID="ddlSOType" DataTextField="SOType" DataValueField="SOType"  
                        AppendDataBoundItems="true" runat="server" Width="150px"
                                     <asp:ListItem Text="- Select One -"></asp:ListItem> 
                                     </asp:DropDownList></td
                </tr> 
                <tr> 
                <td style="width: 178px"><b>Contact</b></td><td><asp:DropDownList ID="ddlContact"  
                        DataTextField="ContactName" DataValueField="ContactNumber"  
                        AppendDataBoundItems="true" runat="server" Width="155px"
                                     <asp:ListItem Text="- Select One -"></asp:ListItem> 
                                     </asp:DropDownList></td
                                     <td><b>Primary Engineer</b></td
                <td><asp:DropDownList ID="ddlEngineer" AppendDataBoundItems="true"  
                        DataTextField="RepName" DataValueField="RepNumber" runat="server" Width="150px"
                                     <asp:ListItem Text="- Select One -"></asp:ListItem> 
                                     </asp:DropDownList></td
                </tr> 
                <tr> 
                <td style="width: 178px"><b>Description</b></td><td> 
                    <asp:TextBox ID="txtDescription" runat="server" Width="150px"></asp:TextBox> 
                    </td><td><b>Reference</b></td><td><asp:TextBox ID="txtReference" runat="server"  
                        Width="145px"></asp:TextBox></td
                </tr> 
                <tr> 
                 
                <td><b>Priority</b></td
                <td><asp:DropDownList ID="ddlPriority" AppendDataBoundItems="true"  
                        DataTextField="Priority" DataValueField="Rank" Width="155" runat="server"
                   <asp:ListItem Text="- Select One -"></asp:ListItem> 
                </asp:DropDownList></td
                <td><b>Status</b></td
                <td><asp:DropDownList ID="ddlStatus" AppendDataBoundItems="true" DataTextField="SOStatus" DataValueField="SOStatus" Width="155" runat="server"
                    <asp:ListItem Text="- Select One -"></asp:ListItem> 
                </asp:DropDownList></td
                </tr> 
                <tr> 
                <td style="width: 178px"><b>Date Received</b></td
                <td><telerik:RadDatePicker ID="txtDateReceived" runat="server" Width="160px" DateInput-EmptyMessage=""
                    <Calendar ID="Calendar3" runat="server" FastNavigationStep="12" ShowColumnHeaders="False" ShowOtherMonthsDays="False" 
                                            ShowRowHeaders="False"
                                        </Calendar> 
                                        <DatePopupButton HoverImageUrl="" ImageUrl="" /> 
                </telerik:RadDatePicker> 
                 
                 
                 
                 
               </td> 
                                    <td><b>Time Received</b></td><td><telerik:RadTimePicker ID="txtTimeReceived" MinDate="12/30/1899" Width="160" runat="server" /></td
                 
                </tr> 
                 
                <tr> 
                <td style="width: 178px"><b>Date Requested</b></td
                <td><telerik:RadDatePicker ID="txtDateRequested" runat="server" Width="160px" DateInput-EmptyMessage=""
                    <Calendar ID="Calendar1" runat="server" FastNavigationStep="12" ShowColumnHeaders="False" ShowOtherMonthsDays="False" 
                                            ShowRowHeaders="False"
                                        </Calendar> 
                                        <DatePopupButton HoverImageUrl="" ImageUrl="" /> 
                </telerik:RadDatePicker></td
                                    <td><b>Time Requested</b></td
                                     
                                    <td><telerik:RadTimePicker ID="txtTimeRequested" MinDate="12/30/1899" Width="160" runat="server" /></td
                 
                </tr> 
                 
                <tr> 
                <td style="width: 178px"><b>Date Opened</b></td
                <td><telerik:RadDatePicker ID="txtDateOpened" runat="server" Width="160px" DateInput-EmptyMessage=""
                    <Calendar ID="Calendar2" runat="server" FastNavigationStep="12" ShowColumnHeaders="False" ShowOtherMonthsDays="False" 
                                            ShowRowHeaders="False"
                                        </Calendar> 
                                        <DatePopupButton HoverImageUrl="" ImageUrl="" /> 
                </telerik:RadDatePicker></td
                                    <td><b>Time Opened</b></td
                                     
                                    <td><telerik:RadTimePicker ID="txtTimeOpened" MinDate="12/30/1899" Width="160" runat="server" /></td
                 
                </tr> 
                 
                 
                <tr> 
                <td style="width: 178px"><b>Date Closed</b></td
                <td><telerik:RadDatePicker ID="txtDateClosed" runat="server" Width="160px" DateInput-EmptyMessage=""
                    <Calendar ID="Calendar4" runat="server" FastNavigationStep="12" ShowColumnHeaders="False" ShowOtherMonthsDays="False" 
                                            ShowRowHeaders="False"
                                        </Calendar> 
                                        <DatePopupButton HoverImageUrl="" ImageUrl="" /> 
                </telerik:RadDatePicker></td
                                    <td><b>Time Closed</b></td
                                     
                                    <td><telerik:RadTimePicker ID="txtTimeClosed" MinDate="12/30/1899" Width="160" runat="server" /></td
                 
                </tr> 
                 
                <tr> 
                 
                <td valign="top"><b>Work Requested</b></td><td><asp:TextBox ID="txtWorkRequested" Width="150" Height="100" TextMode="MultiLine" runat="Server"></asp:TextBox></td
                <td valign="top"><b>Work Performed</b></td><td><asp:TextBox ID="txtWorkPerformed" Width="150" Height="100" TextMode="MultiLine" runat="Server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Contract Number</b></td><td><asp:Label ID="lblContractNumber" runat="server"></asp:Label></td
                <td><b>Time Logged</b></td><td><asp:Label ID="lblTimeLogged" runat="server"></asp:Label></td
                </tr> 
                <tr> 
                <td><b>System Serviced</b></td><td><asp:DropDownList ID="ddlSystemServiced" DataTextField="SystemDescription" DataValueField="SystemDescription" AppendDataBoundItems="true" runat="server"
                                                   <asp:ListItem Text="- Select One -"></asp:ListItem></asp:DropDownList></td
                 
                <td><b>Service Zone</b></td><td><asp:DropDownList ID="ddlServiceZone" DataTextField="ServiceZone" DataValueField="ServiceZone" AppendDataBoundItems="true" runat="server"
                                                   <asp:ListItem Text="- Select One -"></asp:ListItem></asp:DropDownList></td
                 
                </tr> 
                 
                 
                 
                </table> 
                </telerik:RadPageView> 
               
                 
                <telerik:RadPageView ID="rpvShipping" runat="server"
                <table width="650" border="0" cellpadding="2" cellspacing="5">    
                <tr> 
                <td><b>Company Name</b></td><td><asp:TextBox ID="txtShippingCompanyName" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Address 1</b></td><td><asp:TextBox ID="txtShippingAddress1" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Address 2</b></td><td><asp:TextBox ID="txtShippingAddress2" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>City</b></td><td><asp:TextBox ID="txtShippingCity" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>State</b></td
                <td><asp:DropDownList ID="ddlShippingState" AppendDataBoundItems="true" DataTextField="State" DataValueField="State" runat="server"
                <asp:ListItem Text="- Select One -"></asp:ListItem> 
                </asp:DropDownList></td
                </tr> 
                <tr> 
                <td><b>Zip Code</b></td><td><asp:TextBox ID="txtShippingZipCode" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Country</b></td><td><asp:DropDownList AppendDataBoundItems="true" ID="ddlShippingCountry" DataTextField="Country" DataValueField="Country" runat="server"
                <asp:ListItem Text="- Select One -"></asp:ListItem> 
                </asp:DropDownList></td
                </tr> 
                <tr> 
                <td><b>Contact Name</b></td><td><asp:TextBox ID="txtShippingContactName" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Contact Phone</b></td><td><asp:TextBox ID="txtShippingContactPhone" runat="server"></asp:TextBox></td
                </tr> 
                </table> 
                </telerik:RadPageView> 
                 
                 
                <telerik:RadPageView ID="rpvBilling" runat="server"
                <table width="650" border="0" cellpadding="2" cellspacing="5">    
                <tr> 
                <td><b>Company Name</b></td><td><asp:TextBox ID="txtBillingCompanyName" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Address 1</b></td><td><asp:TextBox ID="txtBillingAddress1" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Address 2</b></td><td><asp:TextBox ID="txtBillingAddress2" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>City</b></td><td><asp:TextBox ID="txtBillingCity" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>State</b></td
                <td><asp:DropDownList ID="ddlBillingState" AppendDataBoundItems="true" DataTextField="State" DataValueField="State"  runat="server"
                <asp:ListItem Text="- Select One -"></asp:ListItem> 
                </asp:DropDownList></td
                </tr> 
                <tr> 
                <td><b>Zip Code</b></td><td><asp:TextBox ID="txtBillingZipCode" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Country</b></td><td><asp:DropDownList AppendDataBoundItems="true" ID="ddlBillingCountry" DataTextField="Country" DataValueField="Country" runat="server"
                <asp:ListItem Text="- Select One -"></asp:ListItem> 
                </asp:DropDownList></td
                </tr> 
                <tr> 
                <td><b>Contact Name</b></td><td><asp:TextBox ID="txtBillingContactName" runat="server"></asp:TextBox></td
                </tr> 
                <tr> 
                <td><b>Contact Phone</b></td><td><asp:TextBox ID="txtBillingContactPhone" runat="server"></asp:TextBox></td
                </tr> 
                </table> 
                </telerik:RadPageView> 
                </telerik:RadMultiPage> 
                 
                <table width="100%"
                <tr> 
                <td>&nbsp;</td> 
                </tr> 
                <tr> 
                <td colspan="4"><hr /></td
                </tr> 
                <tr> 
                <td colspan="2" align="left"><asp:CheckBox ID="cbCompleteOpenTasks" Text="Complete Open Tasks when SO is Closed" runat="server" /></td><td align="right"><asp:Button ID="btnSave" Text="SAVE" CssClass="button" runat="server" />&nbsp;&nbsp;&nbsp;&nbsp;<asp:Button ID="btnCancel" Text="CANCEL" CssClass="button" runat="server" />&nbsp;&nbsp;&nbsp;&nbsp;</td> 
                </tr> 
                </table> 
                 
                 
                <br /> 
                <br /> 
                 <telerik:RadTabStrip ID="RadTabStrip2" CausesValidation="false" runat="server" MultiPageID="RadMultiPage1" 
                SelectedIndex="1" Width="100%"
                <Tabs> 
                    <telerik:RadTab runat="server" Text="SO Logs" PageViewID="rpvLogs" Selected="true"
                    </telerik:RadTab> 
                    <telerik:RadTab runat="server" Text="SO Notes" PageViewID="rpvNotes"
                    </telerik:RadTab> 
                     <telerik:RadTab runat="server" Text="Parts Used" PageViewID="rpvParts"
                    </telerik:RadTab> 
                    <telerik:RadTab runat="server" Text="Items Serviced" PageViewID="rpvItems"
                    </telerik:RadTab> 
                     <telerik:RadTab runat="server" Text="Invoices" PageViewID="rpvInvoices"
                    </telerik:RadTab> 
                     <telerik:RadTab runat="server" Text="Profiles" PageViewID="rpvProfiles"
                    </telerik:RadTab> 
                    <telerik:RadTab runat="server" Text="Symptoms" PageViewID="rpvSymptoms"
                    </telerik:RadTab> 
                </Tabs> 
            </telerik:RadTabStrip> 
          
            <telerik:RadMultiPage ID="RadMultiPage2" runat="server" SelectedIndex="0"
             
                <telerik:RadPageView ID="rpvLogs" runat="server"
                 
                <telerik:RadGrid ID="rgLogs" runat="server" AllowPaging="True" AllowSorting="True" AllowAutomaticDeletes="True" AllowAutomaticInserts="True" AllowAutomaticUpdates="True" 
                    AutoGenerateColumns="False" DataSourceID="sdsLogs" GridLines="None" EnableTheming="True" 
                    ShowStatusBar="True" AllowFilteringByColumn="True"
                    <MasterTableView DataKeyNames="" CommandItemDisplay="Top" DataSourceID="sdsLogs" 
                       EditMode="PopUp" AllowMultiColumnSorting="True"
                        <Columns> 
                             
                            <telerik:GridBoundColumn DataField="StartDateTime" HeaderText="Start" SortExpression="StartDateTime" 
                                UniqueName="StartDateTime"
                            </telerik:GridBoundColumn> 
                             <telerik:GridBoundColumn DataField="EndDateTime" HeaderText="End" SortExpression="EndDateTime" 
                                UniqueName="EndDateTime"
                            </telerik:GridBoundColumn> 
                            <telerik:GridBoundColumn DataField="RepName" HeaderText="Engineer" SortExpression="RepName" 
                                UniqueName="RepName"
                            </telerik:GridBoundColumn> 
                              <telerik:GridBoundColumn DataField="LogHours" HeaderText="Time Spent" SortExpression="LogHours" 
                                UniqueName="LogHours"
                            </telerik:GridBoundColumn> 
                             <telerik:GridBoundColumn DataField="LogComment" HeaderText="Comment" SortExpression="LogComment" 
                                UniqueName="LogComment"
                            </telerik:GridBoundColumn> 
                             
                             
                        </Columns> 
                        <RowIndicatorColumn> 
                            <HeaderStyle Width="20px" /> 
                        </RowIndicatorColumn> 
                        <ExpandCollapseColumn> 
                            <HeaderStyle Width="20px" /> 
                        </ExpandCollapseColumn> 
                        <PagerStyle Mode="NextPrevNumericAndAdvanced" PageButtonCount="5" PagerTextFormat="Change page: {4}  Page {0} of {1},  {5} items." 
                            AlwaysVisible="True" />                             
                    </MasterTableView> 
                    <ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True" EnableRowHoverStyle="True"
                        <Selecting AllowRowSelect="False" /> 
                        <Resizing AllowColumnResize="True" ClipCellContentOnResize="False" EnableRealTimeResize="True" /> 
                    </ClientSettings> 
                    <GroupPanel ID="GroupPanel" Style="width: 100%;"
                    </GroupPanel> 
                    <PagerStyle Mode="NextPrevNumericAndAdvanced" PagerTextFormat="Change page: {4} &lt;br&gt;Displaying page {0} of {1}, items {2} to {3} of {5}." /> 
                    <FilterItemStyle HorizontalAlign="Left" /> 
                    <FilterMenu EnableTheming="True"
                        <CollapseAnimation Duration="200" Type="OutQuint" /> 
                    </FilterMenu> 
                </telerik:RadGrid> 
                 
                 <asp:SqlDataSource ID="sdsLogs" runat="server" ConnectionString="<%$ ConnectionStrings:tigerpaw %>" 
                    SelectCommand="SELECT  StartDateTime, EndDateTime, RepName, LogHours, LogComment FROM tblSOLogs LEFT JOIN tblReps ON tblSOLogs.Tech = tblReps.RepNumber  
                                   WHERE [SONumber] = @SONumber ORDER BY StartDateTime desc"> 
                                    
                    <SelectParameters> 
                        <asp:QueryStringParameter Name="SONumber" Type="Int32" QueryStringField="so" /> 
                    </SelectParameters>  
                </asp:SqlDataSource>         
                </telerik:RadPageView> 
                 
                 
                 
                 
                <telerik:RadPageView ID="rpvNotes" runat="server"
                 
                <telerik:RadGrid ID="rgNotes" runat="server" AllowPaging="True" AllowSorting="True" AllowAutomaticDeletes="True" AllowAutomaticInserts="True" AllowAutomaticUpdates="True" 
                    AutoGenerateColumns="False" DataSourceID="sdsNotes" GridLines="None" EnableTheming="True" 
                    ShowStatusBar="True" AllowFilteringByColumn="True"
                    <MasterTableView DataKeyNames="" CommandItemDisplay="Top" DataSourceID="sdsNotes" 
                       EditMode="PopUp" AllowMultiColumnSorting="True"
                        <Columns> 
                             
                            <telerik:GridBoundColumn DataField="DateCreated" HeaderText="Date Created" SortExpression="DateCreated" 
                                UniqueName="DateCreated"
                            </telerik:GridBoundColumn> 
                             <telerik:GridBoundColumn DataField="Topic" HeaderText="Topic" SortExpression="Topic" 
                                UniqueName="Topic"
                            </telerik:GridBoundColumn> 
                            <telerik:GridBoundColumn DataField="Note" HeaderText="Note" SortExpression="Note" 
                                UniqueName="Note"
                            </telerik:GridBoundColumn>                        
                        </Columns> 
                        <RowIndicatorColumn> 
                            <HeaderStyle Width="20px" /> 
                        </RowIndicatorColumn> 
                        <ExpandCollapseColumn> 
                            <HeaderStyle Width="20px" /> 
                        </ExpandCollapseColumn> 
                        <PagerStyle Mode="NextPrevNumericAndAdvanced" PageButtonCount="5" PagerTextFormat="Change page: {4}  Page {0} of {1},  {5} items." 
                            AlwaysVisible="True" />                             
                    </MasterTableView> 
                    <ClientSettings AllowColumnsReorder="True" ReorderColumnsOnClient="True" EnableRowHoverStyle="True"
                        <Selecting AllowRowSelect="False" /> 
                        <Resizing AllowColumnResize="True" ClipCellContentOnResize="False" EnableRealTimeResize="True" /> 
                    </ClientSettings> 
                    <GroupPanel ID="GroupPanel1" Style="width: 100%;"
                    </GroupPanel> 
                    <PagerStyle Mode="NextPrevNumericAndAdvanced" PagerTextFormat="Change page: {4} &lt;br&gt;Displaying page {0} of {1}, items {2} to {3} of {5}." /> 
                    <FilterItemStyle HorizontalAlign="Left" /> 
                    <FilterMenu EnableTheming="True"
                        <CollapseAnimation Duration="200" Type="OutQuint" /> 
                    </FilterMenu> 
                </telerik:RadGrid> 
                 
                 <asp:SqlDataSource ID="sdsNotes" runat="server" ConnectionString="<%$ ConnectionStrings:tigerpaw %>" 
                    SelectCommand="SELECT DateCreated, Topic, Note FROM tblSONotes WHERE [SONumber] = @SONumber ORDER BY DateCreated"
                                    
                    <SelectParameters> 
                        <asp:QueryStringParameter Name="SONumber" Type="Int32" QueryStringField="so" /> 
                    </SelectParameters>  
                </asp:SqlDataSource> 
         
                </telerik:RadPageView> 
          
                <telerik:RadPageView ID="rpvParts" runat="server"
                 
                </telerik:RadPageView> 
                <telerik:RadPageView ID="rpvItems" runat="server"
                 
                </telerik:RadPageView> 
                <telerik:RadPageView ID="rpvInvoices" runat="server"
                 
                </telerik:RadPageView> 
                <telerik:RadPageView ID="rpvProfiles" runat="server"
                 
                </telerik:RadPageView> 
                <telerik:RadPageView ID="rpvSymptoms" runat="server"
                Symptoms 
                 
                </telerik:RadPageView> 
                </telerik:RadMultiPage> 
                 
</asp:Content> 
 
 

Sam
Top achievements
Rank 1
 answered on 05 Aug 2009
2 answers
239 views

Hi Friends,
I am using telerik grid latest version. I have an issue of grid resize.I used grid.repaint() method in grid created function(),It works fine for height resize.But not able to set the width resize. So please give some idea for how to complete this. Whether this is issue in telerik grid or in my page.

I used the following coding please review and give ideas to complete.
function GridCreated()    
        {
            $get("<%= rdgWatchlist.ClientID %>").style.height = document.documentElement.clientHeight - 275 + "px";
            $get("<%= rdgWatchlist.ClientID %>").style.width = document.documentElement.clientWidth - 200 + "px";
            $find("<%= rdgWatchlist.ClientID %>").repaint();
}
also for height there is white space also there.This also issue.Please give some idea .Urgently

Thanks and regards,
SenthilKumar.T
Polaris431
Top achievements
Rank 1
 answered on 05 Aug 2009
1 answer
59 views
Hi,
I wanted to sorting on descripion column and on same column data items tool tip should show on mouse over.

For this i set the below properties of gird.

                    AllowSorting

="true" 
                    
AllowPaging="true" 
                    
AllowCustomPaging="true" 
                    
PageSize="20"
and under the tag   <telerik:GridTemplateColumn UniqueName="Description"

 

 

i added the tooltip tag <telerik:RadToolTip

 

 

 


My major problem is now on which column i given tooltip tag on that column sorting is not working even mouse pointer is also not changing how it should be on sort column. but tooltip is working.

individual functionality working fine i need but both on same column.

Please provide the solution for this.

 

Sebastian
Telerik team
 answered on 05 Aug 2009
1 answer
157 views
When I resize a scheduler's height on the client side, the scheduler isn't redrawn. From searching the forums, it looks like what I need is to call repaint(). This method seems to no longer be available though (I'm using Q2 2009). Has another method replaced this, or is there something I'm missing that would make the scheduler resize when I change it's height?

Thanks!

Jeff
T. Tsonev
Telerik team
 answered on 05 Aug 2009
1 answer
108 views

Hello Support and Telerik Team,

I need to solve the following Grid behavior.

I  use a hierachical RadGrid to display a Overview in a GRid  with 4 Layers. On selecting a Item I redirect to the related Detail Page, If i go back from there, I need to restore the last Grid View

The Rad Grid is bound with 4 SQLDatasoures, one for each Grid / Subgrid Layer

I need to save an restore
> selected Page
> PageSize
> Last Search
> Last Hierachical Structure  ( all expanded Items in the last View )

The First ponits are solved, but I find no good way to solve the  last Point with accepable Performance.

I need to save each expaned Item of the Grid, and when the User come backs to page, I need to restore the last View.

I tryed to use the Itemcommand Event to save the Expaned Items with HierachicaltemIndex.
I tryed to use the radGrid_Prerender Event to restore the view.

1. Problem
> The First Expand Layer Action fires no Postback, because the Data seems to be Precached in the Grid on First Load
> The Sec Expand Layer fires a Postback, but I wonder how to find the Partent Hierachicalindex

In the Prerender i walk through all Hierachical Items, and If the Hierachical Index is in  my Saved List, I set Expanded = true.
Because the first layer makes no Postback, It is never in the  List and I can't expand it, If I expand a Child, the Partent is not expaned automatically.

One Point which makes the behavior mre difficult is, that the Overview and the Detail is in one aspx  Page with a Muliview Control in a Updatepanel. Switching between Master and detail makes only a simpel Postback, no complete Reload of the hole page-

Is there a known best Practise to solve my behavior?



Kind Regards


  










Tsvetoslav
Telerik team
 answered on 05 Aug 2009
4 answers
126 views
Hi Guys,

I'm new with Prometheus, and here is what I need and what I get.

I need load on demand functionality, which will work like this:
If user click on arrow to open dropdown, then click on "Down" button on keyboard to go next record below and if this is the last record in current batch next batch is called from the server (call ItemsRequested?)

Now if you will go to the demo http://www.telerik.com/DEMOS/ASPNET/Prometheus/Combobox/Examples/PopulatingWithData/AutoCompleteSql/DefaultCS.aspx

And try to move down with keyboard, after the last visible record - you will get not next batch of record - you will get first record and note at the bottom "Items 1-1 out of 1" which is absolutely not correct.
Simon
Telerik team
 answered on 05 Aug 2009
3 answers
153 views
Hi. I have a two divs inside a RadDock that are positioned side-by-side. in the second div there is a RadTabStrip. The page loads fine but when i hover over any of the tabs, the dock automatically resizes to the bottom of the RadMultiPage. It basically cuts off part of the first div. This only happens in IE6. It works fine in FF3.x, IE7 and IE8. I've placed the divs and tabstrip outside the dock and they work fine. If I set the height of the dock in pixels to any height the problem goes away, but setting it to 100% or auto doesn't.

Daniel
Pero
Telerik team
 answered on 05 Aug 2009
5 answers
298 views
Hi,
I have seen the following example for deleting an appointment within an advanced edit template;

<

 

script type="text/javascript">

 

function

 

DeleteAppointment()

 

{

 

var scheduler = $find("<%= Owner.ClientID %>");

 

 

var app = scheduler.get_currentAppointment();

 

 

scheduler.deleteAppointmentWithConfirmation(app);

scheduler.hideAdvancedForm();

 

return false;

 

}

</

 

script>

This example is used within a usercontrol, I have an advanced edit template within the aspx page as opposed to usercontrol, how could I use the above or similar in my advanced edit template to delete an appointment.

Thanks.

 

Karl
Top achievements
Rank 1
 answered on 05 Aug 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?