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

I'm using RadDateTimePicker and I have an issue: When I set Culture "vi-VN" or "vi", it's cannot change datetime from 2:00 AM to 2:00 PM (with "vi-VN" is 2:00 SA to 2:00 CH).
You can view my source code download link below, it's "CultureError.aspx" form

And the issues that I reported to you earlier in the article: http://www.telerik.com/community/forums/aspnet-ajax/editor/problems-when-using-toolproviderid-with-ajaxpanel.aspx, it still happens in the latest Q3 2011 version.
That issues source code is also attached at the link below, it's "WithAjaxPanel.aspx" form

Thanks

http://www.mediafire.com/?m0i1e55ayo14mu1
Martin
Telerik team
 answered on 23 Nov 2011
9 answers
165 views
hi,,,,

          i am velmurugan from chennai.

                                            i need a selecting all checkbox  column in radgrid when i click the header checkbox selecting all checkbox
i have attached link example.this is using one column in  gridview but i need 5 columns(ADD,EDIT,DELETE,NONE,VIEW)using radgridview
http://www.codeproject.com/KB/webforms/SelectingAllCheckBoxes.aspx

help me,,,,

THANKZ....
Princy
Top achievements
Rank 2
 answered on 23 Nov 2011
1 answer
91 views
Hi,
i want to close my radtabstrip using a closing image button and a radconfirm message,
the problem is that the tab is closed automatically after showing the message without waiting the user confirmation
can you help me please, i will need a function that stops the execution until the user's confirmation.


thanks!
Kate
Telerik team
 answered on 23 Nov 2011
2 answers
55 views
Hello,
I have an AJAX control which contains an IFRAME which load a page and grid on it. Like this:
parent page -> AJAX control -> IFRAME -> grid
I'd like to subscribe grid's rowSelected event from my control. That's what I do:
1. Searching for grid:
this._grid = this._frame.contentWindow.$find(this._frame.contentWindow.gridID);
if (this._grid != null) {
            this._grid.add_rowSelected(this._onRowSelected);
        }
_onRowSelected: function (sender, args) {
    },
this._grid object in my control is a valid grid object so it must start my handler when event fires. But it never starts. I tried to subscribe rowSelected event within page in iframe and it works fine. What's wrong? Is that because grid and my control are on "different" pages? I quote this because they're all defined within a single DOM and they should "know" about each other.
Please help.
Tsvetina
Telerik team
 answered on 23 Nov 2011
1 answer
102 views
I have a self-referencing radgrid that utilizes row reordering.  The reordering works great when dropping 'above' or 'below' a row, but the problem I'm having is that it seems the drop position is never equal to 'over'.  An 'over' drop position would indicate that the dropped row should be a child of destination row.  Is there a property setting that needs to be set or something?  I'm at a loss for ideas.

Veli
Telerik team
 answered on 23 Nov 2011
1 answer
62 views
i Deleted Css files from TFS and added new css files those i merged in to main.but if anyone take latest they are not getting latest means Css files are not including to Project wat is the problem please give me any suggestion
Vinkel
Top achievements
Rank 1
 answered on 23 Nov 2011
1 answer
53 views
In compatibility view enable my grid css are not adjusting .Please check the following attachment.
Jayesh Goyani
Top achievements
Rank 2
 answered on 23 Nov 2011
3 answers
79 views
I want the column of my radgrid to be the width of the content. I have many columns so there is always a horizontal scrollbar, which is fine. Table  Layout is set to auto. UseStaticHeaders is set to true. In IE8 the column are way bigger than they need to be. They are about twice the width of the content. When I use IE7 or IE8 in compatibility mode the columns are the correct width. When I UseStaticHeaders to false, the columns are the correct width.  Something is messed up with IE8 and static headers. Using Q1 2010 SP2
Pavlina
Telerik team
 answered on 23 Nov 2011
3 answers
121 views


Hi,

 I have a radtreelist inside RadTreeview node.I got the  RadTreelist from Radtreeiew  nodes in serverside node_expand event.
How to get the RadTreelist from clientside.My aim is to expand the treenode at client side to  display treelist at level 1.

Thanks ,

Sindu.
Pavlina
Telerik team
 answered on 23 Nov 2011
1 answer
207 views
Hi guys,

