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

Let's suppose that there is a grid (RadGrid, of course) which has all its columns with explicitly, absolutely defined width (e.g. in pixels). Then, we make this grid wider than the total width of all its columns. When using Firefox, Chrome etc. the last column automatically extends to the right to fill all remaining space. But IE doesn't do it - the last column remains as wide as it is defined.
Is there any way to force the last column to fit the remaining space even under IE?

Best regards
Tomasz
Dimo
Telerik team
 answered on 14 Jun 2010
1 answer
155 views
I would like to set the skin for all of the loading panels in my app to the simple skin. In the web.config I have the following code.

<appSettings> 
    <add key="Telerik.AjaxLoadingPanel.Skin" value="Simple"/>  
</appSettings> 

Instead of the loading panel appearing with the simple skin, I am just getting a blank space white space where the loading panel should be.

Thanks
Dimo
Telerik team
 answered on 14 Jun 2010
2 answers
154 views
Dear Telerik Team,

I created a radgrid with Template Edit Form on row double click. I want to place rad tab inside that from. Is that possible? I just tried but i am not getting. Please let me know.


Thanks
Babu
Babu Puchakayala
Top achievements
Rank 1
 answered on 14 Jun 2010
2 answers
92 views
Hello,
I am trying to setup the RadFileExplorer to allow creating folders.  However, when I set EnableCreateNewFolder to true, the create folder option doesn't appear as it should.  I am wondering if this could partly be because I am using a custom FileProvider class.  Can someone please help me with this?  Thanks.
Ryan Dailey
Top achievements
Rank 1
 answered on 14 Jun 2010
1 answer
290 views
I added a modal ajax toolkit window from the master page that can do a search on any page.

After adding, none of my date picker calendars show up.
However, if I open the modal window then close it the calendar pop ups work fine.

I I have tried adjusting the  z index but not luck any ideas on this one please?

Dimo
Telerik team
 answered on 14 Jun 2010
1 answer
172 views
Hi there,

i notice a "glitch" on a page where i have put the width="100%"  of a grid, then resizing the window (see attached image).

perhaps a bug?
Dimo
Telerik team
 answered on 14 Jun 2010
2 answers
836 views
I have a hyperlink column in my radgrid:

<

 

telerik:GridHyperLinkColumn Target="_parent" HeaderText="ID" DataTextField="volunteer_id" DataNavigateUrlFormatString="VolunteerEdit.aspx?Id={0}&amp;type=edit" DataNavigateUrlFields="volunteer_id" UniqueName="volunteer_id"></telerik:GridHyperLinkColumn>

 


I'd like to be able to add more URL parameters to the DataNavigateUrlFormatString at runtime during the ItemDataBound event.  How do I accomplish this?
bdk0172
Top achievements
Rank 1
 answered on 14 Jun 2010
6 answers
175 views
My VS is hanging 5-10 minutes, once some error happens in WebResource.axd. When error happens (I don't say that they are Telerik's bugs) I see immediately the error but after that VS starts to load full WebResource file which takes 5-10 minutes. I have set IE options for debugging to false, but it doesn't help to stop loading this file.

Are there any ideas what else can I do?
James Faw
Top achievements
Rank 1
 answered on 14 Jun 2010
1 answer
114 views
In telerik online sample i have tried to change a text color and then export to RTF.
In the RTF document the color is missing.

How can export the same think in the same manner?.

I'd like to use editor for making a RTF word like Mail Merge using bookmarks, but i need to open and write RTF files.

Thanks in advance
Andrea Del Brocco
Rumen
Telerik team
 answered on 14 Jun 2010
2 answers
257 views
Hi,

I've got a problem with my Comboboxes.
Here is the code I use :

<telerik:RadComboBox ID="RadComboBox1" Runat="server" Skin="Office2007"
</telerik:RadComboBox> 

Here is the code behind :

protected void Page_Load(object sender, EventArgs e) 
   using (CiviliteBLL cBLL = new CiviliteBLL()) 
   { 
      this.RadComboBox1.DataSource = cBLL.GetAll(); 
      this.RadComboBox1.DataTextField = "Designation"
      this.RadComboBox1.DataValueField = "CoCivilite"
      this.RadComboBox1.DataBind(); 
   } 
The problem occurs when I have the focus on my combobox. I select one item in my combobox. The element is selected, but when I press the Enter key, to validate my form and send my data, the selected changes and then, the last item of the combobox is selected.

Why does it works like this? What can I do to avoid this problem.
I saw that if I add these attributes :  Filter="Contains" MarkFirstMatch="true" ChangeTextOnKeyBoardNavigation="false"
It works well but it's not the behaviour I want for my application because I don't want the client to write anything in the combo.

Thanks in advance


Arambourg
Top achievements
Rank 1
 answered on 14 Jun 2010
Narrow your results
Selected tags
Tags
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?