Telerik Forums
UI for ASP.NET AJAX Forum
17 answers
269 views
Has anyone experience any issues with the RadEdit for AJAX on IE 6?  I have a production site that heavily uses the AJAX versions of RadEdit and RadMenu and I keep getting sporadic reports of users not being able to type in the editor.  Every reported instance has been and IE 6 user, but some IE 6 users are fine.

Any help would be GREATLY appreciated.

Thanks
Erjan Gavalji
Telerik team
 answered on 01 Jul 2008
1 answer
109 views
Hello,

I'd like to limit Y axis to positive numbers only.
The problem is the minimal value of Y axis will be the minimal positive value with the minus sign, inspite of the data has only positive numbers. How can i limit the minimal value on Y axis to 0 (i'm using property autoscale = true).
If i can't do it with autoscale = true what properties should i define to do the work of autoscale.

Thanks in advance,
Roman
Vladimir Milev
Telerik team
 answered on 01 Jul 2008
1 answer
133 views
Hi all,
I am using a repeater control which has telerik RadDockZone, telerik RadDock as its child controls. I want to dynamically generate the text for TitleBarTemplate. When I use this:

'

<%# DataBinder.Eval(Container.DataItem, "Name") %>'

I get an error which reads: "DataItem is not a member of System.Web.UI.Control

Any help will be greatly appreciated

Obi-Wan Kenobi
Top achievements
Rank 1
 answered on 01 Jul 2008
1 answer
52 views
Hi,

I can't find a support ticket item for "TabStrip" under RadControl for ASP.Net AJAX.  I do see all other controls but only missing TabStrip.  Please advise how I can submit and create a new support ticket for TabStrip.

Chris
Paul
Telerik team
 answered on 01 Jul 2008
2 answers
146 views
I want to be able to update the value of one field for the selected row of my grid when a button is pressed.

However, I am having trouble trying to get the selected value of the row based on its "DataKeyNames" value.

My stored procedure uses a value of the selected item as a parameter, this is why I want to extract the value.

I've tried things like "selectedvalue" but nothing works dynamically.

My stored procedure is basically "update rows with data where id = @id" and I need that id being the selected grid value.

Any ideas?
Megan
Top achievements
Rank 1
 answered on 01 Jul 2008
1 answer
168 views
When i attach a required field validator... and attach a validator extender... I cannot get it to show... The date box turns red.. but no ajax message appears...

http://uconnectit.com/signup

place something in all the fields except the dob field.. and you will see the extender doesnt come up...  

why ?

Jeff
Dimo
Telerik team
 answered on 01 Jul 2008
3 answers
242 views
Hi All,
  i'm creating a portal for client using IE7 ONLY (MS shop).  I want to lay out the portal areas using RadWindows. The portal will use BOTH monitors for the layout.  I want to be able to maximize the RadWindows on the second screen without it spilling onto the first screen.  I see I have two approaches:
1) create ONE browser screen with all items or
2) create two browser screens with items (one for each monitor)

Approach one is preferred, but when i maximize one of the RadWindows, it fills BOTH monitors since that is the browser size
Aproach two handles the maximize feature correctly, but then i have to figure out how to pass communication between the browsers...

Is there an easy way to limit a Radwindow maximize to a parent container (panel, etc), or else how do I go about limiting the maximize to a specific size?

ALL help is appreciated!!!

thanks all!!
wardeaux

Wardeaux
Top achievements
Rank 1
 answered on 01 Jul 2008
5 answers
737 views
I am not able to hide the Exand Collapse Column, when i do the Grouping.

This seems like a fooling problem with the Telerik RadGrid, with most of the properties not working from the property settings or thru code behind.

The RadGrid is defined as follows,

I did try the workaround provided in the online help at http://www.telerik.com/help/aspnet-ajax/grdpreventgroupsexpansion.html

Note that, this happens with or without skin. When i have the skin set, it shows the images(+/-) correctly, when i have the skin="" then its not even showing the image from my custom path.

I either need the column to be hidden completely, or if that is not possible then i would need to show my own images.

Need an answer ASAP. Any help from Telerik team is appreciated.

<

telerik:RadGrid

ID="rdStandardReports"

runat="server"

EnableEmbeddedSkins="false"

AutoGenerateColumns="False"

AllowMultiRowSelection="True"