I have a grid that i added to it 2 columns that represents a calculated fields, the grid is like this and i'm using a stored procedure to get the data from SQL, the calculated columns are not returned in the query, i receive the following error when i load the page

Illegal Expression for column: BLBP


What it could be the problem?

thanks

<Telerik:RadGrid ID="DataGrid" runat="server" Skin="Simple" SkinID="Simple" Width="100%"
               ShowStatusBar="True" AllowFilteringByColumn="false" AllowAutomaticDeletes="false"
               ShowFooter="true" AllowAutomaticInserts="False" AllowAutomaticUpdates="False"
               AllowPaging="True" AutoGenerateColumns="False" PageSize="100" GridLines="Both">
               <PagerStyle Mode="NextPrevAndNumeric" />
               <MasterTableView AutoGenerateColumns="False" AllowSorting="false" EditMode="InPlace"
                   CommandItemDisplay="none" DataKeyNames="ClientID" EditFormSettings-EditFormType="Template">
                   <Columns>
                       <Telerik:GridBoundColumn DataField="ClientID" Visible="False" HeaderText="ClientID"
                           ReadOnly="True" SortExpression="ClientID" UniqueName="ClientID" />
                       <Telerik:GridBoundColumn DataField="ClientName" Visible="False" HeaderText="ClientName"
                           ReadOnly="True" SortExpression="ClientName" UniqueName="ClientName" />
                       <Telerik:GridBoundColumn DataField="ModifiedDate" Visible="True" HeaderText="Date"
                           ReadOnly="True" SortExpression="ModifiedDate" UniqueName="ModifiedDate" DataType="System.DateTime"
                           DataFormatString="{0:dddd dd/MM/yyyy}" />
                       <Telerik:GridBoundColumn DataField="Notes" Visible="True" HeaderText="Description"
                           ReadOnly="True" SortExpression="Notes" UniqueName="Notes" />
                       <Telerik:GridNumericColumn DataField="BillNumber" HeaderText="Code" SortExpression="BillNumber"
                           UniqueName="BillNumber" FooterText=" " DataFormatString="{0:###,###.##}" />
                             
                       <Telerik:GridNumericColumn DataField="AmountLL" Aggregate="Sum" HeaderText="INV/LBP"
                           SortExpression="AmountLL" UniqueName="AmountLL" FooterText=" " DataType="System.Decimal"
                           DataFormatString="{0:###,###.##}" />
                       <Telerik:GridNumericColumn DataField="ValueLBP" Aggregate="Sum" Visible="true" HeaderText="Credit LBP"
                           SortExpression="ValueLBP" UniqueName="ValueLBP" FooterText=" " DataType="System.Decimal"
                           DataFormatString="{0:###,###.##}" />
                             
                       <Telerik:GridCalculatedColumn HeaderText="Balance LBP" UniqueName="BLBP" DataType="System.Decimal"  
                           DataFields="AmountLL, ValueLBP" Expression="{5}-{6}" />
                           
                             
                       <Telerik:GridNumericColumn DataField="AmountUSD" Aggregate="Sum" Visible="true" HeaderText="INV/USD"
                           SortExpression="AmountUSD" UniqueName="AmountUSD" FooterText=" " DataType="System.Decimal"
                           DataFormatString="{0:###,###.##}" />
                       <Telerik:GridNumericColumn HeaderText="Credit USD" DataField="ValueUSD" Aggregate="Sum"
                           Visible="true" SortExpression="ValueUSD" UniqueName="ValueUSD" FooterText=" "
                           DataType="System.Decimal" DataFormatString="{0:###,###.##}" />
                             
                            <Telerik:GridCalculatedColumn HeaderText="Balance USD" UniqueName="BUSD"  DataType="System.Double"
                           DataFields="AmountUSD, ValueUSD" Expression="{5}-{6}" /> 
                   </Columns>
                   <PagerStyle Mode="NextPrevNumericAndAdvanced" PageButtonCount="100" />
               </MasterTableView>
               <ClientSettings AllowColumnsReorder="false" EnableRowHoverStyle="false">
                   <Selecting AllowRowSelect="false" />
               </ClientSettings>
           </Telerik:RadGrid>
Iana Tsolova
Telerik team
 answered on 23 Nov 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?