Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
56 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
81 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
132 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
109 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
102 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
150 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
60 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
478 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
83 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
3 answers
97 views
Hi

Actually our projecy is working slow.

To improve the speed, we are thinking to review whole code and make changes wherever it is needed to improve the performance.

Could some one please suggest me what are things needs to consider.

we are using lightspeed in our project , to create loacal entitis to do the data manipulations, instead of performing data maipulation on db tables.

And our Infrastructure  is:

UI  =>  Presentation Layer- =>  BusinessLogicLayer ==> Lightspeed(DB)


we are using session variable  stored the data per user., Telerik grids & some other controls

and to loop through the data we are using foreach loops.

and need to know about the exception handling.

Please some one help me regarding these things to improve the speed.

Thanks in advance!!

Shinu
Top achievements
Rank 2
 answered on 11 Oct 2011
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?