Telerik Forums
UI for ASP.NET AJAX Forum
7 answers
205 views
Hi there

Does anyone know how to align columns in a hierachical grid.

We need a treeview like control with several columns - and the telerik grid seems good - but all the columns are out of alignment - resulting in a messy end user experience.

Or, if this can't be done with the grid -  should we be using a treeview?

Thanks very much
Tim Huffam
Tim
Top achievements
Rank 1
 answered on 06 Aug 2008
6 answers
215 views
Telerik,

I have a RadEditor that is using ToolbarMode="ShowOnFocus".  After upgrading to the Q2 release, the RadEditor no longer displays properly when first displayed.

I am using the RadEditor control in a custom DotNetNuke module.  When it first opens up, the RadEditor has a large unusable section at the top, and the actual content editor section is only a row or two high at the bottom.  Once you place the cursor in the content area as if you were ready to type, the content area grows to fill the entire area (which is how it should look initially) and the toolbar appears above the grid as expected.  So, it is the initial display of the RadEditor that is not working correctly.  Once you have placed your cursor in the content area, everything is great.  I am not sure if this is an issue with IE quirks mode or what.

Please advise on a fix.

Thanks!

Michael
Michael
Top achievements
Rank 1
 answered on 06 Aug 2008
3 answers
103 views
We are at a loss with how to get RadEditor, when used as an html editor provider within DNN, to configure to allow an upload size greater than the default.  We have tried adding the various MaxUploadFileSize properties inline as part of the provider entry in the web.config - that did not work.  We tried setting the configfile attribute in the web.config provider entry and setting the skin and file size attributes there.  The skin setting worked, but the max file upload size settings were not recognized.

Can you please specify the exact steps to be able to set the properties of the RadEditor when used as a provider in DNN?  Is it even possible?  Why did the Skin setting in the config file get picked up, but the others were ignored?

I'd greatly appreciate your help in this matter.

We are using 2008.Q2 of Telerik and 4.8.3 of DNN.

Thanks!

Michael
Michael
Top achievements
Rank 1
 answered on 06 Aug 2008
1 answer
169 views
I am trying to get the colors the way I want on the appointment itself.

In the code behind I set the following

apt.BorderColor = color;

apt.BackColor =

Color.White;

apt.BorderStyle = System.Web.UI.WebControls.

BorderStyle.Solid;

But take a look at the link below and see what my problem is.  Also want to know if I can increase the size of the border.

Also if I make the 'header' of the appointment a solid colr can I move the subject down under the color coding.


http://update.timsforaudiology.com/bruce/Schedule.png
Jean-Luc
Top achievements
Rank 1
 answered on 05 Aug 2008
3 answers
190 views
Hi!

How do i send node to a webservice method?

I would like to send node to a webservice method for further processing. I use the NodeDropping event like this:

function

ServiceTree_NodeDropping(sender, eventArgs)
{
   
var destNode = eventArgs.get_destNode();
   
if(!destNode.get_allowDrop())
    {
        eventArgs.set_cancel(
true);
       
return;
    }
   
    // Call to webservice method
    MyService.MyMethod(destNode, eventArgs.get_sourceNodes());
}

What should my webservice mehod signature look like in this example, where i would like to send both a single Node and an array/list of node?

Best Regards,
Christian

Jacky Chau
Top achievements
Rank 1
 answered on 05 Aug 2008
4 answers
157 views

I am trying to show different dataViews for diferent users with a DropDownList
How do I hide Columns on a  DropdownList selectedIndex Changed? 

Regards

Page_Load(object sender, EventArgs e)

{

if (!Page.IsPostBack)

{

//this works well
LoadDefaultGridView();

}

}

//Event fires but columns are not updated!!
protected
void RadGrid1_ColumnCreated(object sender, GridColumnCreatedEventArgs e)

{

if (e.Column is GridBoundColumn)

{

List<MyDataClass> currentListItems = MyDataController.getListItemForSelectedView(DropDownList1.SelectedIndex);

foreach (MyDataClass.View view in currentListItems)

{

if (view.Name == e.Column.HeaderText)

{

e.Column.Display =

true;

e.Column.HeaderText = view.LabelText;

break;

}

else

 

{

e.Column.Display =

false;

}

}

}

}

 

protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)

{

LoadSelectedGridView();

}

private void LoadDefaultGridView()

{

//Display only 5 colums of radGrid

 

}

private void LoadSelectedGridView()

{

//Display 8 Columns of radGrid

 

}

ReneF
Top achievements
Rank 1
 answered on 05 Aug 2008
2 answers
188 views
Hi

We are upgrading our RadEditor from version 4.5.2 to 5.2.0.0 and are having a problem with the iconurl in the toolsfile.xml.

On version 4.5.2 we had specified some custom tools with our own icon
eg. 
    <tool name="Insert Email Link" iconurl="/_wpresources/DCC_Custom_Buttons/icon_email.gif" />

When we run the page in ver 5.2 and go into edit mode, the toolbar is not shown correctly and a Javascript error is given on the page.

Line: 2766
Char: 65
Error: Sys.InvalidOperationException: 'iconurl' is not a property or an existing field.
Code: 0
URL: http://servername/Sites/Public/Pages/Test.aspx

Why does this no longer work, has the iconurl property been replaced/removed?  If so what can we do to replicate the functionality with the latest version.

Thanks
Peter
Peter Livsey
Top achievements
Rank 1
 answered on 05 Aug 2008
2 answers
183 views
I need to make a textbox invisible if a RadComboBox selected Index Changes to 2.   I cannot seem to attach this to the combo box:
  this.ddlStatus.Attributes.Add("onChange", "javascript:ToggleDisplay();");
Zed
Top achievements
Rank 1
 answered on 05 Aug 2008
1 answer
189 views
Where can I download the photoshop files for all the Skins? I tried to go to http://www.telerik.com/support/product-skins-downloads.aspx
, but only found the Hay psd files.

It would be nice to have all the psd files. I'm specifically looking for the Telerik and Gray Slider psd files and the Gray Window psd files.

Thanks,
Alex Gyoshev
Telerik team
 answered on 05 Aug 2008
1 answer
111 views
Hello,
How I can use RadFormDecorator in RTL mode.
when we have a checkbox in RTL mode checkbox image must appear in right.

Anyone has a suggestion?

Best regards
Mostafa
Georgi Tunev
Telerik team
 answered on 05 Aug 2008
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?