Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
90 views
hi all,


I have radgrid.In Radrid column I have a dropdown.I want to place a treeview inside the dropdown and whaterever I select in the treeview should appear on the dropdown.Eg; If i select childnode1,whose parent is node1 then node1 and chilnode1 should appear on the dropdown.How can I do that.I want to bind the data from list.

Thanks in advance.
Kiara
Top achievements
Rank 1
 answered on 20 Sep 2011
9 answers
401 views
hi,

do telerik controls work in mobile development too??

i wish to use these controls for windows mobile, and blackberry development...
Gal
Top achievements
Rank 2
 answered on 20 Sep 2011
2 answers
91 views
Is there a sample project or demo where I can see how to do Hierarchy in the grid without using self reference?
Like doing a Hierarchy but on the same table.

thanks
Luka
Top achievements
Rank 1
 answered on 20 Sep 2011
1 answer
75 views
Hi!

Is it possible to change the mask and displaymask of a maskedtextbox clientside? I have a combobox with countries and based on that value i want to change the mask and displaymask of the maskedtextbox. Is this possible?

Princy
Top achievements
Rank 2
 answered on 20 Sep 2011
1 answer
82 views
When using more than one RadSiteMap on the page the data source is overwritten.

  <telerik:RadSiteMap runat="server" ID="RadSiteMapCategoryPath" OnNodeDataBound="OnNodeDataBound_CategoryPath" MaxDataBindDepth="1">
  <LevelSettings>
    <telerik:SiteMapLevelSetting Level="0" Layout="Flow" SeparatorText="--">
      <ListLayout />
    </telerik:SiteMapLevelSetting>
  </LevelSettings>
</telerik:RadSiteMap>
<telerik:RadSiteMap runat="server" ID="RadSiteMapCategoryOwerview" OnNodeDataBound="OnNodeDataBound_CategoryOwerview" MaxDataBindDepth="1">
  <LevelSettings>
    <telerik:SiteMapLevelSetting Level="0">
      <ListLayout RepeatColumns="3" AlignRows="true" />
    </telerik:SiteMapLevelSetting>
  </LevelSettings>
</telerik:RadSiteMap>

Code:
      var cats1 = new List<Categories>();
      this.ModifyWorkflowControlReadOnly(a =>
      {
        cats1 = Categories.GetAll(a);
      });
  
      RadSiteMapCategoryOwerview.DataTextField = "Name";
      RadSiteMapCategoryOwerview.DataValueField = "ID";
      RadSiteMapCategoryOwerview.DataFieldID = "ID";
      RadSiteMapCategoryOwerview.DataFieldParentID = "ID_Category_Parent";
      RadSiteMapCategoryOwerview.DataSource = cats1;
  
      RadSiteMapCategoryOwerview.DataBind();
  
-------------------
  
      var cats2 = new List<Categories>();
      this.ModifyWorkflowControlReadOnly(a =>
      {
        cats2 = Categories.GetAll(a);
      });
  
      RadSiteMapCategoryPath.Dispose();
  
      // add start item
      Categories item = new Categories();
      item.Name = "Hautkategorien";
      cats2.Add(item);
  
      RadSiteMapCategoryPath.DataTextField = "Name";
      RadSiteMapCategoryPath.DataValueField = "ID";
      RadSiteMapCategoryPath.DataFieldID = "ID";
      RadSiteMapCategoryPath.DataFieldParentID = "ID_Category_Parent";
      RadSiteMapCategoryPath.DataSource = cats2;
  
      RadSiteMapCategoryPath.DataBind();

The site map RadSiteMapCategoryPath and RadSiteMapCategoryOwerview show the same result.
But the List cats1 and cats2 have different values.

How can I solve this problem?

Best regards
Daniela
Genady Sergeev
Telerik team
 answered on 20 Sep 2011
1 answer
85 views
How to get the added files using asynupload control, in javascript when submitting form?
Peter Filipov
Telerik team
 answered on 20 Sep 2011
2 answers
84 views
hi all,


I have created a radgrid .It has some columns.Also I have radcombobox with checkboxes ,it has names of the radgrid column names Depending on the selection in the radcombobox  i want to show the columns in the radgrid.Note that  I have created radcombobox outside the radgrid.Please help me out to solve this problem.
Thanks in advance..
Prasanna
Top achievements
Rank 1
 answered on 20 Sep 2011
0 answers
75 views
Hi,

Please note that We had move a website from window server 2003 - iis 6 to window server 2008 R2 (64 bit OS) - iis 7. Now, we get a popup with this error as mentioned below:

r.a.d.upload Ajax callback error. Source url was not found:

/Telerik.RadUploadProgressHandler.aspx?RadUrid=784e4743-7fcf-4064-afd8-7020d8f51a0f

Did you register the RadUploadProgressHandler in web.config?Please, see the help for more details: RadUpload 2.0 - Using r.a.d.upload - Configuration - RadUploadProgressHandler.

We have changed the web.config as mentioned in the link below, still the error message shows up

http://www.telerik.com/help/aspnet-ajax/upload-configuration.html

Please do let us know what else needs to be done.

Regards,

Debu

Debu
Top achievements
Rank 1
 asked on 20 Sep 2011
1 answer
410 views
Looking suggestions on the best way to mask all but the last 4 digits of the SSN in a column (xxx-xx-9999) but still allow the builtin filtering to work on the entire SSN column?

Haven't really seen any posts in reference to such a thing and I just really started looking at it.

Thanks!
Maria Ilieva
Telerik team
 answered on 20 Sep 2011
3 answers
659 views
Hello,

I have 2 asp textbox, 2 radtextbox and 4 asp RegularExpressionValidator   and one button in my page. If i have the radScriptmanager in this page validation will not work on button click and page will postback without validating it. If i remove the script manager from this page then validation will work on Button Click and page will not postback. Please give the solution for this problem
Simon
Telerik team
 answered on 20 Sep 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?