Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
51 views
want to use asp.net ajax telerik component to develop,
and not asp.net component

I looked several posts here in the forum , I tried to modify in many ways without success.

I'm using a specific theme in my application ThemeForest melon I bought.

This theme uses responsive bootstrap . and to leave him even more professional would like to use telerik .

I'm having several problems with customization to make this pattern.

that theme is here Themeforest Melon

in attachment how i want this
Charles
Top achievements
Rank 1
 asked on 03 Dec 2014
1 answer
88 views

Over at the help page, http://www.telerik.com/help/aspnet-ajax/radspreadprocessing-features-styling-document-themes.html, the documentation mentions a slick way of applying standard themes using PredefinedThemeSchemes...

But, I cannot find a reference page that shows what these themes look like and I am not too willing to spend the time iterating through each theme and exporting a new spreadsheet.

Is there a resource that shows what these PredefinedThemeSchemes.ColorSchemes and PredefinedThemeSchemes.FontSchemes look like?

If so, please post here and update the help pages with a link to that resource.

Thanks
Petya
Telerik team
 answered on 03 Dec 2014
1 answer
187 views
Hi team,

     I am using an org chart with load on demand enabled="Nodes Only". Initially it displays the root node and while clicking the expand/collapse icon, it should add it's child nodes dynamically .The NodeExpandCollapse event fires, but how can I add a child node to the parent in this event ? Could you please help me on this ?

Regards
Shafi

Boyan Dimitrov
Telerik team
 answered on 03 Dec 2014
1 answer
146 views
Its relatively easy to do client-side validation and display an error message, however it seems difficult to show a success message in a simple / easy way.

It seems like the only way to do this is to write a bit of javascript that hooks into the ClientEvents-OnBlur(), then have this function check validity again, and apply the proper class, correct? 

Does anyone have a working example?
Viktor Tachev
Telerik team
 answered on 03 Dec 2014
1 answer
609 views
Is it possible to use the OnClientClicked property of a RadButton to do a clientside check and if the check returns true, then fire the onclick event. If the clientside check returns false, don't fire the onclick event.

Is that possible?

Exemple:
<asp:CheckBox ID="ckBoxAutoFill" runat="server" Text="Auto Fill" />
<telerik:RadButton ID="btnAddNew" runat="server" OnClientClicked="addNewRecord" OnClick="btnAddNew_Click" Text="Add">
 
function addNewRecord(sender, args) {
  var ckBox = document.getElementById("<%=ckBoxAutoFill.ClientID%>");
  if (ckBox.checked) {
    //execute onclick event btnAddNew_Click
  }
  else {
    //don't execute onclick event and execute the code below
    var grid = $find("<%=radGrid1.ClientID%>");
    var batchManager = grid.get_batchEditingManager();
    batchManager.addNewRecord(grid.get_masterTableView());
  }
}

Thanks
Danail Vasilev
Telerik team
 answered on 03 Dec 2014
1 answer
61 views
Hi,

Using a Hierarchy grid edit first main category record then expand another main category then edit its sub category record after click on Cancel they not work properly for both edit records they given error. Please find the attachment.

Please provide solutions.
Angel Petrov
Telerik team
 answered on 03 Dec 2014
26 answers
4.4K+ views
Hi,

SelectedIndexChanged event of RadGrid is not fired.
Please help me with an example how to fire SelectedIndexChanged event of RadGrid.


Regards,
Hrushikesh
Kostadin
Telerik team
 answered on 03 Dec 2014
1 answer
72 views
Hello,

I want to integrate Asp.net Ajax with MVC. I am currently using telerik version "2010.3.1109.35"

Here are some queries:

Is it possible?
Are there some limitations?
Any other Solution?

Please provide your feedback.

Thanks
Marin Bratanov
Telerik team
 answered on 03 Dec 2014
4 answers
3.1K+ views
Hi Experts,

                 I need some help for closing a radwindow using javascript when a radbutton is clicked present in the radwindow itself.
Marin Bratanov
Telerik team
 answered on 03 Dec 2014
2 answers
130 views
Hello there

i want to move and control position of textboxlabel under its textbox without effect the lay out of the Captcha its self like attached file
DevMohamed
Top achievements
Rank 1
 answered on 03 Dec 2014
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?