PageSize="1000" GridLines="None" Skin="">

<HeaderStyle BackColor="MidnightBlue"

Font-Bold="True"

Font-Size="8pt"

Font-Italic="False"

Font-Names="Arial"

Font-Overline="False"

Font-Strikeout="False"

Font-Underline="False"

ForeColor="White"

Wrap="True"

HorizontalAlign="Center"

VerticalAlign="Middle" />

<MasterTableView

GridLines="Both"

Font-Names="Arial"

Font-Size="8pt">

<Columns>

<telerik:GridTemplateColumn

UniqueName="selectColumn"

HeaderText="Select">

<HeaderStyle Width="10%" />

<ItemStyle Width="10%" HorizontalAlign="Center" />

<ItemTemplate>

<asp:CheckBox ID="chkProfileId" runat="server" OnCheckedChanged="Report_Selected" AutoPostBack="true" />

</ItemTemplate>

</telerik:GridTemplateColumn>

<telerik:GridHyperLinkColumn

UniqueName="actionColumn"

HeaderText="Action"

Text="Modify"

DataNavigateUrlFields="RPT_SETTINGS_PAGE">

<ItemStyle Width="10%" HorizontalAlign="Center" />

<HeaderStyle Width="10%" />

</telerik:GridHyperLinkColumn>

<telerik:GridBoundColumn

DataField="RPT_NAME"

HeaderText="Report Name"

UniqueName="colRptName">

<ItemStyle Width="60%" />

<HeaderStyle Width="60%" />

</telerik:GridBoundColumn>

<telerik:GridBoundColumn

HeaderText="Last Requested"

UniqueName="colLstRequested"

DataField="RPT_CATEGORY_NAME">

<ItemStyle Width="30%" />

<HeaderStyle Width="30%" />

</telerik:GridBoundColumn>

<telerik:GridBoundColumn

HeaderText="RptPrflId"

UniqueName="colRptPrflId"

DataField="RPT_PROFILE_ID"

Visible="False">

</telerik:GridBoundColumn>

</Columns>

<GroupByExpressions>

<telerik:GridGroupByExpression>

<SelectFields>

<telerik:GridGroupByField FieldName="RPT_CATEGORY_NAME" FieldAlias="RPT_CATEGORY_NAME" HeaderText="RPT_CATEGORY_NAME" />

</SelectFields>

<GroupByFields>

<telerik:GridGroupByField FieldName="RPT_CATEGORY_NAME" FieldAlias="RPT_CATEGORY_NAME" />

</GroupByFields>

</telerik:GridGroupByExpression>

</GroupByExpressions>

<EditFormSettings>

<PopUpSettings ScrollBars="None" />

</EditFormSettings>

<ExpandCollapseColumn

ButtonType="ImageButton"

Resizable="False"

Visible="False"

CollapseImageUrl="../Images/ico_collapse.gif"

ExpandImageUrl="../Images/ico_expand.gif">

<HeaderStyle Width="20px" />

</ExpandCollapseColumn>

<ItemStyle Font-Names="Arial" ForeColor="Black" />

</MasterTableView>

<ClientSettings

AllowExpandCollapse="False"

AllowGroupExpandCollapse="False">

<Selecting EnableDragToSelectRows="False" />

<Resizing AllowColumnResize="True" />

</ClientSettings>

<GroupHeaderItemStyle

Font-Bold="True"

Font-Italic="False"

Font-Names="Arial"

Font-Overline="False"

Font-Strikeout="False"

Font-Underline="False"

ForeColor = "Black"

Wrap="True" />

<GroupPanel Enabled="False">

</GroupPanel>

<ValidationSettings EnableValidation="False" />

</telerik:RadGrid>

Dimo
Telerik team
 answered on 01 Jul 2008
4 answers
193 views
Hello,
my colleague asks me that if TreeView control reveals API to retrieve the values of nodes from root node to a leaf node (i.e., a path) ?

Cheer for your reply.

Ricky.
Simon
Telerik team
 answered on 01 Jul 2008
4 answers
242 views
I have two grids and both of them have a column on the far left that I did not set.  It has nothing for a header and no data in it. 

I would like to remove that column, what is the setting that can allow me to remove this column?
Mike
Top achievements
Rank 1
 answered on 01 Jul 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?