Telerik Forums
UI for ASP.NET AJAX Forum
3 answers
159 views
Hi ,

I had used the rad window. while selecting the calendar control my rad window get a scroll bar . i don't need this . Kindly suggest me a solution as soon as possible . also i had attached the screen shot for your persual .

Thanks in advance .

with Reg
vinodh.B
Georgi Tunev
Telerik team
 answered on 21 Jun 2010
3 answers
76 views
We have created a user control which uses RadDatePicker.
The problem faced is:
We are able to set the minimum and maximum date for the date pop-up but for the input box of the date the minimum and maximum value are not working. One can easily type in any date (beyond the minimum and maximum range).
Example:
Minimum date : 1st january 2010
Maximum Date: 31st January 2010.
Click on the date picker pop-up the calender doesn't show any previous or next month/year.
But type any value in the date box like 10/12/2009 or 10/12/2010 it will accept it.

Note: In our page if we directly use RadDatePicker control it works fines.
Maria Ilieva
Telerik team
 answered on 21 Jun 2010
5 answers
186 views
Hi,

I am using a custom button in our rad editor implementation. JS for that button is available in mossEditorTools.js

Telerik.Web.UI.Editor.CommandList["clearFormatting"] = function(commandName, editor, args)
{
 editor.get_document().execCommand("RemoveFormat", null, null);
};

Now when i am clicking on clearFormatting button, an alert pops in saying that command in not implemented yet. Not able to get the reason why when in view source i am seeing that this JS correctly added.

Please help me out.

Thanks,
Amit
Stanimir
Telerik team
 answered on 21 Jun 2010
1 answer
93 views
can anyone tell me if its possible (and is so, how)  to produce functionality similar to this site using telerik controls


If you move the mouse pointer over any one of the 4 boxes on the right hand side, a window appears with some information

** puit the pointer over the 'Why' box to see what I mean

One of my clients wants similar functionality on his site and I though it might be possible with telerik, is it ?
Shinu
Top achievements
Rank 2
 answered on 21 Jun 2010
2 answers
105 views
Hi

Here i want to have some additional values apart from displaying columns . i need those values to control my context menu of the item.
Is there possibility to have values without displaying in the grid.

I dislike the idea of using the ajax check every item on item click and control the display the context menu. I want it do in client side. Is there any possiblity?

Thanks..

Regards

Murali 
murali
Top achievements
Rank 1
 answered on 21 Jun 2010
0 answers
94 views
Anyone has sample to implement FileExplorer using ClientSide/Services (WCF/Web) and data/content from Database.

Thanks
Telerikuser
Top achievements
Rank 1
 asked on 21 Jun 2010
3 answers
188 views
I have a grid and I set up the clientsetting, client events as shown beow

<

ClientEvents OnGridCreated="ScrollToRow" OnRowSelecting="RowSelectingHandler" />

Then in the java script function, I have as shown below.  And if I return "false", the code kept on processing.  I think it may be a bug.  In any case, I would like to stop processing, and how can I do it?  Thanks in advance...

function RowSelectingHandler(sender, eventArgs)
            {
                if (SCREEN_CHANGED)
                {
                    if (! confirm("Are you sure you want to move to a differnt row?" +
                        "\n\n" +
                        "You will loose any unsaved changes!" + "\n\n" +
                        "Press OK to continue, or Cancel to stay on the current row."))
                    {
                        return false;           
                    }
                  }
                return true;
            }
3v3
Top achievements
Rank 1
 answered on 20 Jun 2010
1 answer
97 views
Hi!
I'm going to buy asp.net ajax controls. Are they with source code? Can I change some parts of this code?
Diego
Top achievements
Rank 1
 answered on 20 Jun 2010
5 answers
140 views
Hi,

RadRating is cool, and I know he's the new kid on the block for RadControls.

I find there's no PostbackUrl, so am unable to use on my SEO friendly pages - is there a workaround?

Thanks in advance..
kevin85
Top achievements
Rank 1
 answered on 20 Jun 2010
2 answers
260 views
Dear All,

I've a problem in immigrate gridview to Telerik Grid.
In Gridview, I have a DataList in TemplateField to bind some muti-data in each row, 
eg.

<asp:TemplateField HeaderText="Owner">
            <ItemTemplate>
                <asp:DataList ID="dl_Owner_tmp" runat="server"  RepeatDirection="vertical">
                    <ItemTemplate>
                        <asp:Label ID="lb_Owner" runat="server" Text='<%# Eval("LoginName") %>'></asp:Label>
                    </ItemTemplate>
                </asp:DataList>
            </ItemTemplate>
        </asp:TemplateField>


and in code-behind file when i use gridview, i put these source code in .

protected void GridView1_RowDataBound(object sender, GridViewRowEventArgs e)
    {

        if (e.Row.RowIndex > -1)
        {
            DataList myDataList = e.Row.FindControl("dl_Owner") as DataList;    // Find control
            myDataList.DataSource = Company.getCompanyListOwner(Convert.ToInt32(e.Row.Cells[0].Text));   //bind datalist
            myDataList.DataBind();
        }

    }


but when i immigrate to telerik grid, everything was fine except i could not find th RowDataBound event, and i also could not use find control to bind datalist control.

Is there anyone has some issue?  and is these problem have any solution?

Thanks .
Vincent.

Vincent Lew
Top achievements
Rank 1
 answered on 20 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?