Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
1.4K+ views
Hi,
    Please hep me out from this. I have radtextbox that i need to disable that on client side.
I tried this, but its not working.

var objState = $find("<%= txtStPrTe.ClientID%>");
objState.Disable();

Thanks and Regards
Arputharaj
Princy
Top achievements
Rank 2
 answered on 26 Mar 2009
2 answers
331 views
Is it possible to create multilevel checkbox list as in Monster.com -> More Search Options -> Occupations drop down using Telerik combobox control ?

Thanks
Arun
Arunraj
Top achievements
Rank 1
 answered on 26 Mar 2009
5 answers
419 views

Hi experts,

 I have ComboBox with CheckBox items.  In such a case multiple items can be selected.  However, the top part of the ComboBox where the selected items should appear displays only one.  Another problem with it is that even if no items are selected it shows the first item.  The last problem I noticed is that if I click on one if the checkboxes (without checking it), the selected item display line displays it even though I only clicked it without checking it.

 

Am I doing something wrong?  I it is a known issue, is there a workaround?

 

Thanks,

Avi

Arunraj
Top achievements
Rank 1
 answered on 26 Mar 2009
1 answer
236 views
Hi team,

I am using below code to export to excel.. with version 2008.3.1125.35
                grdData.Rebind();
                grdData.ExportSettings.IgnorePaging = true;
                grdData.ExportSettings.FileName = "KIPReport";
                grdData.ExportSettings.ExportOnlyData = true;
                grdData.MasterTableView.ExportToExcel();


there is a warning message with the name of aspx page as below

---------------------------
Microsoft Office Excel
---------------------------
The file you are trying to open, 'Results.aspx', is in a different format than specified by the file extension. Verify that the file is not corrupted and is from a trusted source before opening the file. Do you want to open the file now?
---------------------------
Yes   No  
---------------------------

is there any way i can get rid of this message .. if not at least it should give the file name i specified in the code

Thanks
-Krishna
Shinu
Top achievements
Rank 2
 answered on 26 Mar 2009
1 answer
263 views
Hi,

I have one GridCheckBoxColumn in my grid and when i export to excel or word, i don't have the value of the GridCheckBoxColumn.

How can i export the value of a GridCheckBoxColumn?
Shinu
Top achievements
Rank 2
 answered on 26 Mar 2009
1 answer
101 views
I have a column in a grid that I use to hold a database key for the record displayed in the grid row.  This columns data should not be visible to the user.  I know I can set the visible attribute to "false" and it will not appear in the grid.  However when I do that, it is no longer accessable to my client side java script function, which is involked when the row is clicked.  Is there a way to accomplish this so that it is available to javascript while still not being displayed in the UI Grid. ???
Shinu
Top achievements
Rank 2
 answered on 26 Mar 2009
1 answer
126 views
Is it possible to add Tootip to the Text which is shown in the RadGrid, so that we can the User more information to each Value in a column?

Christian
Shinu
Top achievements
Rank 2
 answered on 26 Mar 2009
5 answers
418 views
Hi folks

I find myself in that annoying situation where there are lots of 'easy' examples of how to do something, but no useful real world examples.

I am wanting to use the new client side data binding in RadGrid. I have got this working using a simple method that will return data. However, I need it to accept a parameter which the user will enter onto the page. Unfortunately none of the examples show how to do this.
Here is what I have so far:
<telerik:radgrid id="radgDocuments">             
  <ClientSettings> 
    <DataBinding SelectMethod="GetLatestReportsTable" Location="~/Services/Reporting/OnDemandLatest.svc" SortParameterType="Linq" FilterParameterType="Linq"
    </DataBinding> 
  </ClientSettings> 
  <MasterTableView HierarchyLoadMode="Client" DataKeyNames="ReportSourceID" ClientDataKeyNames="ReportSourceID">..... etc 
        
Now... this works nicely. The "GetLatestReportsTable" method gets called in my WCF service and the grid fills with data.

However, I need to pass in a "ReportCategory" parameter (which the user will select from a drop down) - this will only return certain reports. I have created the method in the WCF service (UriTemplate = "/GetLatestReportsTableWParams/{ReportCategory}"). How do I actually call this on the client side? Can I do it by setting properties in the grid? Do I need to write JavaScript?

Any help appreciated!


William
Top achievements
Rank 1
 answered on 26 Mar 2009
4 answers
264 views
I submitted a bug report, but thought I'd post this here too in case anyone else is having this problem.

The issue is only with build 2009.1.311.

If you try to iterate through the nodes of your treeview to determine the checked nodes text &/or value, this functionality has broken since the previous builds.

I.E. This code used to work:

string selected = "";  
 
foreach (RadTreeNode node in RadTreeView1.CheckedNodes)  
  {  
     if ((node.Checked == true) && (node.CheckState != TreeNodeCheckState.Indeterminate))  
     {  
        selected += node.Text + ",";  
     }  
  } 

 

RadTreeView1.CheckedNodes would properly return the number of checked nodes. In 2009.1.311 however this always returns 0 therefore it will never run the code to determine what is checked.

The only solution for the moment is to revert back to a previous build.

 

 

 

Paul
Top achievements
Rank 1
 answered on 25 Mar 2009
16 answers
472 views
Hi,  After upgrading to Q1 2009, when I enter design view All of the rad controls in my project show

Error Rendering Control
Error Creating Control

If I delete the dlls from the bin folder and drag a control from the toolbox I get

System.IO.FileNotFoundException for the control I just dragged over.

I converted the RadControlsExamples project to vs 2008 and the same thing happens with the live examples in vs 2008 with .net 3.5 that are installed on my machine.

All of the controls run its just the design time error.  I ran into this a while ago and it was fixed in a new build.

Also is there a detailed doc that explains what changes were made to the skins from 08 to Q109,   I assumed they would be upgraded for the new release not drastically changed as they are.  I thought I was being smart having my clients select the rad skins they like then having my graphic designer design the site based on the controls so I wouldn't have to deal with a lot of customizing.  Ive noticed colors have changed between 08 and 09,  setup of the sprite files has changed, sizes have changed, etc...  I either have to have my designer do some re-designs or I need to take the 08 skins and convert them to 09 myslef without changing so much.

I already had my designer re-do some designs for my clients since I knew the default2006 skin would be going away,  which was the skin most of my clients liked, but now the skins have drastically changed.

Why couldn't you at least keep the colors / images the same while upgrading the skins for the new release?  Then if you wanted a new look then add more skins.







Bruce Hochstetler
Top achievements
Rank 2
 answered on 25 Mar 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?