Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
83 views
I have no better way to explain this than by showing screenshots.  The following screenshots were all taken from the same page - same RadScheduler control - Default Vista skin:

IE8 Sucks:
Screenshot

Firefox 3.0.11 Rocks
Screenshot

Safari 4.0 (530.17) Rocks
Screenshot



Google Chrome 2.0.172.33 Rocks
Screenshot




Any thoughts?
Mark
Top achievements
Rank 2
 answered on 29 Jun 2009
4 answers
331 views
To All,
i am currently using Rad Context menu in The RAD Grid.

IN the Grid Depending upon the value i want to show some different text on the context menu.lets say in a grid we have a 3 different row.
1 for a Folder name "Master" inthat i want see "Delete" and "Rename" in the context menu
2 for a Folder name "Working" inthat i want see "Create folder in the context menu
3 for a file i want to see  "Properties" and "Download"

How can i do this?i am currently using ASP.NET 2008.

Thanks
Denny
Denny
Top achievements
Rank 1
 answered on 29 Jun 2009
6 answers
555 views
I've been working on and and searching the forums concerning showing the dropdown of the combobox after the server-side TextChanged event has fired.  It has turned out to be trickier than I originally thought.  Is there an easy to do this that I'm overlooking?
David
Top achievements
Rank 1
 answered on 29 Jun 2009
2 answers
104 views
Hi,
I am using the new version of Telerik RadCombox (2009-Telerik.Web.UI) in my application.
I have the list of values and their respective description populated in RadCombox.
Everything works fine but the issue is I also have the same values in my list.

eg:RadComboBoxItem

 

( "A","01")
    RadComboBoxItem( "B","01")    
    RadComboBoxItem( "C","12")
    RadComboBoxItem( "C","13")
So when I change the selected Item from Item1 to Item 2 where the Value is same in the RadCombox the Selected Index Changed event does not fire. It works fine for the item which have different values.

I did not have this problem in the earlier version.

Thank you,
Raghavendra.

Raghavendra
Top achievements
Rank 1
 answered on 29 Jun 2009
0 answers
51 views
Hi,

I have followed many of your post to achieve the scheduler fill the pan that I'm using,
It is working well in IE (Ajax On/Off) and in Fire Fox when Ajax is disable

But when turning Ajax on in Fire Fox the vertical scroll bar doesn't work

Also see how it loaded small and then expand...

You can see it here
http://80.179.90.69/telerik

User: telerik
Pass: telerik

Please advise,
Mickey
Mickey
Top achievements
Rank 1
 asked on 29 Jun 2009
5 answers
151 views
Hi all
      Plz guide me in case how can i apply styles and colors in ordinary column heading.


Regards,
A.S
Pavlina
Telerik team
 answered on 29 Jun 2009
3 answers
130 views

This is kind of funny because any single example I have seen on your site and any others RadGrid  I used it was working but in one my case flipping pages kills the filters. It looks like nothing has to be done to preserve filters when pages changes, so I wonder why it does not work with my particular grid.

It is 2009, Q1 Radgrid, with standard NextPrevNumericAndAdvanced mode paging. It fed by non-cashable DataReader. The grid does NOT use Ajax and each repost sucks fresh data.

The filtering works fine, so the paging. However, the PageIndexChanged even does not fire. I thought to run in PageIndexChanged event across the columns, cash the CurrentFilterValues and then reset the Values in PreRender event but no luck for now. What is particularly interesting is that in your demo Grids you do NOT it and your filters/pages work very consistency with no extra coding efforts.  Am I missing anything?

Rgs, Romy

Pavlina
Telerik team
 answered on 29 Jun 2009
1 answer
59 views
Hi Telerik Team,
Is there any way to reduce the ajax loading panel sleep time. because it is taking toomuch of time to load single page ,it is showing continuosly loading loading....loading.. Thanks in Advance.

Thanks and Regards,
Nagireddy T.



Pavlina
Telerik team
 answered on 29 Jun 2009
3 answers
503 views

I’m trying to figure out how to reduce the padding or margin for the filter cells inside the grid. I’m using the latest Grid-Ajax release.

 

I thought that this would do it:

<FilterItemStyle CssClass="GridFilterStyle" /> 

With the CSS class:

.GridFilterStyle

{

    padding: 0px;

    margin: 0px;

}

 

But that did not do it. So I spent the last few hours reading the skins blog and how to customize the new skins, so I thought this would work:

td.rgFilterRow_WebBlue

{

    padding: 0px;

    margin: 0px;

}

 

or

tr.rgFilterRow_WebBlue

{

    padding: 0px;

    margin: 0px;

}

 

But that did not do it. Help please.
thanks,
-sam

Sam
Top achievements
Rank 1
 answered on 29 Jun 2009
1 answer
115 views
Hi

I have a page where i have a radgrid that is hidden when the page loads first time. The page has a form on it and when the user clicks submit on this form the radgrid is then displayed. This is controlled using the radajaxmanager so that the page only has a partial postback.The radgrid has tooltips which are added dynamically. I have set up the rad ajax manager like so

<telerik:AjaxSetting AjaxControlID="btnSubmit">

 

 

<UpdatedControls>

 

 

<telerik:AjaxUpdatedControl ControlID="RadToolTipManager1" />

 

 

<telerik:AjaxUpdatedControl ControlID="pnlResults" />

 

 

 

</UpdatedControls>

 

 

</telerik:AjaxSetting>



The problem is that when the submit button is pressed a loading panel appears in the top left of the page. I presume this is because of the ajax setting for the tooltipmanager. So i tried adding the radtooltipmanager programatically in the click event of the button instead of declaring it in the aspx. This had the effect that the first time the user clicks the submit button the loading panel is not shown in the top left but if they submit the form again the loading panel is then shown in the top left so thats not much use.

You can see the page here: 84.92.22.217/SureTrack2/Tracking/OutOfHoursReport.aspx

This is the version where the radtooltip manager is added declaratively as an ajax setting.

thanks


 




 

andieje
Top achievements
Rank 1
 answered on 29 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?