Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
59 views

Hi Support,

I am using telerik spread sheet control. I am able to load my excel file but when i am trying to key large text it wont get spaces between words.

Please do needful.

 

Thanks,

Parimal

Parimal
Top achievements
Rank 1
 asked on 22 Dec 2017
3 answers
139 views
Dear Telerik Team,

it seems that with the new version of the Diagram, the possibility to change the text of a shape by double-click is not available (does not work) anymore. Is this an intended change or bug?

Thx for your help!
Pascal
Vessy
Telerik team
 answered on 21 Dec 2017
8 answers
404 views
Anyone know how to change the default color of the background when using a header template?  Per skin this changes but I want to be able to alter it with my chosen skin.

Thanks in advance!
Rumen
Telerik team
 answered on 21 Dec 2017
5 answers
147 views

I've got an application with lots of existing text from a prior version of the RadEditor (2014), and it's all in NewLineMode = Br, so the lines are separated by <br/> tags. One option I read about was putting in a bit of JS which lets the new version (2017.3.913) use "legacy behavior" for block comments, such as bulleting lines of text. I tried it, but found it had another problem: It would duplicate the lines it was bulleting. See attached images for the "story".

This is low priority for me, since I've already decided not to use Legacy mode anyway (nor BR line mode). Otherwise I would be opening a ticket. But since it's not that important to me, I thought I'd just ask about it here, and see if anyone else has noticed this, or if the company is already aware of it.

Rumen
Telerik team
 answered on 21 Dec 2017
0 answers
111 views

Hi, 

I have a form with many checkbox and each checkbox has a RadCombo or RadTextBox beside. When checkbox change, the application need enable or disable the respective RadComboBox or RadTextBox. 

When I use with RadTextBox was working fine. But I call the RadComBox the $Find JQuery return null. 

I would like have one or twice(combo and text) Javascript function. I don´t like create one JS with <RadComboBoxXX.ClientID> for each ComboBox. And don´t use server code.

 

Thanks for any help.

<script type="text/javascript">
        function EnableDisable(chk, ctrl) {
            var e = $find(ctrl);
            if(chk) {
                e.enable();
            }
            else {
                e.disable();
            }
        }
</script>
 
---- Work Fine----
<asp:Checkbox ID="CheckBox1" runat="server"  OnClick="EnableDisable(this.checked,'RadTextBox1');"/>
<telerik:RadTextBox ID="RadTextoBox1" runat="server" />
 
 
---- Don´t work ----
<asp:Checkbox ID="CheckBox2" runat="server"  OnClick="EnableDisable(this.checked,'RadComboBox2');"/>
<telerik:RadComboBox ID="RadComboBox2" runat="server" />

 

 

Paulo Goncalves
Top achievements
Rank 2
 asked on 21 Dec 2017
0 answers
95 views
Map Report Error. Please help me
Akash
Top achievements
Rank 1
 asked on 21 Dec 2017
12 answers
396 views
I've read many posts and nothing seems to work to hide the ExpandColumn when exporting.  I've tried RadGrid1.MasterTableView.GetColumn("ExpandColumn").Visible = false;, I've even loop through the RadGrid1.MasterTableView.Columns collection hiding every single column.  That one blank column still appears.  I'm using the latest version of the control.  Thoughts?
Sai Santhosh
Top achievements
Rank 1
 answered on 21 Dec 2017
3 answers
1.5K+ views
I have been trying to find the tutorial for basic implementation of telerik RAD controls using ASP .net AJAX with not much luck. I have found the demo and other documentation but not able to understand them. I am trying to understand the fundamentals of telerik control usage in asp .net ajax application using C#.

I am intereseted in Grid, file upload and Charts implementation.

Please help with this.

Thanks Alot,
Amit
Rumen
Telerik team
 answered on 21 Dec 2017
3 answers
735 views
Hi
How can I pass a custom parameter to a Client Event ?
for example how can I pass a parameter to 'OnClientClicked' of 'RadButton' control ?
I want to define a function for 'OnClientClicked' in C# and pass a custom parameter to this function
  -> myBtn.OnClientClicked = "eventHandler(...);"
and access this parameter in javascript function , is it possible ?

Thank you very much for your feedback

Marcel
Top achievements
Rank 1
 answered on 20 Dec 2017
0 answers
83 views
Hi All,
I am using Rad grid and requirement is iterate grid by column not row(GridViewItem) on a button click event using C#.
Can anyone have idea.
Thanks in advance.
Anuj
Top achievements
Rank 1
 asked on 20 Dec 2017
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?