Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
156 views
Is it possible to completely hide all dependencies from the gantt chart?

ie. remove the option to even select them?
Bozhidar
Telerik team
 answered on 04 Dec 2014
2 answers
144 views
Hi,
I have a radWindowManager with two windows, if I set the OpenerElementID as a button on my form then all is ok but if I do exactly the same thing from a separate button in click as below then the window opens but it is not the window defined by 'rwDialog', it is a new empty window:

function btnClick() {
      var oManager = GetRadWindowManager();
      oManager.open(null, "rwDialog");
}


This is in a master page, not sure if that makes any difference.
Al
Top achievements
Rank 1
Iron
Iron
Iron
 answered on 04 Dec 2014
0 answers
58 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
100 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
199 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
161 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
634 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
71 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.5K+ 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
81 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
Narrow your results
Selected tags
Tags
+? more
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Edmond
Top achievements
Rank 1
Iron
fabrizio
Top achievements
Rank 2
Iron
Veteran
RobMarz
Top achievements
Rank 2
Iron
Fakhrul
Top achievements
Rank 1
Iron
Tejas
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?