Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
117 views
I am using RadGrid Asp.net for ajax Frozen columns in my application, I notice that the issue is there in frozen columns,

i used RadSplitter inside two radpane's is there, in left radpane i have treeveiw control and in right radpane i have RadGrid control with 13 columns is there and i set  frozen columns count one ,if i resize the left Radpane, right radpane RadGrid control not scrolling the horizontal ,but scroll is there, if i take out the Frozen column count one RadGrid horizontal scroll is working, the scroll is moving left to right properly what was the problem? 

Georgi Krustev
Telerik team
 answered on 17 Jun 2009
3 answers
147 views

Hi everyone,

With ComboBox filtering and MarkFirstMatch, when a user selects a value, the cursor is placed at the end of the selected text.  For text values that are longer than the set width of the actual ComboBox, this means that the beginning of the text value cannot be seen.  This is not desired behavior for us.  Is there a way through properties or javascript code that we can always return the cursor to the beginning of the selected text string?

Thanks so much,

Adam.g
Simon
Telerik team
 answered on 17 Jun 2009
0 answers
55 views
hi everyone.
I am new to RAD controls. I am using radcombobox with multiple columns.
While debugging it fills the combo successfully but when I try to open it i mean to dopdown it to see all the items it is not getting scrolled. While in view source it is showing all the items.
I hope i make myself clear about the problem pl help.

Thanks :
Komila



komila
Top achievements
Rank 1
 asked on 17 Jun 2009
1 answer
256 views
I'd like to know if anyone has been able to use jQuery to bind to the ajaxComplete event in the browser when using radAjax. It seems to simply not work but I could be doing something wrong.


jQuery(document).ready(function(){ 
    //maybe do some stuff here 
    jQuery(window).bind("ajaxComplete"function() { 
        //this should alert after any ajax request completes. 
        alert("AJAX ROCKS!!"); 
    }); 
}); 

Sebastian
Telerik team
 answered on 17 Jun 2009
1 answer
65 views
Hi,

I am using RadControls for ASPNET AJAX Q3 2008. I'm utilising the Telerik.Web.UI.SpellChecker class to perform server-side spell checking on plain text as well as HTML strings.

I require the character offset (i.e. index) of any words failing spell check within the text string, and assumed from the documentation that the SpellCheckError.OffsetInText property would provide just what I needed (documentation below):

Telerik.Web.UI Namespace > SpellCheckError Class : OffsetInText Property
The offset in the source text. It is useful for locating the original word and replacing it with one of the suggestions.

However this property returns the zero-based order of the mistaken word within the list of the words in the text.

E.g. for the string "Two misspled wordz" the offset property would be 1 (for the "misspled" SpellCheckError) and 2 (for the "wordz" SpellCheckError).

I notice that the actual character offset is within the SpellCheckError but it's not publicly accessible (SpellCheckError.badWord.Offset)

My questions:
1) Is there any way in which to access this property for the Q3 2008 version?
2) Is this property provided publicly (e.g. in the SpellCheckError class) in a subsequent release?

Regards

Michael



 
Lini
Telerik team
 answered on 17 Jun 2009
1 answer
172 views
Hello,

We want to use the RadFileExplorer in an SharePoint aspx page and browse SharePoint document library.
The RadFileExplorer works but to see any content I would need to set the ContentProviderTypeName to a SharePoint edition of the FileSystemContentProvider.

How to set the ContentProviderTypeName to a provider that read/writes SharePoint library's? I cannot find any documentation about it.

Thanks,
  Fabian
Lini
Telerik team
 answered on 17 Jun 2009
6 answers
391 views
Hi,

I'm designing a webapp using RAD AJAX controls and am trying to make use of the RadTextBox control.  The width of the website is dynamically sized with the width of the browser window.  Previously this had all been working without issue.  The textboxes had a width property set to a percentage size of the window, and when the page resized the text boxes also resized.

Recently I've had a tidy up of some of the html in my master page and now the text boxes will no longer resize with the browser window in Internet Explorer, however they still resize corectly in all other browsers (Firefox, Chrome and Opera).  

<

 

div class="panel">

 

 

    <div class="titleNS">

 

 

        <div>

 

 

            Site Address

 

 

        </div>

 

 

     </div>

 

 

    <div class="titleNS">

 

 

         <div>

 

 

            <telerik:radtextbox id="txtProjectSiteName" runat="server" maxlength="50" ReadOnlyStyle-ForeColor="black" Skin="Vista"
                width="100%"></telerik:radtextbox>

 

 

         </div>

 

 

     </div>

 

 

    <div class="cleaner"></div>
</div>


CSS:
.panel

 

 

 

