Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
96 views
how to proceed with an element RadSocialShare radlistview fed on the client side with JSON?
Marco Antonio
Top achievements
Rank 1
 answered on 08 Oct 2013
3 answers
142 views
Hello,

I am using:
  • RadControls for ASP.NET v. 2013.2.717.40
  • .NET Framework 4.0
  • Windows 7 Enterprise 64-bit
  • Visual Studio 10
  • IE 9 and Firefox 24

I am trying to create an application based on the Window - RadWindow and MDI.  So far, most everything is working as it should.  The problem is that the Minimize button on each of the RadWindows does not work properly.  Sometimes it works one time only if I click it right after opening a RadWindow, then it stops working all together.

I try to post an example application but your online demo has this problem as well.

Is there a fix for this problem?

Thanks,
Randall Price
Senior Developer
Virginia Tech
Randall
Top achievements
Rank 2
 answered on 08 Oct 2013
12 answers
269 views
Hello,

I have a TabStrip with a scheduler inside each Tab.  On FormLoad I load the info inside each Scheduler.
It seems that when a Scheduler is inside a Tab, all the appointments have Width: 0px, except for the tab that is selected.
If I change Tabs and refresh, the appointments will show, but will disappear in the other Tabs.

You can look at examples attached.

Thank you,

Jeremy
Plamen
Telerik team
 answered on 08 Oct 2013
1 answer
1.2K+ views
i'm setting the scroll area of the radgrid dynamically on gridcreated:

               var heightResolution = screen.height;
                var screenHeight = heightResolution - (heightResolution * 0.40);

                $get("content").style.height = screenHeight;

                var scrollArea = sender.GridDataDiv;

                scrollArea.style.height = screenHeight + "px";

is there any way to do something similar with the drop down portion of the radcombobox?

I'd like to set the height to a specific percentage of the page based on user's resolution.
Hristo Valyavicharski
Telerik team
 answered on 08 Oct 2013
2 answers
77 views
Hi

I migrated my application from .NET 1.1 to 3.5. We are using Rad Editor. After migration we are getting following error. 

'xhtml' is not a member of 'Telerik.Web.UI.RadEditor' - Please let me know any additional references we need add? 

Thanks and Regards 

Manivannan Nandagopalan

Manivannan
Top achievements
Rank 1
 answered on 08 Oct 2013
2 answers
314 views
I've got my DatePicker (and calendar and input), but it doesn't work with this "yyyyMMdd" format. It works with spaces or characters between, but not all together. Why not? When I try to use this format and pick a date from the calendar, the input part gives me the little warning sign. Some relevant code:

<telerik:RadCalendar runat="server" ID="RadCalendar"/>
<telerik:RadDatePicker runat="server" ID="rdpRequestDate" SharedCalendarID="RadCalendar">>
      <DateInput DateFormat="yyyyMMdd" DisplayDateFormat="yyyyMMdd" />
</telerik:RadDatePicker>
J
Top achievements
Rank 1
 answered on 08 Oct 2013
5 answers
277 views
I can't seem to get the export to excel button to work in internet explorer version 9.0.8112.16421, both with and without ajax. Clicking the export button does not produce any download prompt, nothing happens at all. Writing a separate button to call the export in code-behind doesn't work either. Even the demo does not work. Tried visiting http://demos.telerik.com/aspnet-ajax/grid/examples/export/biffexport/defaultcs.aspx and clicking on the export button, no dice.

Seems to occur only for IE version 9.0.8112.16421 (that's the version on my pc). No problem for IE version 8, or chrome or fire fox or opera (working well). Anyone experiencing the same issue? Is this an IE specific bug, specific to this version? Any fix for this?

Thanks for reading
Joey
Top achievements
Rank 1
 answered on 08 Oct 2013
3 answers
159 views
Hi, I have a currency value column in a radgrid, and exporting to excel using this function for formatting the currency cells

        protected void RadGrid_OnExportCellFormatting(object sender, ExportCellFormattingEventArgs e)
        {
            if (e.FormattedColumn.DataType == typeof (long))
            {
                e.Cell.Style["mso-number-format"] = "Currency";
            }
       }

This is based on advice in another post in this forum. Works very well, but it doesn't format the footer item which is an aggregated sum value. How do I format the footer to be currency as well?

Thanks for reading
Joey
Top achievements
Rank 1
 answered on 08 Oct 2013
1 answer
284 views

Hi,

How to open a radwindow on row double click in a radgrid.

Thanks,
Ryan.
Shinu
Top achievements
Rank 2
 answered on 08 Oct 2013
1 answer
97 views
Check out the screen shot.  I am getting a weird behavior on my radgrids when the web application is viewed through Citrix via a thin client.

The screen shot is on a grid that has client scrolling, but the same affect is happening on grids that do not have the client scrolling.

The users browser in Citrix is IE9.  IE9 on my pc works fine. Seems fine through Citrix on my PC, but maybe an issue on the thin client.  Any help would be great.


Konstantin Dikov
Telerik team
 answered on 08 Oct 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Chester
Top achievements
Rank 1
Iron
Simon
Top achievements
Rank 1
Iron
Douglas
Top achievements
Rank 2
Iron
Iron
SUNIL
Top achievements
Rank 3
Iron
Iron
Iron
Marco
Top achievements
Rank 3
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?