Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
101 views
Hi all,

My grid need filter by date, When I click calendar button at filter Calendar not showing.  
Please see my code ...

<telerik:GridDateTimeColumn DataField="ETD" DataType="System.DateTime"
            FilterControlWidth="120px" HeaderText="ETD"
            ShowFilterIcon="False" SortExpression="ETD" UniqueName="ETD"
            PickerType="DatePicker" DataFormatString="{0:D}">
            <HeaderStyle Width="160px"/>
        </telerik:GridDateTimeColumn>

Thanks and Best Regards.
Pavlina
Telerik team
 answered on 04 Jan 2011
3 answers
164 views
Hey folks,

How do i make my tab order from one control to the radeditor to only tab into the editor box where you type, and then if they press tab again, it doesnt tab within the editor, it tabs out to the next control?

I noticed even the RadEditor i'm currently typing in even tabs through the bold, italic, etc controls before goin to the editor textbox.
Dobromir
Telerik team
 answered on 04 Jan 2011
3 answers
140 views
Dear Telerik Team
Does XmlFormView Control work inside RadAjaxPanel? As You know it doesn't work inside asp.net updatepanel.

Thanks In Advance
Prangadj
Top achievements
Rank 1
 answered on 04 Jan 2011
4 answers
118 views
Hello Telerik Team,

Its urgent... Today We have installed the Latest Telerik Licensed version No: 2010.3.1215.40.
But we have got the below error when click on Tree view OR Multipe TABS.

Problem is as Follows:
1) Click on any Tree view Node OR on Multiple Tabs, the Ajax control keeps on Loading and generates below javascript error:
 
"Sys.InvalidOperationException: Handler was not added through the Sys.UI.DomEvent.addHandler method."

Previously this was working correctly at all places with the version  2010.2.929.40

Let us know the possible solution for the same ASAP.

Regards
Sudhakar
Sundararaman
Top achievements
Rank 1
 answered on 04 Jan 2011
11 answers
375 views
Is this fixed yet?  because selectedvalue will still give me a null no matter what I do.
Kedar
Top achievements
Rank 1
 answered on 04 Jan 2011
2 answers
355 views
Hello,
I do have a litte Problem setting the Mask of a RadMaskedTextBox via Javascript. Actually the mask gets set correct and I'd say my code works. However, the mask only gets displayed if I start typing in the Textbox. If I set the value to something that satisfied the mask, the value isn't displayed either.
I've already found the previous Thread on this topic, but neither setting the value nor setting the length worked for me.
Here's the code I use:

   <telerik:RadScriptBlock ID="RadScriptBlock1" runat="server">
    <script type="text/javascript">
        function valueChanged(sender, eventArgs) {
            var db1TextBox = $find("<%= txtFoo.ClientID %>");
            var db1value = db1TextBox.get_value();
            var db2TextBox = $find("<%= txtBar.ClientID %>");
 
            var masks = [
                new Telerik.Web.UI.RadLiteralMaskPart(db1value[0]),
                new Telerik.Web.UI.RadLiteralMaskPart(db1value[1]),
                new Telerik.Web.UI.RadLiteralMaskPart(db1value[2]),
                new Telerik.Web.UI.RadLiteralMaskPart(db1value[3]),
                new Telerik.Web.UI.RadLiteralMaskPart(db1value[4]),
                new Telerik.Web.UI.RadLiteralMaskPart(db1value[5]),
                new Telerik.Web.UI.RadNumericRangeMaskPart(0, 9, false, true),
                new Telerik.Web.UI.RadNumericRangeMaskPart(0, 9, false, true)
                ];
             
            db2TextBox._length = 0;
            db2TextBox._setMask(masks);
            db2Textbox._setValue('');
        }
    </script>
</telerik:RadScriptBlock>
 
    <div>
        <telerik:RadMaskedTextBox ID="txtFoo" Mask="<0..9><0..9><0..9><0..9><0..9><0..9>" runat="server" ClientEvents-OnValueChanged="valueChanged"/>
        <telerik:RadMaskedTextBox ID="txtBar" runat="server"></telerik:RadMaskedTextBox>
    </div>

Thanks in advance
Rene
Top achievements
Rank 1
 answered on 04 Jan 2011
3 answers
155 views
Hi,

Is there a way to hide a detail table's headers during Excel export when there is no data for that detail table? I've set the setting
ShowHeadersWhenNoRecords="false"
on the detail tables. This works fantastic on the PDF export, but for some reason, the headers still display on the Excel export. The layout of the our grid is a master table with two detail tables underneath, to show different properties of the parent item. I bind all the tables dynamically, using OnNeedDatasource for the main table and OnDetailTableBind on the detail tables. The detail tables are not shown in the page, and only appear during the grid export.

Any help would be appreciated.
Ernest
Daniel
Telerik team
 answered on 04 Jan 2011
4 answers
86 views
I have a RadMenu thats works well in development, however when I deploy it to Umbraco CMS submenu items do not appear.
Yana
Telerik team
 answered on 04 Jan 2011
1 answer
169 views

How to pass parameter in ContentUrl of RadPageView

Not only Url ContentUrl="http://blogs.telerik.com">

Like

 

ContentUrl

 

=http://blogs.telerik.com?OrderID=>

 

How to give value from Form Control or any other way?

 



 

Shinu
Top achievements
Rank 2
 answered on 04 Jan 2011
2 answers
86 views
I have a RadComboBox with EnableLoadOnDemand=true with an ItemsRequested event that fires when you type any character into the combobox text field. This all works, but it is too slow because of all the callbacks after every character is entered. Let's take this example:

I am looking for the value 1422 in my combobox list. I type '1' and it calls the server and shows me all items that start with '1'. Then I type '4' and it calls the server again to show me all items that start with '14'. This seems unnecessary. If we already have a list of all items that start with '1', then why do we need to call the server again to get the subset that starts with '14'? After the initial results are returned to the client, can I somehow search those results on the client for the '14' entries. After all, they have already been sent from the server, there's no need for any additional callbacks unless I delete back past the '1'.

Any help would be much appreciated.

thanks!
Brandon
Kalina
Telerik team
 answered on 04 Jan 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?