Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
127 views
Hi, I am using the Fitler telerik control and it has options like contains, does not contain, starts with, ends with and so on... I want to reduce these options to just three. How do I get about this. Your help is appreciated.
Uday
Top achievements
Rank 1
 answered on 27 Jun 2008
8 answers
219 views
I have tried to figure out how to do a simple scenario.
The user has to make rapid decisions in a grid.
I might contain up to approximately 50 rows at one time.
It is an important scenario and the user has to make the decitions in a minute or two.
Each row contains a text column (read only) and two checkboxes.
The user needs to check/uncheck the checkboxes and then save it as one atomic operation. I have tested some of the suggestions on this web site, but I can’t find a way to solve this scenario.

Best regards
Ole Oscar Johnsen
Ole Oscar
Top achievements
Rank 1
 answered on 27 Jun 2008
7 answers
252 views
Hi there,

When opening RadWindows with or without content, I obtain a garbled display around the title bar area:

http://intellipro.angbox.net/testing/radwindow-garbled.jpg

As it mentions in the installation documentation that the skin files are now built-in as resources in the UI DLL, I'm not sure what the problem could be.

The Telerik tags I am using in my aspx page are as follows:

 <asp:ScriptManager ID="ScriptManager1" runat="server" />

    <telerik:RadWindowManager id="Singleton" runat="server" OnClientShow="OnClientShow" Skin="Default">
        <windows>
            <telerik:RadWindow ID="AssetEditPopupWindow" runat="server" Height="300" Width="300"
                DestroyOnclose="true"   
                Modal="true"
             VisibleStatusbar="false"
             VisibleTitlebar = "true"
             NavigateUrl="Default.html"   
             Title = "Asset Edit"        
                />
        </windows>
    </telerik:RadWindowManager>
The code to open the window is as follows:

        function AssetEdit(assetId)
        {
            var oWnd = $find( '<%= AssetEditPopupWindow.ClientID %>' );
            oWnd.setUrl('AssetEdit.aspx?AssetId=' + assetId);
            oWnd.show(); 
        }   
       

What could be wrong? Is there some sort of configuration setting I'm missing?

Thanks.


Michael Brockhaus
Top achievements
Rank 1
 answered on 27 Jun 2008
4 answers
139 views
hello,
i want that when i open teh RadEditor then it will be in HTML view and its design view icon is not visible can i do this. i am opening rad editor in a telerik popup window.

regards.
altaf
Top achievements
Rank 1
 answered on 27 Jun 2008
1 answer
101 views
I have a radgrid with each row containing another rad grid (similar to the card view sample).
When the child grid contains more than about 20 rows and a row is selected, the space below the image in the main grid contains the sprite image repeated. 

Any ideas on how to get rid of this?

I've changed the css on selected row to no-repeat and it reduces the repeat to 2 columns only but does not get rid of it.

Thanks
Dimo
Telerik team
 answered on 27 Jun 2008
1 answer
168 views
I followed the tips in the KB article: How to tweak the appearance of RadScheduler's cells and dropped the rsWrap height to 17px in my timelineview by using the following css setting:

.RadScheduler_Default .rsTimelineTable div.rsWrap    
{   
  height:17px;   
}  

However, now the heights of my resources in the are incorrect; they are still based on the old height. From looking at the CSS that is being rendered for the resources; I assumed that the divs with class=rsHoursWrapper corresponded to the divs with class=rsWrap b/c the numbers of them matched. Therefore, I tried the following CSS setting, but it did not work.

.RadScheduler_Default .rsTimelineView .rsHoursTable div.rsHoursWrapper 
{ 
    height: 17px;    
} 
 


What am I missing?

Thanks.


Alex Gyoshev
Telerik team
 answered on 27 Jun 2008
1 answer
92 views
Hi!

can someone tell me how to format dates selected in the radCalendar? I am working on a reservation system..

using the selected dates in radCalendar, i create an Array and check each for availability.

