Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
83 views
I have a question about the ItemTemplate.  When I place the grid in Edit mode the ItemTemplate below the FormTemplate displays differently than when the grid is placed in Insert Mode. The ItemTemplate looks fine when in edit mode but when placed in InsertMode the ItemTemplate shrinks to a third of it's size and the AutoGenerated Edit and Delete columns enlarge.

I am using a OnColumnCreated event to resize the AutoGenerated Edit and Delete columns for the grid but other than that I cannot figure out how to control this behavior.

Here are some screen shot links to help visualize it:
Grid in Browse mode
Grid in Edit mode
Grid in Insert mode

Thanks
Sebastian
Telerik team
 answered on 16 Mar 2009
7 answers
298 views
Hi,
Regarding Valeri's Portal Site Demo, I want to know at which stage can I handle Dock objects.
For example, if a dock is dragged to a particular zone ; I want to set its ForbiddenZones to something. But as far as i can see, dock cannot be set after the postback occurs. Please correct me if i am wrong.
As another example, I want to "Close" all docks in a zone (or delete) on a buttonClick event. A simple example would be very helpful.
Thanks a lot for your help.
Petio Petkov
Telerik team
 answered on 16 Mar 2009
1 answer
126 views
Hi friends,
    Can anyone help me how to bind image datatype values to grid
    
    I have a grid with  AutoGenerateColumns="True" and i am binding values to datagrid using dataset which contains some varchar fields and a image field. i have provided   AutoGenerateColumns="True"  to edit this fields.
    any anyone help how to edit image field to select different image .

    i am not getting image filed displayed in the grid itself

Thanks
K²
Tsvetoslav
Telerik team
 answered on 16 Mar 2009
1 answer
160 views
Hi,
I have a content page inside a master page that has various controls which are tooltipified. The problem is with the  positioning of the tooltip window where the controls are near the edge of the screen .

What I would like to do in javascript is capture the mouse position of the cursor in the "OnClientBeforeShow", determine where that positon is relative to the display and then set the position of the tooltip (ie bottom left, topcenter). Is this possible?

Regards
Roger

Svetlina Anati
Telerik team
 answered on 16 Mar 2009
0 answers
113 views
Hi,
   I am using radUpload Control.
I have added following reference in the aspx file:

<%

@ Register TagPrefix="telerik" Namespace="Telerik.Web.UI" Assembly="Telerik.Web.UI" %>

 

<%

@ Register TagPrefix="rad" Namespace="Telerik.WebControls" Assembly="RadUpload.NET2" %>
by using this syntax: $find("<%= radUpload.ClientID %>").addFileInput();
works fine.

Earlier when I was using reference:

 

<%@ Register TagPrefix="telerik" Namespace="Telerik.QuickStart" Assembly="Telerik.QuickStart" %>

 

<%

@ Register TagPrefix="rad" Namespace="Telerik.WebControls" Assembly="RadUpload.NET2" %>
then $find syntax doesn't work.

 

I guess the syntax which I am currently using uses the ajaxified radupload.
Well, I am facing one problem with this,
I am not able to applu skin to thsi control. I tried it by using syntax:

 

<

 

telerik:RadUpload ID="radUpload" EnableEmbeddedSkins="false" ControlObjectsVisibility="All" Skin="Classic" runat="server"></telerik:RadUpload>

 

This doesn't works.

 

Please reply.

Snehal
Top achievements
Rank 1
 asked on 16 Mar 2009
3 answers
98 views
Hi,

Each level in hierarchical grid starts with empty TD on left hand side. That TD has 1px padding from all sides and has 20px width. Does anyone know how to fix this issue? I am not able to post the image of grid in post.

-Sarang
Georgi Krustev
Telerik team
 answered on 16 Mar 2009
1 answer
126 views
Hi
       I can call the user control with in Grid Edit mode... When i was Click the Edit mode that time record will be showing with long time... because... The record will be check all the all the record. let me know how can i solve the performance issue...


Regards
G. Manikandan
Pavlina
Telerik team
 answered on 16 Mar 2009
1 answer
108 views

Hi,

We have Moss 2007 running very well with your RadEditor. In our case as a College, we really need this feature for the additional browser and OS flexibility that is a requirement here.

My concern now is that I need the RadEditor to be turned on for newly created sites by default. New sites will potentially be created by a wide range of users from all levels of technical savvy. Having to instruct each of them to turn on the RadEditor features in site settings after every single site creation is something we would rather avoid.

I have accomplished this so far by creating custom templates based on the out of box ones with the correct features turned on. I then restricted users to only these new templates. However, things are not so easy with MySites. These do not seem to conform to the same mechanic of customization as other templates.

Is there an easy way to just set the RadEditor features "on" by default for everything? Especially MySites? And if there is no easy way, can someone point me to a more complex one?

Thanks!

Stanimir
Telerik team
 answered on 16 Mar 2009
6 answers
261 views

Hi Paul

I am facing a typical problem.
I am creating RadTabStrips dynamically with each one containing a separate webcontrol. For navigating between tabs I use buttons. On clicking I am able to navigate between the tabs.
But, if I am putting the entire thing inside a RADDOCK, on clicking the button an error message "Object Reference Not Set To An Instance of An Object" gets displayed.
Please find the code snippet below (Red Colored Line is giving the error):

private void GoToNextTab()
    {
        try
        {
            RadTabStrip tabStrip = (RadTabStrip)Page.FindControl("ForumRadTabStrip");
            RadTab professionalInfoTab = tabStrip.FindTabByText("Create New");          
                  
            //professionalInfoTab.Enabled = true;
            //professionalInfoTab.Selected = true;
        }
        catch (Exception ex)
        {
            LinkButton1.Text = ex.Message;
        }
    }

Poul Henningsen
Top achievements
Rank 1
 answered on 16 Mar 2009
3 answers
149 views
Hi I am working with ASP.NET 1.1,
On sorting I want to display the current sort expression and sort order in one label.
How to get SorExpression details on client side.

Which client side event can be used ? and I tried with
get_masterTableView().get_sortExpressions()
but it is not working for me, is it because I m using ASP.NET 1.1??

Please help me out
Sebastian
Telerik team
 answered on 16 Mar 2009
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?