Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
177 views
WTF!!
Raya
Telerik team
 answered on 17 Nov 2010
1 answer
103 views
Hello Telerik,

We have followed the example to Replace the Edit Form and have had decent success so far. We now have a customized Advanced Form appearing in a RadWindow.

We would next like to group the appointments by a resource on the scheduler, but I'm not sure how this can be achieved - we are aware of the example provided for grouping by resource, but it assumes the developer is using the default templates.

What happens in the case that a custom advanced form is being used?

Regards
ADS Development Team
Top achievements
Rank 1
 answered on 17 Nov 2010
1 answer
46 views
Hi All,

    I want to hide a column in RadGrid when Autogenerated column is true.
I am using DataRelation in RadGrid

Thanx in Advance


Bharat Rathore


Hi All,

I got the Solution.

 

 

protected void RadGrid1_ColumnCreated1(object sender, GridColumnCreatedEventArgs e)

 

{

 

 

if (e.Column.UniqueName == "column name")

 

{

e.Column.Visible =

 

false;

 

}

}

Pavlina
Telerik team
 answered on 17 Nov 2010
3 answers
100 views
I am having problem with IFrame.I am having three TAB. Each Tab is having IFrame and src of the IFrame is opening a url of the different server.
Me.IFrame.Attributes("src") = strWebApplLink.Trim()

Now wat is happening, when i click TAB1,it works properly. Clicking the TAB2 also work fine. But When i repeat this work(moving to another TAB), I am getting the JavaScript Error(ext-all.js) with height error incorrect. Error comes in form of JavaScript popup."Do You want to debug".when i click NO. It properly open the requested URL .I have no idea to fix this problem.

Your help will be appritiated.Thanks in Advance
Yana
Telerik team
 answered on 17 Nov 2010
1 answer
118 views
Hi
I want to install telerik Asp.net Ajax control for Visual studio 2008 ,what vwesion i hav eto download na wher could i found the Msi file
Edward
Top achievements
Rank 1
 answered on 17 Nov 2010
8 answers
880 views
Hi,

I plan to use a treeview with Checkbox enabled and put a textbox with each node. When checkbox checked, the textbox will be visible, otherwise textbox will be hidden. This will be done in javascript for set textbox.style.display and textbox.style.visibility.

I have no problem to setup treeview with textboxes, but my question is how can I get textbox in client side javascript. I try to use node.findControl, but I can't get correct textbox clientid. When first create treeview in server side, I use following code. 

RadTreeNode n = new RadTreeNode();
        TextBox textBox = new TextBox();
        Label label = new Label();
        n.Controls.Add(label);
        n.Controls.Add(textBox);
        n.Attributes.Add("TextBoxID",textBox.ClientID);

in javascript 

function OnClientNodeCheckedEventHandler(sender, eventArgs)
    {
        var node = eventArgs.get_node()
if(node.get_checked())
{
var txtID = node.get_attributes().getAttribute("TextBoxID");
var textbox = node.findControl(txtID);
            if (textbox!=null)
            {
                textbox.style.display="block";
                textbox.style.visibility="visible";
            }

}
    }

but the problem is that textbox always return null. Can someone help me out?

I realy appreciate it.

Tomasz M.Lipiński
Top achievements
Rank 1
 answered on 17 Nov 2010
1 answer
66 views
OK folks. I copied code directly from the tutorial and modified it slightly.

protected void FilterException()
{
    string filterExpression;
    filterExpression = "([ExceptionType] = '" + DDLException.SelectedValue + "')";
    RadGrid1.MasterTableView.FilterExpression = filterExpression;
    RadGrid1.MasterTableView.Rebind();
}

on rebind it fails saying expression expected. filterExpression looks correct from what I can determine. Can someone please help me here? What am I doing wrong?
Pavlina
Telerik team
 answered on 17 Nov 2010
2 answers
152 views
Hello,

I'm trying to add a button to the Image Manager of the RadEditor that opens a window with a Image CMS url and then refreshes the directory content.

Better would actually be to override the Upload button. I tried this, but got two windows as "args.set_cancel(true);" wasn't recognised.

function toolbarClicked(toolbar, args) {
        var buttonValue = args.get_item().get_value();
        if (buttonValue == 'Upload')
        {
           var wnd = window.radopen("./ComplexControls/Editor/EditorDialogs/Img.aspx", null);
           wnd.setSize(400, 400);
               args.set_cancel(true);
        }
    }
 
I would appreciate any help you could give me in this matter.

Thank you.

Paul Herzberg
Paul Herzberg
Top achievements
Rank 1
 answered on 17 Nov 2010
8 answers
2.7K+ views
Hi:
I have a page that is way too big, but it is what it is.  It has 6 tabs (TabStrips), and each tab has a grid (Radgrid).  In one of the grids (which is contained in a user control ascx) clicking on the edit launches a RadWindow, where the user can add or change data.  On save the grid is rebound.  Both the base page and the ascx has a RadWindowManager in them.  The base page RadWindowManager has an OnClientClose="refreshGrid" client side event.  In production (yeah only production), I am getting the following IIS error:
    An error occurred while communicating with the remote host. The error code is 0x800703E3.
when the user closes and saves on the RadWindow.  Production is an IIS 7 environment.
Any suggestions?
Phil
Georgi Tunev
Telerik team
 answered on 17 Nov 2010
1 answer
55 views
Dear sir,
Can i set icon in appointment block.
i want to set small icon at left upper corner of appointment.


Please help me.

Thanks
Chandan Kumar
Lucien
Top achievements
Rank 2
 answered on 17 Nov 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?