The availablity table is then drawn indicating status.. The only issue is the printed table shows the date in format "6/27/2008 12:00:00 AM" 

I just want the date without the time ? can this be achieved? Thanks ..

Regards



QuEST
Top achievements
Rank 1
 answered on 27 Jun 2008
2 answers
107 views
Hi

When I double click to add a new appointment it opens in an advanced window. How can I get the resource that I clicked on? So if the resources are users with a userid how would I be able to get their 'key' from the resource collection?

Or do I have to pass it somehow in the query string?

Thanks
Jon
Jonathan
Top achievements
Rank 1
 answered on 27 Jun 2008
6 answers
216 views
Hi!

I spent so much time implementing filtering on the DateTime column and now i want to ask for help.

I started from this http://www.telerik.com/help/aspnet/grid/grdfilteringfordatetimecolumnwithdataformatstring.html

but i realised  that the example
1. has errors in syntaxt (c#)
2. works only with one column (if i have 10 columns and i clear filter value of the datetime column, the filter values are set to empty string also for all columns)

Now i am using ItemCommand and CommandName for filtering. i set Canceled = true and try to do filtering manually. But it looks very bad. i have to check all filters, put them again to textboxes, generate filterexpression for the grid and rebind.

Can You give me any tips to haw to do this?
Thanks a lot
radek
Rosen
Telerik team
 answered on 27 Jun 2008
1 answer
502 views
I want to override default width 125px with css class.

CSS
DIV.f21 INPUT, DIV.f21 TEXTAREA{width: 210px !important;}

ASPX

<div class="f21">
<rad:RadNumericTextBox ID="numericControlRadNumericTextBox" runat="server" SelectionOnFocus="CaretToEnd" Type="Number" Label="Numeric Control">
    <NumberFormat AllowRounding="True" DecimalDigits="0" GroupSeparator="" />
</rad:RadNumericTextBox>
</div>

Rendered HTML

<SPAN class="radInput_WebBlue" id="ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox_wrapper" style="WHITE-SPACE: nowrap"><INPUT class="radEnabledCss_WebBlue textAlignRight" id="ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox_text" onblur="return numericControlOnBlur(this,'ctl00_DefaultContent_feinTextBox_numericControlErrorImage',false,'ctl00_DefaultContent_feinTextBox_numericControlHiddenField')" style="WIDTH: 125px" maxLength="9" value="" /><INPUT id="ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox" style="BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; VISIBILITY: hidden; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: -18px 0px 0px; OVERFLOW: hidden; PADDING-TOP: 0px; HEIGHT: 1px; BORDER-RIGHT-WIDTH: 0px" value="" /><INPUT id="ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox_Value" style="BORDER-TOP-WIDTH: 0px; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BORDER-LEFT-WIDTH: 0px; VISIBILITY: hidden; BORDER-BOTTOM-WIDTH: 0px; PADDING-BOTTOM: 0px; MARGIN: -18px 0px 0px; OVERFLOW: hidden; PADDING-TOP: 0px; HEIGHT: 1px; BORDER-RIGHT-WIDTH: 0px" name="ctl00$DefaultContent$feinTextBox$numericControlRadNumericTextBox" value="" /><INPUT id="ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox_ClientState" type="hidden" name="ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox_ClientState" autocomplete="off" value="" /></SPAN>

Problem

Since RadNumericTextBox render as span with 4 INPUT tags (3 are hidden with 1px width). Due to the f21 class all input except ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox_ClientState gets width of 210px whereas from developer perspective it should only be applied to NumericTextBox added.

Please suggest a solution to fix the issue.

Also why
needs width of 1px whereas ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox_Value & ctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBoxctl00_DefaultContent_feinTextBox_numericControlRadNumericTextBox_ClientState  dosn't have it?

Thanks,
Neeraj

Dimo
Telerik team
 answered on 27 Jun 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?