Telerik Forums
UI for ASP.NET AJAX Forum
2 answers
163 views
Hi,

I am struggling with my dropdownlist in my FormTemplate.  When I click on the Insert link it populates the dropdownlist just fine.

<radcb:RadComboBox
   ID="rcbTitles"
   AppendDataBoundItems="true"
   DataSourceID="odsTitles"
   DataTextField="Description"
   DataValueField="TitleID"
   Skin="WindowsGray"
   SelectedValue='<%# Bind("Titles") %>'
   runat="server">
   <Items>
      <radcb:RadComboBoxItem Text="Select" Value="" />
   </Items>
</radcb:RadComboBox>


My ItemCommand looks like:

if (e.CommandName == RadGrid.InitInsertCommandName)
{
   e.Canceled = true;

   ListDictionary newValues = new ListDictionary();
   newValues["Titles"] = "";
   //Insert the item and rebind
   e.Item.OwnerTableView.InsertItem(newValues);
}


I am using a FormTemplate.  I am not understanding my error, I have been struggling for 2 days, is there no one on this forum that can help me?  When I click on the Insert link and click cancel I get the following error:

DataBinding: 'Telerik.WebControls.GridInsertionObject' does not contain a property with the name 'Titles'.

What am I doing wrong?  Please can some try and help me??

Thanks
Brendan

Sebastian
Telerik team
 answered on 29 Aug 2008
1 answer
138 views
Hi

I am trying to enter a ComboBox into a table cell but for some reason there is  15px of padding above it.

Does anyone know how to remove it? In the short term I've added 15px to the top of all the other elements but this doesn't look vary attractive.

Thanks in advance :o)
Yana
Telerik team
 answered on 29 Aug 2008
2 answers
65 views
Dear telerik,

Is there any resource that has some guidelines or best practices on Moving from RadControls
for ASP.NET to RadControls for ASP.NET AJAX?

We have developed an Application using Classic ASP.NET RadControls, and we're facing problems in porting it to th latest ASP.NET AJAX RadControls especially in the RadGrid and External Streamer Pages for RadCombo boxes that are added to the form dynamically.

Salah A. Malaeb
TeknoBuild
loowool
Top achievements
Rank 2
 answered on 29 Aug 2008
1 answer
87 views
My Tree View:-

rtreeNavigation.Visible =

true;

rtreeNavigation.DataSource = dtChannels;

rtreeNavigation.DataFieldID = dtChannels.Columns[

"FolderId"].ToString();

rtreeNavigation.DataFieldParentID = dtChannels.Columns[

"ParentFolderId"].ToString();

rtreeNavigation.DataTextField = dtChannels.Columns[

"FolderName"].ToString();

rtreeNavigation.DataValueField = dtChannels.Columns[

"FolderId"].ToString();

rtreeNavigation.DataBind();


How to set Tool Tip for Nodes ?

Veselin Vasilev
Telerik team
 answered on 29 Aug 2008
5 answers
157 views
Hi,

I'm working with the default skin and trying to make a custom skin. What I would to do is to change only the first level, the part that is visible at all times (like the top menu bar on this site). I need to change the background color and also increase the height. I tried this:

.rmRootGroup
{
  background-color:Red;
  height:30px;
}

Which changes the height and background for the first row, however, the items keep their height. How do I change the height of the items on the first level only?

Thanks.
Yana
Telerik team
 answered on 29 Aug 2008
1 answer
183 views

Hi,

I am using GridDropDownColumn inside RadGrid.

1) How can i populate the dropdowncolumn with data during editmode and during insertmode?
2) After populating with data, how can i make certain items in the dropdown as disabled and certain as enabled?

Regards

Sujith

Princy
Top achievements
Rank 2
 answered on 29 Aug 2008
3 answers
66 views
hi,

I am having an existing application which i want to modify with telerik controls. I need "WindowsXP" skin for RADControls for ASP.NET Ajax sothat client will see only the functionality difference not the appearance.

I have seen in the built in skins of ASP.Net Ajax RADcontrols but windowsxp was not there. I need WindowsXP skin for all the telerik controls.
Alex Gyoshev
Telerik team
 answered on 29 Aug 2008
1 answer
65 views
I am creating a fairly simple page that displays basic editable data at the top, then has two sections that are contained within a radtabstrip and multipage.  The two sections that are in the multipage are both simple radgrids that are bound dynamically, and have very simple data.  One of them displays an employee name, and an updatable checkbox, and the other contains an assignment name, description, and a checkbox to disable that assignment.  As you can see... very basic.  The problem that I'm having is that when the radgrid's are outside of the multipage they show the custom skin that I have applied to them.  When they are in the multipage, they have no skin.  Does the skin of the radgrid get overwritten by the multipage or the tabstrip?
Dimo
Telerik team
 answered on 29 Aug 2008
3 answers
76 views
I am using Version 5.5.2.0 of Rad editor in my application. I can uplaod a
.tiff image to the application using Rad Editor Image manager.But I couldn't insert this image to my content area of the editor through the image manger.
All other images of extension .gif,jpg etc are working properly.
Please help me.
Rumen
Telerik team
 answered on 29 Aug 2008
2 answers
101 views

Hi,

Please how can I change the skin of treeview control for ASPNET AJAX?

 I want it to be suitable for right to left layout if passable.

 Thank you.

Yana
Telerik team
 answered on 29 Aug 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?