Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
123 views
Hi,
Recently I've been playing around with the RadScheduler demo using RadTooltip on the online demo site, and I've noticed that when there are a cluster of events on a calendar, occasionally (with some random clicking around), a empty tooltip will appear which will hang on the page. It will not disappear when you mouse out, nor when a new tooltip appears after hovering over a different event.
I've recreated this problem in my own Radscheduler application, and it only seems to happen only when the sticky property is set to true. I've also captured a screenshot of the hanging tooltip, since the effect is kind of difficult to reproduce.
I've temporarily set the sticky property to false, but since my application really needs the sticky functionality I was wondering if there's a work-around for this problem? Thanks.
Svetlina Anati
Telerik team
 answered on 27 Jun 2008
1 answer
215 views
Hi,

I am currently hunting for a tool which opens/Edits (as this Rich Text Editor) Word/Pdf/Rtf documents online and save them in the Database.
Can any one advice whether Telerik Editor would suit my needs.

Thanks,
Kogila
Rumen
Telerik team
 answered on 27 Jun 2008
3 answers
179 views
I'm trying to figure out how I can have the image show above the text rather than to the left (or right) of it, which seem to be the only options when using the properties.

Do I need to create a custom item template?  If I do, what's the syntax to keep it as close to the default with just making those minor changes (image above vs. to the left of the text)?

Any help is greatly appreciated!
Alex Gyoshev
Telerik team
 answered on 27 Jun 2008
1 answer
154 views
hi,
i have a grid and i want to bind the data i have stored in an array to the grid . Please give me idea to do this.
Regards,
Deepak
Konstantin Petkov
Telerik team
 answered on 27 Jun 2008
1 answer
179 views
Hi, 
  What i want is, to fetch The date time where the user has clicked to insert the appointment, so that the starting time and end date time of an appointment can be filled with the same date time where user has cliked in the time slot,
i am using AdvanceInsertTemplate,
so is this possible, how?
Thanx in advance
T. Tsonev
Telerik team
 answered on 27 Jun 2008
2 answers
397 views
Ok, another problem I uncovered and could use some help with. I am using RadScheduler 2008.1.619.20 along with RadAjaxManager, RadTooltipManager a RadCalendar control and RadContextMenus (what can I say, you have great controls ;)

On the page, I have implemented a search feature that binds a list of dates from an SQL database to a GridView (sorry- just the standard Microsoft .Net control here). When a user clicks a row in the Gridview, it calls some client-side javascript that performs an AjaxRequest using the RadAjaxManager. During the request, the SelectedDate is changed for both the Calendar and Scheduler controls, and the Scheduler is re-set to Day view.

This all worked fine with the previous version of the Q1 2008 controls. However, I now get the following error at the end of the callback: 

Failed to load viewstate.  The control tree into which viewstate is being loaded must match the control tree that was used to save viewstate during the previous request.  For example, when adding controls dynamically, the controls added during a post-back must match the type and position of the controls added during the initial request.

Any insight into possible solutions here would be greatly appreciated.
Corey Alguire
Top achievements
Rank 1
 answered on 27 Jun 2008
1 answer
93 views
Hi, All:

Recently I found out that all my RAD asp.net ajax controls disppeared from my ToolBox in vs2005.

Does it mean I will have to purchase another subscription of Rad Controls? My company did purchase 1 year subscription last year.

what happened?

Stanley Huang
Sebastian
Telerik team
 answered on 27 Jun 2008
1 answer
114 views
How can I control the font size of the formated code returned from FormatCodeBlock? 

It appears to be always setting the font-size to 11px.
e.g.
<span style="font-size: 11px">code</span>

Rumen
Telerik team
 answered on 27 Jun 2008
4 answers
299 views
Ok,  I am looking at all the examples and not seeing how I can maintain the sort with my grid.  I use an obejct hierarchy not some DataSourceID with SQL in the page :(

<telerik:RadGrid ID="RadGrid1" 
AllowMultiRowSelection="True"   
AllowSorting="True"   
AllowPaging="False"   
Skin="Vista"   
Width="95%"   
ShowStatusBar="true" 
AutoGenerateColumns="False"                     
GroupingEnabled="true" 
ShowHeader="true"                                   
GridLines="Horizontal"   
AlternatingItemStyle-BackColor="#ffffff" 
OnSortCommand="RadGrid1_SortCommand" 
runat="server"> 

<

Columns>

<telerik:GridBoundColumn SortExpression="ROWNUM" HeaderText="Priority" HeaderButtonType="TextButton" HeaderStyle-Width="50" ItemStyle-Width="50" DataField="ROWNUM" SortAscImageUrl="~/images/desc.gif" SortDescImageUrl="~/images/asc.gif"/>

</Columns>

  private void BindGrid()  
    {  
        CustomerListBLL customerList = new CustomerListBLL();  
        DataTable dtCustomers = new DataTable();  
        dtPricingQueue = customerList.GetCustomers;  
        RadGrid1.DataSource = dtCustomers ;  
        RadGrid1.DataBind();  
} 

How does this rebind the data? I thought the Grid held the data in View State?  I DO NOT want to REBIND the data, the sort should be done on the client side.
 

  protected void RadGrid1_SortCommand(object source, Telerik.Web.UI.GridSortCommandEventArgs e)  
    {         
        if (!e.Item.OwnerTableView.SortExpressions.ContainsExpression(e.SortExpression))  
        {  
            GridSortExpression sortExpr = new GridSortExpression();  
            sortExpr.FieldName = e.SortExpression;  
            sortExpr.SortOrder = GridSortOrder.Ascending;  
 
            e.Item.OwnerTableView.SortExpressions.AddSortExpression(sortExpr);                  
        }  
        //BindGrid();  I DO NOT WANT TO DO THIS
    }            

How do I get the sort to work on the CLIENT side with the data already in the GRID?

Mike
Top achievements
Rank 1
 answered on 27 Jun 2008
2 answers
99 views
Hello,

I have problem editing the properties of table interior border.

I try changing the colour but only the outer border is apply.

I test with Firefox 3 and IE 7 both have the same issue.


Eddy
Rumen
Telerik team
 answered on 27 Jun 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?