Telerik Forums
UI for ASP.NET AJAX Forum
5 answers
224 views
Hello, I'm having one issue with RadEdtior, well,
I already did like 10-15 projects with RadEditor, but,
I already have that problem on 2 of my other projects, one of them i do not remember what i did, because it was long time ago, but i solved it, another one, i got problem with urlrewriter, i solved it also,
now, i'm having that problem again,

i Already did alot of things that i found in the forum, changed the .aspx to axd,
also, commented all my urlrewriter, and checked if it's the problem, checked the webconfig to see if are something different from others projects and there is nothing different.
now i don't know what to do because i didn't found something different.
and all i found is invalid for me! =(

This is one picture of error,
WebConfig Is Missing

if Someone help me i'm grateful.

Rumen
Telerik team
 answered on 16 Oct 2012
5 answers
152 views
Please take a look at the screenshot I've provided.  Do you notice that there's not enough white space below the tab titles "Regular", "Cable Bolts", and "Reconditioning"?

I tried several approaches to fix this but could not figure it out.  How can I fix this?  Note: I do NOT want to use skins.

Robert
Robert
Top achievements
Rank 1
 answered on 16 Oct 2012
4 answers
135 views
Hi Team,

we are using radgrid inside a radajaxpanel and whenever we reload the ajax panel the filtermenu is displayed just below the radgrid. I want to know why is this happening and how to avoid it or how to hide it.
Here I am attaching the screenshot of the same.
Any help is highly appreciated.

Thanks,
Preetham
Preetham
Top achievements
Rank 2
 answered on 16 Oct 2012
2 answers
111 views
Can somebody point me to an example of resizing a RadGrid with:

Static Headers
Auto Layout
Ajaxified
Scrolling
WebBlue skin

I'm using this:

function GridCreated2(sender, args) {
            var RadGrid1 = $find(sender.ClientID);
            //RadGrid1.get_masterTableView().get_dataItems()[5].set_selected("true");
            var row = RadGrid1.get_masterTableView().get_selectedItems()[0];
            if (row) {
                setTimeout(function () {
                    var rowElement = row.get_element();
                    var scrollArea = RadGrid1.GridDataDiv;
                    if ((rowElement.offsetTop - scrollArea.scrollTop) + rowElement.offsetHeight + 20 > scrollArea.offsetHeight) {
                        scrollArea.scrollTop = scrollArea.scrollTop + (rowElement.offsetTop - scrollArea.scrollTop) + (rowElement.offsetHeight - scrollArea.offsetHeight) + rowElement.offsetHeight;
                    }
                    else if ((rowElement.offsetTop - scrollArea.scrollTop) < 0) {
                        scrollArea.scrollTop = rowElement.offsetTop;
                    }
                }, 200);
            }

But my data area collapse when I set the height to 100%
Pavlina
Telerik team
 answered on 16 Oct 2012
2 answers
76 views
Hello,

When i am exporting my rad grid to pdf it is being exported as a table. But only columns are exported but not summary. I have rad grid summary as "Search Grid" and i am expected it to be exported as well. i have tried setting Searchgrid.MasterTableView.Caption="Search Grid" but still this is not reflecting when i exported to pdf. I am using Jaws (section 508 tool for reading) to identify table on the exported PDF and reading the contents of the exported table. Please suggest me on this asap.

Thanks,
Syam.
Swamy
Top achievements
Rank 1
 answered on 16 Oct 2012
1 answer
60 views
Visual Studio 2010, C#, Telerik 2012.2.814.40

Master page with RadAjaxManager
Content page with RadAjaxManagerProxy

  1. Start up - Default Page_Load triggered: Check
  2. Expand row in grid - Page_Load triggered: Check
  3. Navigate away from page, click back button - Page_Load not triggered
  4. Click to Expand row - Page_Load triggered, but row does not expand (this also happens when I try and filter)
  5. Click to Expand row again - Page_Load triggered and row expands

This is not an issue in FireFox or Chrome. It seems that when I navigate away from the page with the Grid and click the back button to go back, the Grid won't work the first time (Row expand, filtertemplate, etc..)
Maria Ilieva
Telerik team
 answered on 16 Oct 2012
1 answer
157 views
I have a radcombobox in a user control. I handle the SelectedIndexChanged client-side event of the combobox to perform some actions on the display text of the combo box within the user control. In some scenarios, I need to be able to run some other javascript on the page which contains the user control when an item is selected. I essentially need to hande the combo's selectedindexchanged event within the page which contains the user control. I can, of course, wire it up so the javascript handler in the parent page REPLACES what is normally run in the selectedindexchanged handler, however, what I need is to be able to run both... what is normally run in the user control, and what is run additionally in the parent page. The handler in the user control should probably run fiirst. Can anyone help me figure out how to accomplish this?
Ivana
Telerik team
 answered on 16 Oct 2012
3 answers
105 views
I think this is related to this issue: http://www.telerik.com/community/forums/preview-thread/aspnet-ajax/scheduler/radscheduler-crashes-on-dayendtime-quot-23-40-00-quot-and-minutesperrow-quot-26-quot-why.aspx  and possibly caused by the fix that you guys implemented for that.

Any normal scheduler set up with:
DayStartTime 7:00
DayEndTime 11:55
TimeIncrement 45

will crash with 'this.cells.0.offsetHeight' is null or not an object

I think I've tracked down the cause of it.  It happens under a very specific set of circumstances:

1) your time span (Begin time to end time) results in an odd number of time intervals
2) your end time is less than one time interval shy of midnight.

I think that Since the Radscheduler displays time intervals in pairs, it tries to pad the display out by one interval, which puts the scheduler into tomorrow, which causes the javascript to die.  Setting your schedule grid end time to one interval short of midnight prevents this from happening.

Ivana
Telerik team
 answered on 16 Oct 2012
2 answers
240 views

Hi 

I have need where i want to show Stacked Bar Charts binding with datable which is filled througn calling stored proc in db. can i get example regarding same. i searched through net but did not got any solution.please reply fast .its very urgent

thanks in advance
Parimal
Top achievements
Rank 1
 answered on 16 Oct 2012
3 answers
114 views
Hello,

I have the following scenario:

1. insert the following html into the editor:
<ul>
 <li>test</li>
</ul>
2. switch to design view and try to apply any CSS class to the UL element

Result:
CSS is applied to li element

It works fine if list contains several elements and you apply CSS to all of them.

How this can be fixed?
Rumen
Telerik team
 answered on 16 Oct 2012
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?