Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
161 views
Hello,

I have a problem with the RADeditor in Firefox.

I put following HTML code in HTML mode

<table cellspacing="2" cellpadding="2" border="1" style="width: 100%; text-align: left;">
    <tbody>
        <tr>
            <td style="width: 64px;">&nbsp;</td>
            <td style="width: 61px; text-align: center;">X</td>
            <td style="text-align: center;">1B</td>
            <td style="text-align: center;">1M</td>
        </tr>
        <tr>
            <td style="width: 64px;">A <br />
            </td>
            <td style="width: 61px; text-align: center;">Yes </td>
            <td style="text-align: center;"><input type="radio" name="1B" value="1" /></td>
            <td style="text-align: center;"><input type="radio" name="1MS" value="1" /></td>
        </tr>
        <tr>
            <td style="width: 64px;">&nbsp;</td>
            <td style="width: 61px; text-align: center;">No </td>
            <td style="text-align: center;"><input type="radio" name="1B" value="2" /></td>
            <td style="text-align: center;"><input type="radio" name="1MS" value="2" /></td>
        </tr>
        <tr>
            <td style="width: 64px;">B</td>
            <td style="width: 61px; text-align: center;">Yes </td>
            <td style="text-align: center;"><input type="radio" name="1BW" value="1" /></td>
            <td style="text-align: center;"><input type="radio" name="1MW" value="1" /></td>
        </tr>
        <tr>
            <td style="width: 64px;">&nbsp;</td>
            <td style="width: 61px; text-align: center;">No </td>
            <td style="text-align: center;"><input type="radio" name="1BW" value="2" /></td>
            <td style="text-align: center;"><input type="radio" name="1MW" value="2" /></td>
        </tr>
    </tbody>
</table>

When I go to the design mode in Internet Explorer, I can select the radiobuttons en change the status.

However In Firefox I can't select the radiobutton.
How can I make the radiobutton selectable in Firefox so i can change the status?

Thx

Nick
Rumen
Telerik team
 answered on 22 Apr 2010
1 answer
93 views
Hi,
I have a RadComboBox with autosuggest implemented. 
1) I start typing in the first two letters in the combobox. Now the suggestions show up below the combobox.
        2) I choose with my mouse the value which begins with the two letters I typed in.
3) I hit enter key using keyboard. Some other value is displayed in the combobox and not the value I chose with mouse in step 2.

This issue happens in firefox only and not in IE.

Could you let me know how to overcome this problem in Firefox.

Thanks
Satyaprakash J



Kalina
Telerik team
 answered on 22 Apr 2010
1 answer
92 views
I need to change the page background color based on the skins selected.
Users can change their skins dynamically, so based on the user selected skin, I need to set the page background color,

Can you suggest, this is very urgent.
Dimo
Telerik team
 answered on 22 Apr 2010
2 answers
147 views
According to the Q2 roadmap, the ListView will get client templates:

RadListView

  • Visual Studio design-time improvements
  • Client templates support

This is great news, but can we get more clarification on this please? Will this allow webservices/WCF data binding from the client with pure JSON?

Is Telerik going to use the asp.net ajax library or jquery template or your own code to support the client templates?

I'm rather curious since I had requested a feature last week about this exact same thing and got this response:
"I'm afraid that currently ASP.NET 4.0 does not include the client-side templates as they have been pushed to ajax script library (part of Ajax Control Toolkit).
From this blog post, it seems that MS will not invest in their own templates but encourage people to use of jQuery's templates instead. Therefore we currently does not have plans to immediately include built-in support for asp templates, but more like will consider providing demos of how to use them with some of RadControls for ASP.NET AJAX.

All the best,

Rosen
the Telerik team
"



HHalim
Top achievements
Rank 2
 answered on 22 Apr 2010
0 answers
124 views
Please help me....How make Chart in Series can scale
Heri .
Top achievements
Rank 1
 asked on 22 Apr 2010
