Telerik Forums
UI for ASP.NET AJAX Forum
0 answers
67 views
I am using radcontrols for asp.net ajax  2009 Q2 .
Every thing working  fine on the development machine(windows xp sp2)
While deploying it on win 2003  server some pages with rad controls working fine .
But when loading some pages it giving me error like
Type 'Telerik.Web.UI.GridBoundColumn' does not have a public property named 'ÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿÿ
on the server
Please help me on this

Sadik
SADIK KMK
Top achievements
Rank 1
 asked on 14 Apr 2010
5 answers
126 views
Hi,

I have a three RadEditors to edit 3 Fields in a database record.
My Toolbar is generated from a Tools.xml file.

Following your tips for better performance I use "ToolProviderID" - and yes I got the same toolbar on all three editors.
BUT - only the first one (with the ToolsFile=) has content in the "Custom Links" and "Snippets" dropdown.
The other editors also have the toolar items - but the dropdowns are empty.

I wanted to check if this is a fault of mine via http://demos.telerik.com/aspnet-ajax/editor/examples/toolprovider/defaultcs.aspx
BUT - unfortunately on this page both (Links, Snipptes) are empty in every case.

So I set up a blank solution - with a single page containing only two editors - and it still has empty dropdowns.
So I guess this is some kind of bug.
I have the same issue with IE7 and Firefox,

Regards

Manfred
Rumen
Telerik team
 answered on 14 Apr 2010
3 answers
121 views
I'm trying to get jquery to work w/ my treeview, but no luck so far.
I simply want to prevent the nodes from collapsing, what i have so far:

 $telerik.$(document).ready(function() {
            $('#RadTreeView1')
                .OnClientNodeCollapsing(function() {
                    this.set_cancel(true);
                });
        });


ideas?  Thanks!
T. Tsonev
Telerik team
 answered on 14 Apr 2010
2 answers
289 views
Hi,

I have this example : 

                    <telerik:GridDateTimeColumn
                        DataField="fecha_seguimiento"
                        HeaderText="SEGUIMIENTO" SortExpression="fecha_seguimiento"
                        UniqueName="fecha_seguimiento" PickerType="DatePicker"
                        FilterControlWidth="110px" DataFormatString="{0:dd/MM/yyyy}"
                        DataType="System.DateTime" >
                    </telerik:GridDateTimeColumn>

When I  filter for this date colum, it's works perfectly if all records have information, but if a record contains NULL I get the following error:

Línea : 6
Error : Sys.WebForms.PageRequestManagerServerErrorException: La conversión especificada no es válida.

How or where I can specify in the filter that this column may contain null or date and work it.

Thanks!
Alex Jimenez
Top achievements
Rank 1
 answered on 14 Apr 2010
1 answer
93 views
Hi
    When I drag item from Treeview to grid the size of grid is shrinking.
How to avoid this.
   I have attached image.

Yavor
Telerik team
 answered on 14 Apr 2010
7 answers
525 views

Hello,

(I am using the Q3 2008 release of the ASP.NET ajax components)

I have a RadGrid with "EnablePostBackOnRowClick" enabled. I only want this postback to occur in certain situations though. In the older versions of the RadGrid, I could have a javascript handler that did t his:

function radGrid_RowClick(sender, eventArgs)

{

    eventArgs.set_cancel(true);

}

But, this does not work with the Q3 2008 release. What is the equivalent functionality?

Kind regards,

Andy

Princy
Top achievements
Rank 2
 answered on 14 Apr 2010
1 answer
129 views
I'd like the page being loaded into the radwindow to have the responsibility of setting the size of the radwindow before the radwindow is displayed so the user doesn't see it getting resized. Is this possible?
Shinu
Top achievements
Rank 2
 answered on 14 Apr 2010
1 answer
72 views
Hello,

Is there a way to sum values from children to parent in self-referencing grid? 
In my situation, the self-referencing grid nodes, when collapsed, the value of the parent node would be total of its children's values.
Grid's data is bound from a SqlDataSource.

Thanks for any help. 

Thanh Dang
Yavor
Telerik team
 answered on 14 Apr 2010
0 answers
123 views
In reference to this demo:
http://demos.telerik.com/aspnet-ajax/upload/examples/additionalfields/defaultcs.aspx

While this is a great addition, do you have an example of how this could be accomplished more dynamically?  I was thinking it would be nice to be able to provide a user control or template for the additional fields.  What I need to be able to do is have a combobox and when a user changes the combobox selection, different fields become available.  Any ideas?

Seth
Seth
Top achievements
Rank 1
 asked on 14 Apr 2010
0 answers
106 views
I'd like to specify an exact scroll position (not item index) for the listbox to scroll to, and have it scroll smoothly to that position (through my own scrolling routine). Is there any easy way to accomplish this. I'm attempting to accomplish a percentage based auto-scroll routine. So I can move 25% down the list or 50%... etc.

Edit: Nevermind, I simply looked up the javascript for the scrollIntoView method and used that as a jumping off point.
Xorcist
Top achievements
Rank 1
 asked on 13 Apr 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?