{

 

padding:5px 5px 5px 5px;

 

border-width:1px;

 

border-style:solid;

 

border-color:#999999;

 

background-color:#ffffff;

}

.titleNS

 

 

 

{
font-weight:bold;
text-align:right;
float:left;
width:33%;
}

 

.titleNS div {
padding: 0px 5px 5px 0px
}

 

 

 

 

 

 

 

 

 

Dimo
Telerik team
 answered on 17 Jun 2009
3 answers
286 views
I just installed the latest RadControls ASP.NET AJAX, moved my reference to use that DLL, recompiled, cleared out my browser cache, and found some interesting side-effects.

I have several RadDatePicker instances on several different pages and now instead of showing the calendar icon that I can click to retrieve the popup, it says "Open the calendar popup."  Clicking that brings up the popup normally, but pretty tacky looking.  As an aside, I also have some RadTimePickers on there and they *do* correctly show their clock icon for the popup.  I'm just using the Default skin for both of them.

See below:

                    <telerik:RadDatePicker ID="calStart" runat="server">  
                        <DatePopupButton CssClass="radPopupImage_Default" /> 
                        <Calendar CellAlign="Center" CellVAlign="Middle" DayNameFormat="FirstLetter" FirstDayOfWeek="Default" 
                            MonthLayout="Layout_7columns_x_6rows" Orientation="RenderInRows" TitleAlign="Center" 
                            UseColumnHeadersAsSelectors="False" UseRowHeadersAsSelectors="False">  
                        </Calendar> 
                        <DateInput Width="100%" CssClass="NormalTextBox">  
                        </DateInput> 
                    </telerik:RadDatePicker><br /> 
 

and:

                    <telerik:RadTimePicker ID="timeStartTime" runat="server">  
                        <TimeView UseAccessibleHeader="False">  
                        </TimeView> 
                        <DatePopupButton Visible="False" /> 
                        <Calendar CellAlign="Center" CellVAlign="Middle" DayNameFormat="FirstLetter" FirstDayOfWeek="Default" 
                            MonthLayout="Layout_7columns_x_6rows" Orientation="RenderInRows" TitleAlign="Center">  
                        </Calendar> 
                        <DateInput LabelCssClass="" CssClass="NormalTextBox">  
                        </DateInput> 
                    </telerik:RadTimePicker> 
 

Anything I should be doing differently?  As a note, I have tried using a different skin and it does the same thing.

As an aside (though probably related?), I also use the RadScheduler in the same project and it used to show the calendar icon for the DatePicker but now it doesn't.  I'm assuming that removal of the calendar icon is by design?
Dimo
Telerik team
 answered on 17 Jun 2009
1 answer
91 views
Hi,

I would like to suggest a new RadControl to add to your lib : an item picker with search capabilities...
I have done one as a usercontrol using the ajaxcontroltoolkit, but I think this can be converted to a RadControl...

I explain using a example : a city picker (country, zip code and name)

The control in a readonly mode (like in FormView with CurrentMode=Select) :
If one item is selected, item data is shown (Ex : FR 69000 LYON)
If no item is selected, a custom text is shown (Ex : No city selected)

In read/write mode, the behavior is the same as readonly mode, but there are 2 buttons : Delete and Search.
Delete remove current item selection, and Search opens a modal popup (modalpopupextender) to help users search the item.
The search form contains searchable fields that user can fill (country as dropdown, zip code and name as text), a search button, a cancel button, and a result grid.
The grid contains a "Select" command button, that let the user select the desired item.

All is ajaxified to avoid page postbacks.

I think it is possible to create a rad control to avoid me copy/past the design behavior for each item I need to pick up like this (city, users...)

Thanks.
Sebastian
Telerik team
 answered on 17 Jun 2009
6 answers
442 views
It does work given the example at: http://www.telerik.com/help/aspnet-ajax/calendar_clientsidebasics.html

But it doesn't work if the RadDatePicker is default to disabled (Enabled="false") at startup. I am using a SharedCalendar control.

What it look like at startup when disabled:
1. Input is disabled (gray out).
2. Calendar icon/button is faded (it has a fade to it so that it looks disabled).

What it look like after "set_enabled(true)" is called:
1. Input is enabled (but the empty text is gray when the mouse is over it ... suppose to be black).
2. Calendar icon/button remain faded (unable to click it to show the pop up calendar).

Like I said, I'm able to get it to work if the control is default to enable at startup just like the example.

Edit: Same issue posted with workaround - http://www.telerik.com/community/forums/aspnet-ajax/calendar/enable-datepicker-in-javascript.aspx

I did come with a similar workaround (initialize the "disable" of the control by javascript at startup) stated in that post but still isn't an ideal solution.
Dimo
Telerik team
 answered on 17 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
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
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?