Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
322 views
Hi,
    I have a checkbox and  RadDatePicker . I want to change color of RadDatePicker on checkchanged event of checkbox.
ie)when the value of checkbox is true the color of  RadDatePicker datainput should be yellow and when false the color should be white


regards
sathies
sathies
Top achievements
Rank 1
 answered on 08 Feb 2010
3 answers
215 views
Hi,

I am trying to display data in a hierarchical grid. But after clicking on the expand link aginst teh master grid record, the hierarchical grid fails to expand. The event is successfully transferred to DetailTableDataBind event handler. Can I know what I am missing here?
I have the followoing code under my MasterTableView tag
<ExpandCollapseColumn Visible="True">

 

</ExpandCollapseColumn>
Is tehr anything else I need to do? What is the code snippet to forcibly expand the grid DetailTableDataBind event handler?

Thanks

 

Pavlina
Telerik team
 answered on 08 Feb 2010
7 answers
127 views
Hi All

In an ASP page, I have a telerik RadAjaxManager which am using to update a set of controls(both standard asp and telerik rad) by making use of the AjaxSettings collection of the RadAjaxManager. Everything works fine in the dev't environment. In the live environment, the page is as good as dead: button clicks and combo selection changes don't do anything at all.

Any idea why this is happening? Please help ASAP.

Yosief Kesete

Yosief
Top achievements
Rank 2
 answered on 08 Feb 2010
1 answer
71 views
I have 10 template columns in which strting 3 columns should be frozen and remaining should be scrolling.all columns are template columns.
Dimo
Telerik team
 answered on 08 Feb 2010
1 answer
151 views
When I click fast a few times on the insert button in edit mode on a grid, a got the same data entered multiple times.
How can I disable this behaviour? I mean If i click multiple times on insert, the data should be inserted only one time.
After the first click on the insert button, this button should be disabled. I am using RadAjaxManager.
Shinu
Top achievements
Rank 2
 answered on 08 Feb 2010
1 answer
103 views

Hi ,

We are using Outlook-Style Grouping in our application.

When user drags and drops the column in the Group Panel , records in

grid are grouped based on the selected column.

When user selects more than one column sorted rows are appeared in the

tree view.

Please let us know if we can remove the tree view while grouping.



Regards,
Medac
Princy
Top achievements
Rank 2
 answered on 08 Feb 2010
1 answer
77 views
What is the "correct" way to add an instance of RadWindowManager to DNN 5.2.x?

We want to have access to the functionality provided by RadWindowManager from several different instances of PortalModuleBase based user controls that may or may not exist on the same page (Tab), depending on user customization of the target site(s)

Best regards
Espen Harlinn
Georgi Tunev
Telerik team
 answered on 08 Feb 2010
2 answers
150 views
Hi,

I wish to reuse some of your gradient images etc from a certain skin (say Office2007), could you please describe (or point me to a guide) how I can go about locating a particular graphic I like.

i.e. say I like the gradient in the header of a radgrid? how can I get hold of it (or even simply reference it in my own css)

Thanks
Matt
Matt
Top achievements
Rank 1
 answered on 08 Feb 2010
2 answers
119 views

Hello,

my project work with dynamic column. If I add a GridBinaryImageColumn I can see it at the RadGrid. But if I start the Edit or the Insert I get an exception. In your documentation you insert javascript and _ItemCreated (…) function. I see a difference to add a GridBinaryImageColumn  to designtime and to runtime

GridBinaryImageColumnEditor editor = ((GridEditableItem)e.Item).EditManager.GetColumnEditor(“Upload”) as GridBinaryImageColumnEditor;

                        TableCell cell = (TableCell)editor.RadUploadControl.Parent; // add at rundtime = null

                        CustomValidator validator = new CustomValidator();

                        validator.ErrorMessage = "Please select file to be uploaded";

                        validator.ClientValidationFunction = "validateRadUpload";

                        validator.Display = ValidatorDisplay.Dynamic;

                        cell.Controls.Add(validator);

add function:

var gbic = new GridBinaryImageColumn();

            gbic.HeaderText = row.ShowName;

            gbic.ReadOnly = row.Edit; //true or false no difference

            gbic.DataField = row.ColumnName; //Upload

            gbic.UniqueName = row.ColumnName;

            gbic.ImageAlign = ImageAlign.NotSet;

            gbic.DataAlternateTextField = "Typ35";

            gbic.DataAlternateTextFormatString = "Image of {0}";

dataGrid.MasterTableView.Columns.Add(gbic);

 

 

(Add another column type it works)

Thanks for your help

(I see the same problem with a GridBinaryImageColumn (add at designtime) if ReadOnly = true and I AddNewRecord)

Veli
Telerik team
 answered on 08 Feb 2010
5 answers
242 views
Hi Team,

I searching desesperatly to return my arguments or other solution to return values from my RadWindow to my main page. I have used fine in last Q3 2008 but now I have tried many methods without solution using Q2.2009. I need urgently one solution using internal or other to fix this problem.
Using

OnClientClose

 

="clientClose" or other javascript including prototype if need

 


From open Radwindow
function OK_Clicked()  
            {  
                var oWindow = GetRadWindow();  
                //Get current content of text area  
                var oNewText = document.getElementById("myID").value;  
                var oNewText2 = document.getElementById("myID2").value;  
                oWindow.argument = oNewText + ";" + oNewText2;  
  
                oWindow.close();              
            }  
 

Main Page
function clientClose(window)  
                                                    {  
                                                        
                                                      //alert(window.argument);  
                                                     if (window.argument != null)  
                                                     {  
                                                       //alert("OnClientClose:" + window.get_name() + " argument:"   + window.argument);  
                                                         var oArea = document.getElementById("myField1");  
                                                         var oArea2 = document.getElementById("myField2");  
                                                       //split argument ";"  
                                                        var s=window.argument;  
                                                        var val=s.split(";");  
                                                        oArea.value = val[0];  
                                                        oArea2.value= val[1];  
                                                     }  
                                                    } 

Thanks.
Georgi Tunev
Telerik team
 answered on 08 Feb 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?