Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
66 views

Good Day

Please help,

How can i format the date when exporting treelist data to excel, using Telerik version 2013.3.1324.40.

Tshwanelo
Top achievements
Rank 1
 answered on 23 Apr 2015
6 answers
205 views
I have a RadScheduler that's showing meetings using the timeline view. Meetings that overlap the edge of the view gets an arrow that you can click to move the view and see the rest of that meeting. A great feature, but right now I need to disable it. How do I accomplish that? I wouldn't mind keeping the arrows and just disabling the action that gets performed.

Thanks
Plamen
Telerik team
 answered on 23 Apr 2015
10 answers
5.1K+ views
Hi Telerik-Team,

I make my first experience with RadButton.
Simple Question - hao can I  set enable property from client side? 
javascript  not working and RadButton still remain disabled:

function

 

EnableDisable() {
    button2 = document.getElementById(
"RadButton2_input");
    button2.disabled =
false;
}

 

Thanks in advance!
Peter
Top achievements
Rank 1
 answered on 23 Apr 2015
3 answers
204 views
Hi all,

I want to set a column to ReadOnly=True at EditMode, but at InsertMode ReadOnly=False. Please advise how to do it.
I did as below but it didn't work. Please help.

Private Sub RadGrid1_ItemCommand(ByVal source As Object, ByVal e As Telerik.Web.UI.GridCommandEventArgs) Handles RadGrid1.ItemCommand
If e.CommandName = RadGrid.EditCommandName Then
            Dim editItem As GridEditableItem = CType(RadGrid1.MasterTableView.GetItems(GridItemType.EditItem)(0), GridEditableItem)
            For Each column As GridColumn In RadGrid1.MasterTableView.Columns
                If column.UniqueName = "POL" Then
                    Dim txtbox As TextBox = CType(editItem (column.UniqueName).Controls(0), TextBox)
                    txtbox.ReadOnly = True
                End If
            Next
End If
End Sub

But I got error  "Index was outside the bounds of the array." at the below code ..
If e.CommandName = RadGrid.EditCommandName Then
            Dim editItem As GridEditableItem = CType(RadGrid1.MasterTableView.GetItems(GridItemType.EditItem)(0), GridEditableItem)

Many Thanks
umesh
Top achievements
Rank 1
 answered on 22 Apr 2015
5 answers
149 views
We’re evaluating using the Gantt component for a very large
project; we did not use it before, but extremely familiar with the other
components. It seems this one is missing a few things from the smart Tag, like
data source selection and maybe one day a designer for it. We are a little lost
inside of it and for some crazy reason could not get the examples to work in
VB. Would it be possible to help us with a very simple example that builds the
entire chart from code behind and uses Objects and not a direct connection to
db or a SQL dataset. If possible, please use a FOR loop to insert the Tasks and
relationships. Thank you for the help.

Sam
Top achievements
Rank 1
 answered on 22 Apr 2015
5 answers
746 views
Hi,

I'm trying to pre-check all checkboxes with a RadDropdownTree control after it has been bound to (as per the sample code here) but I am getting a 'RadDropDownTree.SelectedValue' cannot be assigned to -- it is read only' error.

I've had a look about online to check for a versioning issue but couldn't see anything - I'm currently using release 2013.1.403.35, is this the issue?

Thanks,
Allan
Stacy
Top achievements
Rank 1
 answered on 22 Apr 2015
2 answers
114 views
Hi,

We've discovered compatibility issues with the new version of AjaxToolKit (15.1)
And your Controls.

When putting some of the controls (i.e RadDatePicker) in a page that uses the
New AjaxToolKit, an error occurred (attached a screenshot).

Please note that this is the new version AjaxToolKit that uses the regular
ScriptManager from Microsoft (no longer ToolkitScriptManager) so all
the documenations you have on this are irrelevant for the new version.

Any suggestions ?

Promo
Genady Sergeev
Telerik team
 answered on 22 Apr 2015
3 answers
54 views

Hello,

 I have a radGrid wich has detailtables and gridTableView to show the information grouped. The problem is that i lost the item style of the detail tables when a expand one level (in columnCreated event is on i set the width properties of the columns) event. I use autogeneratedcolumn.

 Any idea?

 thanks!

 

 

Maria Ilieva
Telerik team
 answered on 22 Apr 2015
1 answer
148 views

Hi, all my RadWindows on my Web Project in Framework 2.0  are rendering incorrectly in Internet Explorer 11 runing in Visual Studio(localhost) or in Windows Server 2008 . The same app running in Firefox or Explorer 8,9, 10 or IE 11 with compatibility mode works perfect.

Any Idea or posible solution , I have already tried multiple solutions but neither work for me.

 

Thanks in Advance

 

Marin Bratanov
Telerik team
 answered on 22 Apr 2015
2 answers
60 views

When a user selects to paste from text from the editor toolbar then some of the area for pasting displays behind the toolbar. How do I make the toolbar stay behind that popup to paste text?

 

Lynne
Top achievements
Rank 1
 answered on 22 Apr 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Anislav
Top achievements
Rank 6
Silver
Bronze
Bronze
Jianxian
Top achievements
Rank 1
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Jim
Top achievements
Rank 2
Iron
Iron
Nurik
Top achievements
Rank 2
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?