Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
237 views
Hello,

I'm following this example: http://demos.telerik.com/aspnet-ajax/treeview/examples/functionality/treeviewcombobox/defaultcs.aspx

This works great.  But what I want is for the RadComboBox drop down not to collapse when clicking on the root element.  My tree is two levels deep always, and for the child only do I want the selection to happen.  I have this working great, but I need to cancel the drop down collapse, is there something passed in through the event arg for this?

Thanks.
Princy
Top achievements
Rank 2
 answered on 02 Mar 2011
1 answer
109 views
Hi Telerik,

I have a RadComboBox inside a RadComboBox ItemTemplate and the inner combobox is loading the items but the items are displayed behind the main combobox. Please look at the attached image to understand clearly. I want to get the items in the front so user can see all the items clearly and feel as the normal behavior of combobox.

Let me know how I can get out of this issue.

Thanks in advance,
Ravi
Princy
Top achievements
Rank 2
 answered on 02 Mar 2011
1 answer
237 views
Hello,
The RadDatePicker has default validation for any invalid date. It is working fine. But ,this does not work for me. For a invalid date , current as is implementation keeps the focus on the RadDatePicker control with a Warning image (like a triangle).

My requirement is to put the error message just below the RadDatePicker control, Not inside the control. I want to get rid of the image. Is there way I can disable the default behaviour and implement the custom behaviour using a javascript ?

Thanks,
Deba 
Shinu
Top achievements
Rank 2
 answered on 02 Mar 2011
1 answer
151 views
Hi
I am working on a problem where I need to fire a javascript function when a value is selected in the GridDateTimeColumn of PickerType= "DatePicker". But I couldn't find a relevant event for that. Kindly provide some inputs

Thanks
Sudhanshu
Princy
Top achievements
Rank 2
 answered on 02 Mar 2011
8 answers
82 views
Hi ,
I got an issue while adding reusable content in RadEditor for sharepoint

If we insert the reusable content (which has Automatic update =yes) and check- in the page (you are at Design mode), the Rad Editor remove the reusable content automatically. But if you insert the reusable content and you are at HTML Mode of editor and doing the page checked in it doesn’t remove the reusable content. Also if the Automatic Update =No in the content then there is on issue in RadEditor.

if anybody has faced the same issue, please let me know the resolution  ?

Thanks a lot 
Rajesh Soni
shrikant
Top achievements
Rank 1
 answered on 02 Mar 2011
0 answers
87 views
Hi,
We're using telerik version 2009.2.826.35

We've just upgrade (from .net 3.5) to .Net 4.0 and asp.net 4.0
The Radcombo, sits inside asp undatepanel, postbacks after the selected item changes.
(Attaching the s-shot for the error) This is occuring after the results comes back from the server.

Becasue of this error, our submit button is not enabled(ie this is enabled from the server side code)
This was working fine with .net 3.5

Please treat this as an urgent issue.

Thanks for the help.

Gopi
Gopinath
Top achievements
Rank 1
 asked on 02 Mar 2011
4 answers
139 views

I wish to use a single RadListBox as a replacement for a CheckBoxListControl. I am only really interested in the Checked functionality of the listbox items. Their selected state is irelevant. Therefore, I would like to prevent the items from ever being "Selected" and force users to use the checkboxes. I found a handy example which allows me to check/uncheck the checkboxes if the user clicks on an item by handling the selectedindexchanged event:
 

var sema_used; 
       function listItemClicked_BSC(sender, eventArgs) {
           if (!sema_used) {  
               sema_used = true;
               var item = eventArgs.get_item();  
               if (item.get_checked()) {  
                   item.uncheck();  
               }  
               else {  
                   item.check();   
               }
               item.set_selected(false);
               sema_used = false;  
           }  
       }


However, even though I call item.set_selected(false), the item still apears to be highlighted in the listbox. I believe this is probably because the selectedindex does not always change when a user clicks on an item. Is there a way to make sure all items are unselected (unhighlighted) in a listbox. Or is there a way to disable item selectiong, but keep the checkbox functionality? Ideally, there should be a client-side event for ItemClicked and ItemClicking, rather than just the current SelectedIndexChanged.

Thad
Top achievements
Rank 2
 answered on 02 Mar 2011
6 answers
162 views
When using the rad grid I dont see the columns until I bind.  I have AutoGenerateColumns="False".  Any way to see the columns?
John Giblin
Top achievements
Rank 1
 answered on 01 Mar 2011
0 answers
87 views
I don't see a delete post option...
sqlgod
Top achievements
Rank 1
 asked on 01 Mar 2011
3 answers
121 views
On the Day, Week, and Month buttons located at the top right corner of the scheduler, we see black dots appear over the text.  Is there any resolution to this?

Thanks in advance.
André
Top achievements
Rank 1
 answered on 01 Mar 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?