Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
266 views
Howdy,

I am using the editor with a custom button which highlights selected text and allows users to make comments on content. I need to set the content area of the editor to read-only, but I don't want to lose my button functionality. I tried enabled = false but that just dumped the content with no toolbar.

Thanks,
David
Delphi
Top achievements
Rank 1
 answered on 27 Sep 2010
1 answer
92 views
Hi friends!!!!!!!
I am using RagGridView, i want that user should allowed to do single operation at a time, whether he allowed to add the record or he can only edit the record, he will not allowed to do both the operation at once.


How can i achieve this please help?

Thanks in advance.

Manoj Gupta
Princy
Top achievements
Rank 2
 answered on 27 Sep 2010
2 answers
96 views

hi,

i have grid with columntemplate and as a template i use button.

when user clicks that button radwindow shows with proper content

however when user closes that window and starts paging grid that radwindow keeps showing! 

why? what am i  doing wrong?

but when i set in radwindowmanager OnClientClose="Clientclose" where 

function OnClientclose(radWindow) {
  window.location.href = top.location;}

it works fine but i ont want to load the same page again

any help...? pliz

regards

ksysiek

KRZYSZTOF
Top achievements
Rank 1
 answered on 27 Sep 2010
4 answers
103 views
I'm using Telerik,Web.UI with version 2010.2.713.40. I've developed a module for DNN with a RadScheduler control and I want to localize it in spanish.

Usually when I localize a Telerik control I make a copy of the english resource file, in this case RadScheduler.Main.resx, rename it to RadScheduler.Main.es-ES.resx and put it in the App_GlobalResources of the portal (not the App_GlobalResources of the module).

But now this doesn't seemt to work. What i'm doing wrong.

Thanks in advance
Iker Llanos
Top achievements
Rank 1
 answered on 27 Sep 2010
1 answer
71 views
HI i am sameer,

I am using telerik Rad Treeview in DotnetNuke application. I am unable to perform nodeclick event in DotnetNuke application.

My code look like ..

In page load i written

if

 

(!IsPostBack)

 

{

 

RadTreeNode Node = new RadTreeNode();

 

Node.Text =

"Questionnaire Type";

 

Node.ImageUrl =

"../../images/folder.gif";

 

Node.ContextMenuID =

"EmptyFolderContextMenu";

 

Node.Expanded =

true;

 

 

RadTreeNode Node1 = new RadTreeNode();

 

Node1.Text =

"Questionnaire Name";

 

Node1.ContextMenuID =

"MainContextMenu1";

 

Node1.Expanded =

true;

 

 

RadTreeNode Node2 = new RadTreeNode();

 

Node2.Text =

"Question Type";

 

Node2.Expanded =

true;

 

Node1.Nodes.Add(Node2);

 

RadTreeNode Node3 = new RadTreeNode();

 

Node3.Text =

"Question 1";

 

Node3.Expanded =

true;

 

Node2.Nodes.Add(Node3);

Node.Nodes.Add(Node1);

RadTreeView1.Skin =

"Vista";

 

RadTreeView1.Nodes.Add(Node);

}


 

protected void RadTreeView1_NodeClick(object sender, RadTreeNodeEventArgs e)

 

{

Label1.Text =

"NodeClick: " + e.Node.Text;

 

}



whn i debug its going to nodeclick event but i didn't get the value of node click value.

Thanks in advance :)


Yana
Telerik team
 answered on 27 Sep 2010
1 answer
60 views
Hi Telerik Team,

Could you please clarify the following issue.

If i apply Frozen columns to telerik grid by (by using Static Headers=true), can i support the following features to my grid?

1)Column reorder
2)Sorting on Columns
3)Scrollbar movements on user friendly manner

Dimo
Telerik team
 answered on 27 Sep 2010
1 answer
143 views
hi,

in RadAjaxLoadingPanel is sticky mode (the transparent white modal pop up covers all screen), I want to:

1- put div in the middle of this transparent modal pop, where this div contain an image and flash or maybe animated gif (flash is better).
2- how to change the transparency? I need to decrease the transparency.
3- can I change it from white to some other color? if so, how?

thanks,
Dimo
Telerik team
 answered on 27 Sep 2010
1 answer
58 views
hi i m working in rad calendar  i bind event date and click on open rad window 
but when i move mouse in calendar then some date automatically selected and after clickselected  date is unselected
Maria Ilieva
Telerik team
 answered on 27 Sep 2010
1 answer
85 views
Dear Telerik Community,

Currently i am developing an web application in VS2010 with the controls of Q1 2010 release. In this application my workflow must be handled clientside. I have already posted a few threads with different approaches but haven't heard nothing on it yet. I post the links in the end of this message. Like the title states, i have a few questions about the radinputmanager. I have searched around the internet for a solution what i need.

