Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
366 views
Hi,
I have a column called "CauseCode" in a grid. This column has the values like O0205,L1307,etc in each rows. Each CauseCode has corresponding descriptions like
O - Description 1(from a table in database) - Segment
02-Description 2 (from a table in database) - Subgroup
05-Description 3(from a table in database) - cause

I am not displaying these descriptions in the grid but I am getting the values and hiding them. And now when I mouse hover the CauseCode column, it should display the corresponding descriptions in a tooltip dynamically.

In the below code, the tool tip should be displayed for the column "CauseCode" but I am getting its description values like Segment, Subgroup and cause and hiding them by making their display value as false.

 Please help in this regard.
 
Please find below for the code used.

<telerik:GridBoundColumn DataField="CauseCode"
FilterControlAltText="Filter CauseCode column" HeaderText="Cause Code" UniqueName="CauseCode" Display="true" FilterControlWidth="40px">
<HeaderStyle Width="80px" />

</telerik:GridBoundColumn>


<telerik:GridBoundColumn
DataField="MissOppSegmentDesc" HeaderText="Segment Description"
UniqueName="MissOppSegmentDesc"
Visible="true" Display="false">
<HeaderStyle Width="80px" />
</telerik:GridBoundColumn>

<telerik:GridBoundColumn
DataField="MissOppSubgroupDesc" HeaderText="Subgroup Description"
UniqueName="MissOppSubgroupDesc"
Visible="true" Display="false" >
<HeaderStyle Width="80px" />
</telerik:GridBoundColumn>

<telerik:GridBoundColumn
DataField="MissOppCauseDesc" HeaderText="Cause Description"
UniqueName="MissOppCauseDesc"
Visible="true" Display="false">
<HeaderStyle Width="80px" />
</telerik:GridBoundColumn>
Marin Bratanov
Telerik team
 answered on 27 Mar 2015
8 answers
354 views
Hi,

RadNumericTextBox 

 

 is not working properly when culture changed to French - It increases extra zeros.


<EditItemTemplate> 

 

 

    <telerik:RadNumericTextBox ID="SearchAreaTopLeftXRadNumericTextBox" Runat="server" 
                Text='<%# Bind("SearchAreaTopLeftY") %>'

 

 

                Skin="Office2007" MaxLength="6" MaxValue="999.99" MinValue="0" Width="80px" LabelCssClass=""

 

 

        meta:resourcekey="SearchAreaTopLeftXRadNumericTextBoxResource1">

 

 

       <NumberFormat DecimalDigits="2" GroupSeparator="" />
      </telerik:RadNumericTextBox>
</EditItemTemplate>


For e.g. Lets say there is a decimal column "SearchAreaTopLeftY" and it has a value 1.00 (in en-US culture)
when we switch to French culture (fr-FR) its value becomes 1,00 and that is valid as in french culture period is represented by comma.

The problems comes when we edit the column we find a value 100,00 instead of 1,00 in RADNumericTextBox. I don't know from where it is added extra zeros.

Also while updating it gives an error:

=========================================================================================================

Webpage error details

User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; MS-RTC LM 8; InfoPath.2)
Timestamp: Fri, 28 Aug 2009 06:25:56 UTC

Message: Sys.WebForms.PageRequestManagerServerErrorException: Input string was not in a correct format.
Line: 15
Char: 9278
Code: 0
URI: http://localhost/PIPWeb/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ctl00_ctl00_RadScriptManager_HiddenField&compress=1&_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d3.5.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3afr-FR%3a94b8a2b4-5efc-4f4c-9641-d912b698978d%3a52817a7d%3a67c678a8%3bTelerik.Web.UI%2c+Version%3d2008.3.1125.35%2c+Culture%3dneutral%2c+PublicKeyToken%3d121fae78165ba3d4%3afr-FR%3afd794f69-50b6-4e80-a52c-60fb1a05429c%3aa9723048%3a393f5085%3a9703c1f0%3aa3f85c94%3a819163f9%3a39249aa4%3a577694e5%3a34f9d57d%3a4b6f7e66%3a6dd34527%3a665c7bcf%3ac6335cbd

========================================================================================================

I am using AJAX RadGrid and Telerik.Web.UI version is 2008.3.1125.35.

