Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
106 views
Hi,

I'm trying to use the itemtemplate for 4 links at the very bottom of my radpanel:

......

<telerik:radpanelitem>
    <itemtemplate>
        <div id="lnkBx">
            <asp hyperlink float left>
            <asp hyperlink>
            <asp hyperlink float left>
            <asp hyperlink>
        </div>
    </itemtemplate>
</telerik:radpanelitem>
</Items>
</telerik:radpanelbar>

This all works perfectly, BUT at the base of the radpanelbar there is a 2-3pixel high white line and it will not go away. This white line seems to stay no matter what I put into the itemtemplate - it's like there is a default overiding everything.  If the itemtemplate is empty, it also seems to have a default height.

Any idea?

Thanks,
Matt
Adam Hubble
Top achievements
Rank 1
 answered on 08 Jun 2009
1 answer
166 views

Love it, setup for edit mode and user clicks edit and the grid opens up to allow use to edit data. My issue is for example I have a search screen which brings back particular elements that the user would typically search for and is displayed in grid fine.
What I need is the ability when the user clicks edit to 'add' other data items to be edited by the user.

For example I am working on User Maint, been done a million times before. The user can search by UserName and results
show user name , last update date, lockedFlag, lastPasswordChangeDate. I need to be able to add other elements so when
they click edit they can edit ALL the items that would be available in the table, not just the search results I have already
retrieved.

Hope I have explained this enough. Also, hate to do this, is there an example of this type of functionality, the basic edit
within the grid using stored procedures to update the data, this would be the next step and searching both here and
google didn't find the answer.

Thanks!
Jim D
Veli
Telerik team
 answered on 08 Jun 2009
1 answer
131 views
On the upload sample, the file name is trimmed.  When selecting the file, it shows: filename.png.  When I added my controls and select a file, my file name says C:\Document and Settings\user\Desktop\filename.png .  How do I remove everything before \filename.png?


Genady Sergeev
Telerik team
 answered on 08 Jun 2009
5 answers
232 views
Ive just updated to Q1 2009 and am getting this error

Server Error in '/Studio1Website' Application.

Configuration Error

Description: An error occurred during the processing of a configuration file required to service this request. Please review the specific error details below and modify your configuration file appropriately.

Parser Error Message: Could not load file or assembly 'Telerik.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040) (C:\Projects\Studio1\Studio1Website\web.config line 169)

Source Error:

Line 167:    <httpModules>
Line 168:      <add name="ScriptModule" type="System.Web.Handlers.ScriptModule, System.Web.Extensions, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31BF3856AD364E35" />
Line 169:      <add name="RadUploadModule" type="Telerik.Web.UI.RadUploadHttpModule, Telerik.Web.UI, Version=2009.1.402.35, Culture=neutral, PublicKeyToken=121fae78165ba3d4" />
Line 170:    </httpModules>
Line 171:  </system.web>

Source File: C:\Projects\Studio1\Studio1Website\web.config    Line: 169

Ockert
Top achievements
Rank 2
 answered on 08 Jun 2009
3 answers
70 views
Just upgraded to 2009 Q1 from 2008 Q3 and now the tabs are "squished" compared to Q3, our production servers is still on Q3 and when we compare it to the DEV version (which is on Q1) there's a remarkable difference in the height of the tabs.

Now we have to on each tab specify a height, when we do that it messes the width if we don't actually put in a width, so we need to to specify both height and width of each tab and naturally being that all the tabs are not the same with we have to calculate (or try and error) the width.

If we leave the defaults (no values) which were perfect in previous versions the tabs look too different for us.
Kamen Bundev
Telerik team
 answered on 08 Jun 2009
2 answers
130 views
Hi,
I am creating a radgrid programatically. I am using Radcontrols 2007.
i am using the skin WebBlue.
In the css of the skin WebBlue, there is a css class MasterTable_WebBlue, which has the property

border-collapse

: separate !important;
I want to change this to

 

 

border-collapse

: collapse;

But, i want to achieve this programatically.
I have tried  

 

 

m_MainGrid.MasterTableView.Attributes.Add("border-collapse", "collapse"); 

  

 

 

m_MainGrid.Style.Add("border-collapse", "collapse"); 

 

But none of them have actually worked.

Can any moderator help please ?

Manish Thapar

 

 

Manish
Top achievements
Rank 1
 answered on 08 Jun 2009
1 answer
122 views
I have a page with a splitter (Horizontal) Top & Bottom. The bottom page contains a RadPane with an ID="Main" and the ContentUrl defaulted to a specific page. from the Top Pane I have the Rad Toolbar with a Button that I have set the NavigateUrl to another page and the Target="Main", but when you click the button it redirects the entire window to that page not the RadPane (ID="Main"). I know I could catch this in the Post back event and set the ContentUrl via Code but I would rather not have the PostBack.
Paul
Telerik team
 answered on 08 Jun 2009
1 answer
128 views
Hello Telerik,

I'm registering my annoyance with the unusual location of the wpresources folder used by the Rad MOSS editor. I would like to put a custom CssEditor.css file into a solution package for use with the Editor. I use WSPBuilder to create solution packages and all of my custom code exists under the 12 hive. It's frustrating to use a non-standard approach to achieve something so simple.

Many other custom solutions also put their resources either under the 12 hive or c:\inetpub. The approach currently used by the MOSS editor is really inconvenient. Is it possible that for the next major release a more standard location could be chosen?

Regards,
Alex Angas.

Stanimir
Telerik team
 answered on 08 Jun 2009
1 answer
162 views
Hi
I have a problem with uploading files with ajaxified GridView (RadAjaxManager). FileUpload control (asp:FileUpload) is placed within EditItemTemplate of the GridView. I'm using OnRequestStart event of the RadAjaxManager to disable ajax when FileUpload control is not empty. It works - i can see my page totally reloading. But while debugging server code i see my FileUpload is still empty and Request.Files.Count = 0 also.
When i completly disable ajax on the page - everything works fine.

What do i do wrong?
Iana Tsolova
Telerik team
 answered on 08 Jun 2009
1 answer
209 views
Is it possible to set the maxvalue of a radnumerictextbox in JS? And if so, how can i do that?
Princy
Top achievements
Rank 2
 answered on 08 Jun 2009
Narrow your results
Selected tags
Tags
+? more
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Simon
Top achievements
Rank 2
Iron
Iron
Iron
Bob
Top achievements
Rank 3
Iron
Iron
Veteran
Marco
Top achievements
Rank 4
Iron
Iron
Iron
Grant
Top achievements
Rank 3
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?