Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
399 views
Hi Support

I know this issue has been discussed and you solution is to set 

RadGrid1.EnableLinqExpressions = false

But I need this set to true because I am using it with LINQ. Can I make RadGrid to be not case sensitive when option above set to true?

Sincerely
Evgeny Vdovin

Rosen
Telerik team
 answered on 06 Aug 2008
1 answer
124 views
hi,
When i put all rows in edit mode and i group on a column, the collpase button does'n work anymore.

I put all rows in edit mode as described in the manual:
protected void PreRenderEventHandler(object sender, EventArgs e) 
        { 
            foreach (GridItem item in MasterTableView.Items) 
            { 
                if (item is GridEditableItem) 
                { 
                    GridEditableItem editableItem = item as GridDataItem; 
                    editableItem.Edit = true
                } 
            } 
            Rebind(); 
         } 

The collapse button works if i put the for loop and the rebind call in !IsPostback. But then if a postback happens, all my rows are not in edit mode anymore
Can someone help me?
Thx in advance
glenn
Top achievements
Rank 1
 answered on 06 Aug 2008
2 answers
85 views
Ok, I keep running into this problem during various upgrade to different versions.  If I have a window that is maximized and modal set to true when it returns to the main page the scrollbars are gone.

Here is my code:

            function ShowInsertForm(purchaseOrderID) 
            { 
                window.scrollTo(0,0);  
                var url; 
                url  = "<%=Constants.SitePages.TruckHaulInfo%>?<%=Constants.Request.PurchaseOrderID%>=" + purchaseOrderID; 
                var oWnd = radopen (url, null); 
                oWnd.maximize(); 
                oWnd.set_behaviors(Telerik.Web.UI.WindowBehaviors.Close);  
                oWnd.set_modal(true);  
                oWnd.show(); 

            } 

I have even tried to reshow the scrollbars using the old trusty:

 document.documentElement.scroll = "yes";  
 document.documentElement.style.overflow = "visible";  
or
 document.body.scroll = "yes";  
 document.body.style.overflow = "visible";  

but this does not help.  How do I solve this issue once and forever?  When the radwindow goes away I want my scrollbars to be there if they were they before the radwindow was opened.

Help.......

Jason



Jason Maronge
Top achievements
Rank 1
 answered on 06 Aug 2008
9 answers
163 views
Hi..
I have a radwindow with the skin set to Web20...

when I run the following server side code it defaults to the Default skin

Any ideas?   If I set the visibleonload is shows the correct skin...

thanks


this.RadAjaxManager.ResponseScripts.Add(@"Sys.Application.add_load(function()

{radalert('Constituent Information Entered!', 250, 100);})"

);

Georgi Tunev
Telerik team
 answered on 06 Aug 2008
1 answer
79 views
Hello,

I have been using the radcontrols which i think is great. One thing that i am a little inquisitive about is the distribution part. Its seems that one has to install the radcontrol setup even if he or she is not developing. It doesnt actually works if i just include the telerik.web.ui.dll in the project. Please advice me something.

Thanks
Svetlina Anati
Telerik team
 answered on 06 Aug 2008
1 answer
66 views
Hi,
Tool Tip is very powerful without any doubt. But is it possible to show a separate page within a tooltip or bring a radWindow within a tool tip?
Svetlina Anati
Telerik team
 answered on 06 Aug 2008
2 answers
145 views
Trying to restart an AJAX timer running in the parent window whenever a RadWindow is closed with JavaScript.

Here's a snippet of the js code on the window page:

var oWindow = GetRadWindow();
var timer = find$("ctl00_cphContent_RefreshTimer1");
timer._startTimer();
oWindow.Close();


The window close works fine.  The find$ code works on a standard page, but I can't locate the parent page's timer from the windowed page's JavaScript.  Any idea what I can use to reference the timer control from inside the window?  I tried all the basics I could think of (e.g. document.GetElementById)

Assuming I either need to drill back using a .parent or drill down from a window. but wasn't sure where to start.

Thanks

- Brad
ataxia1
Top achievements
Rank 1
 answered on 06 Aug 2008
5 answers
657 views
Hi, hopefully an easy one. I am using a modal window which is popped from a normal aspx page. Users can grab the title bar of the window and drag it above the browser pane and let go, then once they let go of the mouse button, they cannot move it back down or close it, so have to refresh the whole parent page.

Can I prevent it from being dragged out of bounds?
Georgi Tunev
Telerik team
 answered on 06 Aug 2008
1 answer
112 views

Hi there,

I have set up two radgrids and I wanted to highlight a selection of individual cells in RadGrid2 based on the row selected in RadGrid1.

I have been trying to solve this using the client side api however there is something preventing me accessing the Rows array from the MasterTableView. Perhaps there is a far better way to do this.

Thanks in advance for any suggestions.

Steve
Shinu
Top achievements
Rank 2
 answered on 06 Aug 2008
8 answers
343 views
  Is it possible to have a month/year dropdown in RadCalendar since I may need to view an event few years/months back or forth, so it takes a lot of time to get there using the left or right arrow buttons from the currently displayed month.
Alex Gyoshev
Telerik team
 answered on 06 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?