Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
110 views
I use RadEditor lite for MOSS to edit list items. Initially, the toolbar buttons (like bold/italic, etc.) are disabled. When the RTE got focus, buttons are enabled. However, after that, when RTE lost focus, buttons did not get disabled. Is there anyway to get around this?
Truong Hong Thi
Top achievements
Rank 1
 answered on 10 Jun 2010
0 answers
117 views
Hi
   How to control the header template css .

For some condition i need to apply css
.rcbHeader
{
 display:none
}
unless 
i need as usual
pasam Anna
Top achievements
Rank 1
 asked on 10 Jun 2010
10 answers
229 views
Hi,

I could do with some advice on how to implement some functionality.

I have multiple RadComboBoxes with load on demand functionality so the user can type in the first few characters of the entry they want to find and the results will return accordingly.  I have the ShowMoreResults disabled as I want the combo to bring back all matching results regardless of the number.  This is all fine and works correctly.

However, I would like to add to the combo some way of enabling the user to show all available results regardless of text entered.  I had initially thought of enabling the ShowMoreResultsBox and catching when this is clicked and manually setting the search text entered in the combo to an empty string to trigger a load of the full available list of items.  However, there does not seem to be any way to catch when this is clicked. 

Can anyone suggest a way in which I can achieve this?

Thanks in advance.
Gene
Top achievements
Rank 1
 answered on 09 Jun 2010
2 answers
148 views
Hello,
I am currently using the newest Q3 telerik release. I have a grid which utilizes the RadAjaxLoadingPanel. The following steps raise a javascript error.  

  1. Click on a column header to sort.
  2. As the column is sorting click again and hold.
  3. Drag the column while holding as to move the column to a new location or order.

I recieve the following javascript error:
"this.get_element()' is null or not an object" on line number 124

Do you have any suggestions on what could be causing this error?
Thanks for any input.   

Elliott
Top achievements
Rank 2
 answered on 09 Jun 2010
4 answers
315 views
Is there a way to hide a control inside a radgrid in Edit Mode?  I have tried the following code below, but the controls are still showing:

Private Sub RadGrid1_EditCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles RadGrid1.EditCommand
      If TypeOf e.Item Is GridDataItem Then

            Dim btn_Row_Options As Button = e.Item.FindControl("btn_Row_Options")
            btn_Row_Options.Visible = False

            Dim btn_Row_Options As Button = DirectCast(e.Item.FindControl("btn_Row_Options"), Button)
            btn_Row_Options.Visible = False

    End If
End Sub

Richard M
Top achievements
Rank 1
 answered on 09 Jun 2010
3 answers
483 views
i read somewhere about a currentrow and currentcolumn but I think i was reading about the winform controls - how do you do this on the webform asp.net controls? I want to set the focus to the first row second column cell in the editor

i want to do this on the server side if possible - could be on the client side but i prefer not having to deal with javascript if possible
EJ
Top achievements
Rank 1
 answered on 09 Jun 2010
2 answers
122 views
Hi

Is it possible to access data which is in the data table bound to the grid but where the grid column for that data has a visible property of false?

For example, I want to do some custom formatting on Cell A based on the value of Cell B, where the column for Cell B's values is not visible in the grid.

Thanks

Bob
Bob Fenton
Top achievements
Rank 1
 answered on 09 Jun 2010
5 answers
373 views
Hi:

I am trying not to hard code the combo-box that I would like to set focus, so I am passing in the client id.
<script type="text/javascript"
    function SetComboBoxFocus(clientId) { 
        var comboBox = $find(clientId); 
        var input = comboBox.get_inputDomElement(); 
        input.focus(); 
        return false; 
    } 
</script>  
 

My server side code is:
Dim _radComboBox As RadComboBox = RadComboBox1 
If CheckBox1.Checked Then 
    _radComboBox = RadComboBox2 
End If 
ScriptManager.RegisterStartupScript(Me, Me.GetType, "inlinesetfocus", "SetComboBoxFocus('" & _radComboBox.ClientID & "');", True) 
 

The javascript code is not finding the combo-box control.  Any suggestions?

Phil
Phil
Top achievements
Rank 2
 answered on 09 Jun 2010
4 answers
264 views

Posted 2 hours ago (permalink)

Hello Telerik Team,

I have a requirement where i need to bind the Radscheduler to two datasources.Meaning
I have developed a usercontrol which is wrapped in  a Sharepoint webpart which consists of a
rad scheduler.As of now my rad scheduler pulls the information from a specific list.
But now i need to pull the information  for the appointments not only from a specific list but also from a sql database table.

what is the method i need to follow.
Do i need to use this

http://www.telerik.com/help/aspnet-ajax/schedule_databindingimplementingaproviderthatsupportsmultivaluedresources.html

Any sample for this is greatly appreciated.

Thank you,
Smith

Veronica
Telerik team
 answered on 09 Jun 2010
2 answers
116 views
Hello All,
           I am developing a web user control in which am using RadGrid control. We can add the edit and delete columns in a radgrid which is available by default in radgrid.
          But, I need to know whether there is any row mouse over event available in radgrid which will open a small div at the end of the row with the edit and delete buttons in it. For eg; In Telerik's RadScheduler, if we mouse over any event in the calendar, we would get a fading-in div using which we can edit or delete the events.
         I am looking for something similar to that. Any help would be gladly welcomed.
Raghuraman Venkataraman
Top achievements
Rank 1
 answered on 09 Jun 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
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?