1 answer
111 views
Hello, Telerik!

I believe you guys read such threads, so I hope this would help you or someone else in the components using/improvements.

I don't know if the bug already fixed or found, but anyway...

I spent some time to get to know why my ColorPicker gives js error when trying to open palette and thanks to IE 8 debugger it didn't take so much time.
So the problem is:

I use the following code on my site:

Array.prototype.exists = function('value'){} to be able easily search items in array and it's pretty convenient approach with prototypes using.
but your ColorPicker initializes with colors as "hash" array like this._items = eval('[{'value', ''},{'title',''}]')
there is for(var i in thsi._items) used when the palette building instead of for(var i = 0; i < this._items.length... (not sure why) 
but since "exists" is a part of the array one of the elements as "var _13 = this._items[i]" becomes the function I've defined. And it fails of course  when _13.value is going to be applied to someHTMLelement.style.background (at least in IE).

So now I have some "pervertions" (like $find('picker')._items["exists"] = {'value', ''},{'title',''}) since use "exists" along the site framework...

The best!
Tsvetie
Telerik team
 answered on 22 Apr 2010
0 answers
90 views
Hello,

I have a Rad Scheduler which we have customized to allow four time slots per day, in order to distinguish these slots we have a customized list next to the calendar displaying labels to help label what slot it is on the scheduler. The problem is that some months such as May have 5 rows displaying on the Scheduler while most months only display 4 rows. Is there a way to limit the number of Rows to just be 4 always. There is enough columns to fit all the days within 4 weeks so I am not sure why the logic is even there to force it to a 5th row. Any help would be greatly appreciated since it would keep me from adding more logic to hide/show extra items on the page depending on the month. Thank you.


-Ryan
Ryan
Top achievements
Rank 1
 asked on 22 Apr 2010
3 answers
203 views
Ive tried the following, but the image is broken when rendered, any advice?  Bonus points if it can render the image from active Skin vs. a preset one.

                    <CommandItemTemplate> 
                        <div style="padding:3px 7px 4px;"
                            <asp:ImageButton id="btnAdd" runat="server" ImageUrl='<%= Page.ClientScript.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Outlook.Grid.AddRecord.gif") %>' /> 
                        </div> 
                    </CommandItemTemplate> 

Daniel
Telerik team
 answered on 22 Apr 2010
5 answers
149 views
Hi,
I have one popup page
, which contains RadNumerikTextBox.
I enter some value in it and press tab.

Sometimes my tab not work and the content of RadNumTextbox remains selected.
Along with this does not fires any of javascript related to RadNumTextbox,  if any.

Please give your suggetions. 

With Regards,
Naresh

Pavel
Telerik team
 answered on 22 Apr 2010
9 answers
125 views
I am building a Silverlight RIA business application, and I need to drop in an AJAX RadEditor (since it's much more functional than the Silverlight Editor). Everything works except the RadStyleSheetManager cannot access any resources via WebResource.axd. So I get more or less a blank page. The style background URI is: http://localhost:52662/WebResource.axd?d=o1d...  and the response is emtpy (HTTP 200). I have wasted dozens of hours trying to isolate the problem to no avail. Here are the steps to reproduce the problem:
  1. (Using VS2008 with Silverlight 3, Silverlight Tools, and RIA Web Services SDK's,) Create a new Silverlight Business Application.
  2. Right-click on the BusinessApplication.Web project, and click RadControls For ASP.NET AJAX->Convert to RadControls Web Application. Use all default options.
  3. Right-Click on the BusinessApplication.Web project, and click RadControls For ASP.NET AJAX->Add RadEditor Scenario. Again use all default options.
  4. Compile and Run, then navigate to the newly created RadEditorWebForm.aspx. This page should show the editor with the missing style resources.

Please can someone help!!

Thanks,
Dan
Daniel Walton
Top achievements
Rank 1
 answered on 22 Apr 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?