Please help me out :)

Thanks - Hemant

 

Viktor Tachev
Telerik team
 answered on 27 Mar 2015
1 answer
88 views
Hello,

After some test I found that seems that theres a limit with exceptions. After some filter added to the recurrence rukle the result is that  we are nmot able to delete some parts of the recurrence rule if older are present. Theres any limit about?
Peter Filipov
Telerik team
 answered on 27 Mar 2015
1 answer
127 views
Hi Telerik

How can i change the color of browse button when clicked.

Please advise.

Thanks!
Dimitar
Telerik team
 answered on 27 Mar 2015
3 answers
252 views
Hello, 

I have a radgrid in edit mode (Inline editMode) and multi rows edit. 
In this grid a have a Date Column (GridTemplateColumn with a raddatepicker in edit template)

I change the date and type enter. This  save the item  automatically and will go to the next row in the same column


To do this a have used OnKeyPressed on the grid and set to radAjaxmanager a methode to execute (javascrip) OnResponseEnd.

My code works fine in Firefox and Mozilla .
With IE the first time it is working than not 

Can some one help me ?

Thanks
Eyup
Telerik team
 answered on 27 Mar 2015
1 answer
63 views
How can I use different FormDecorator skin for different telerik:GridCheckBoxColumn?
I want to use black for GridCheckBoxColumn DataField="admin" and Metro for GridCheckBoxColumn DataField="writer" and Office2010Silver for telerik:GridTemplateColumn with a asp:CheckBox?
Konstantin Dikov
Telerik team
 answered on 27 Mar 2015
3 answers
51 views
Afternoon,

I am currently having a problem with drag and drop and Renaming folders in the left panel.  I can drag from the right to the left and I can rename folders in the right panel just fine, but some reason not within the left panel.  Seem to be missing a switch somewhere that I can't find.

What's different in the panels.

thanks,
Steve.
Vessy
Telerik team
 answered on 27 Mar 2015
1 answer
89 views
Hi,

In my requirements I have to dynamically generate editable columns, something like batch editing here: http://demos.telerik.com/aspnet-ajax/grid/examples/data-editing/batch-editing/defaultcs.aspx

However, I need a column with related DropDownLists - is it possible to achieve this?

Thanks,
Catalin
Konstantin Dikov
Telerik team
 answered on 27 Mar 2015
1 answer
78 views
Hello,

I have converted my Project from VS2008 to VS 2010 , and after that when i open the Rad Editor , and click on Image Control / web Hyperlink --> hte Pop up opens they lost thier CSS, and i am not able to find any way to get back..

Can you help me here how should i set so the GUI of the Pop should be back.

Please find attachment for more details


Regards
Samir
Ianko
Telerik team
 answered on 27 Mar 2015
3 answers
264 views
I'm using RadNavigation to create a responsive menu for my website. 

I have run into two issues. 


1.
How can I make certain NavigationNodes right aligned? So I can have a log out button be right aligned, away from the rest of the options. Here is my code 
<telerik:RadNavigation runat="server" ID="nav1" EnableTheming="true">
    <Nodes>
        <telerik:NavigationNode Text="Home" NavigateUrl="Default.aspx">
 
        </telerik:NavigationNode>
        <telerik:NavigationNode Text="Causes" >
            <Nodes>
                <telerik:NavigationNode Text="My Causes"></telerik:NavigationNode>
                <telerik:NavigationNode Text="Manage Causes"></telerik:NavigationNode>
            </Nodes>
        </telerik:NavigationNode>
        <telerik:NavigationNode Text="Log Out" NavigateUrl="LogOut.aspx">
 
        </telerik:NavigationNode>
    </Nodes>
</telerik:RadNavigation>

I want the 'Log Out' navigation node to be right aligned. I've attached an image of what the menu bar currently looks like. 

2. I want to be able to hover over the elements to see the drop down. I Don't know where to change this with RadNavigation

Plamen
Telerik team
 answered on 27 Mar 2015
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Bronze
Iron
Iron
Sergii
Top achievements
Rank 1
Iron
Iron
Dedalus
Top achievements
Rank 1
Iron
Iron
Lan
Top achievements
Rank 1
Iron
Doug
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?