Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
35 views
Hi There,

I have implemented a self referencing radGrid as provided in the documentation, only change made was using an image button instead of button as in the example
http://www.telerik.com/help/aspnet-ajax/grid-self-referencing-hierarchy.html

It worked fine with .net framework 2.0, we recently migrated to 4.0 and now its showing up a javascript error on click of the image button. Attaching the javascript error image.

How can I resolve this?

Thanks,
Vinay
Marin
Telerik team
 answered on 11 Oct 2011
1 answer
36 views
hey all,
When creating an appointment in month view, are the hours dropdowns available or are they only available in Day and week view??

Thanks
Alex
Plamen
Telerik team
 answered on 11 Oct 2011
1 answer
62 views
Hi,

I am implemeting the following similar grid,
related example

The Discounted checkbox column is firstly shown as true/false column and after double click, the checkboxs will show up and allow editing, my question is
Can it just show yes/no instead of true/false and how?
or it be maked to an editable checkbox column so that I can simply check/uncheck a box, instead of making it editable by first double clicking or by making an editCommand column?  

Thanks
Marin
Telerik team
 answered on 11 Oct 2011
1 answer
99 views
Hi!

I'm trying to do something.

I need to have different inline editor base on the type of edition...

It can be an insert or an edit.

I want to be able to have different ColumnEditor defined in the event CreateColumnEditor of the RadGrid depending on if it's edit mode or insert mode.

The event gives object but I have no clue if it is an insert or an edit.

Is there a way to identify if the event was fired for an insert or an edit?

Thanks!

protected void RadGrid_OnCreateColumnEditor(object sender, Telerik.Web.UI.GridCreateColumnEditorEventArgs e) 
        
            if (e.Column is GridBoundColumn) 
            
                if ((e.Column as GridBoundColumn).DataField == "UserValue") 
                
                    e.ColumnEditor = new NumericColumnEditor("UserValue"); 
                
                else if ((e.Column as GridBoundColumn).DataField == "UserId") 
                
                    e.ColumnEditor = new LabelColumnEditor("UserId"); 
                
                else if ((e.Column as GridBoundColumn).DataField == "UserName") 
                
                    e.ColumnEditor = new LabelColumnEditor("UserName"); 
                
            
        }
Radoslav
Telerik team
 answered on 11 Oct 2011
3 answers
78 views
Need code or suggestion on how to do the following.
Create a calendar that will only activate all dates in a particular dataset and highlight only those dates on the calendar
all other dates are disabled

thanks
Stuart Hemming
Top achievements
Rank 2
 answered on 11 Oct 2011
1 answer
83 views

hi friends,

i used an xml file write in one aspx file

now i need to read the content of those xml file in dummy .cs(class file)

But it gives following error,

Object reference not set to an instance of an object

while using this code

System.Web.HttpContext.Current.Server.MapPath(pathname);

pls help me

Shinu
Top achievements
Rank 2
 answered on 11 Oct 2011
3 answers
114 views
Hello All,
I  have a requirement of merging the headers in the RadGrid as attached in the diagram. Please provide a solution if any one has achieved this type of requirement with RadGrid.

Thanks in Advance,
Vijaybhaskar
Mira
Telerik team
 answered on 11 Oct 2011
1 answer
50 views
I have a asp.net web page that get its content through ajax calling another page. On that page being called, I have my Listview, of course when you try and go to the second item of the listview it throws a error because its trying to postback. Question is, are there any examples of loading this the paging through javascript(jquery) so it does not post back, it has all the data ready on client side. Thanks for any help!
Maria Ilieva
Telerik team
 answered on 11 Oct 2011
3 answers
410 views
Hi there!
I've a problem with RadTreeView control. I'd like to create a (rather) big tree (6 levels, with 300 hundred leaves). Every node need to have a checkbox; checkboxes need to be tri-state. The thing is that I need to read the selection (of nodes) from the database, display whole tree and then the selection of leaves (and according parent nodes). Only selected intermediate nodes will have their subtree expanded. So the problem is that while I render the whole tree, the page is starting to run veeery slow (I've checked in FireBug - whole page has 211 kB!!!). I thought that LoadOnDemand would solve my problems, but it's not that easy because sometimes I'll need to have whole tree expanded (every leaf node selected). Any suggestions?
Princy
Top achievements
Rank 2
 answered on 11 Oct 2011
2 answers
63 views
hi

I have recently installed rad editor to my projects ,i have some following problem with it:

1- in image manager in propert tab ,i can not see texts like width,height, Border Color,BorderWidth,.... i don't know why...please help me with this problem.i have shown it in picture 1.jpg

2- Pase from Word tool dosn't work ,when i open it , it shows some strange texts that i dont what they are.
i have shown it in 2.jpg


Thanks Neda
Neda
Top achievements
Rank 1
 answered on 11 Oct 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Will
Top achievements
Rank 2
Iron
Motti
Top achievements
Rank 1
Iron
Hester
Top achievements
Rank 1
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Thomas
Top achievements
Rank 2
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?