I did he following at the moment. I have created an usercontrol where dynamicly fields are loaded with the corresponding settings. These settings are set in the code behind and are attached to the radinputmanager. These settings work and the radinputmanager gives the message when something wrong happened with a textbox for example. Only at this moment my problem rises. The problem is everything must be executed clientside. The following code snippit will explain a little bit better what i am trying to ask.

<div id="intakeObjectDynamic" class="css_div_datacontrol_content">
    <div class="css_div_datacontrol_data">
        <telerik:RadInputManager ID="rimIntakeObjects" runat="server">
            <telerik:RegExpTextBoxSetting BehaviorID="veNumericInput" ValidationExpression="[0-9]{1,}" Validation-IsRequired="true">
                <TargetControls>
                    <telerik:TargetInput ControlID="tbServiceId" Enabled="True" />
                </TargetControls>
            </telerik:RegExpTextBoxSetting>
        </telerik:RadInputManager>
 
        <asp:Panel ID="pIntake" runat="server">
            <asp:Table ID="tblIntake" runat="server">
                <asp:TableRow>
                    <asp:TableCell CssClass="css_data_tbl_col_lbl_cell">
                        <asp:Label ID="lblServiceId" runat="server" Text="ServiceID"></asp:Label>
                    </asp:TableCell>
                    <asp:TableCell CssClass="css_data_tbl_col_value_cell">
                        <asp:TextBox ID="tbServiceId" runat="server"></asp:TextBox>
                    </asp:TableCell>
                </asp:TableRow>
            </asp:Table>
 
            <DFC:dynFC ID="dynFC" runat="server" />
        </asp:Panel>
    </div>
</div>

This code snippit loads up my dynamic fields etc.

// Intakes the object
function IntakeObject() {
    var rangeId = $("input[id *= 'hfRangeId']").attr("value");
    var projectId = $("input[id *= 'hfProjectId']").attr("value");
    var objectTypeId = $("input[id *= 'hfObjectTypeId']").attr("value");
    var serviceId = $("input[id *= 'tbServiceId']").attr("value");
 
    var objectValues = new Object();
 
    $("input[id *= 'dynamicFieldControl']").each(function () {
        // hack that dropdowncontrols will not be listed, but its true value is listed
        if ($(this).attr("ID").indexOf("ClientState") < 1) {
            var fieldId = $(this).attr("ID").split("-")[1];
 
            if (fieldId.indexOf("_") > 0)
                fieldId = fieldId.split("_")[0];
 
            var value = $(this).attr("value");
 
            objectValues[fieldId] = value;
        }
    })
 
    IntakeObject(rangeId, projectId, objectTypeId, serviceId, objectValues, SuccessMethod, FailureMethod, null);
}

This code snippit will be executed when the object needs to be saved. The validation check needs to be implemented in this code snippit. Something like this:

if (radinputmanager.failedvalidations < 1)
   intake object
else
   give an result of failed validations (or something like that)

This is what i am trying to achieve but havent found any solution for it yet. So thats why i ask it here and hopefully can someone help me further.

I have tried already something like this:

            var radInputManager = $find("<%=radInputManager.ClientID%>");
            radInputManager.get_InputSettings()


but where do i need to go on or am i thinking wrong?

Previous threads:
http://www.telerik.com/community/forums/aspnet-ajax/general-discussions/radinputmanager-c-property-total-validations-failed.aspx

Kind regards,
Michiel Peeters
Martin
Telerik team
 answered on 27 Sep 2010
3 answers
281 views
Team,

Am Binding DataTable as a Datasource for Radgrid.

My need is I want to merge the Radgrid Column Headers as shown in the table below....

pls. reply its urgent...I want to merge Odd or even Columns and have to apply formatting also...


2007 2007 2008 2008 2009 2009
Payroll Payroll Tax Payroll Payroll Tax Payroll Payroll Tax
0.831479219 0.878480961 0.125905661 0.582711154 0.666182555 0.003437293
0.692284719 0.924671836 0.348159038 0.16631018 0.125653848 0.547001853
0.248446244 0.528673182 0.677024774 0.018750403 0.355728003 0.748506612
0.355725838 0.025139254 0.640793399 0.779381424 0.291280161 0.590636076
0.503992823 0.423174681 0.581413565 0.524508673 0.036539204 0.976846173

Thanks.
India.
Pavlina
Telerik team
 answered on 27 Sep 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Ambisoft
Top achievements
Rank 2
Iron
Pascal
Top achievements
Rank 2
Iron
Matthew
Top achievements
Rank 1
Sergii
Top achievements
Rank 1
Andrey
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?