Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
157 views
Hello Community!

I am using the Telerik RadProgressArea to display a custom progress that is running a long time.
The progress area is working great using your example.
However i want to give the user the ability to cancel the process during its runtime using the cancel button of the progress area.
Unfortunately i can't find any way to do so. When i click the cancel button the progressbar is hidden but the background process is still running.

I have found this (http://www.telerik.com/community/forums/aspnet-ajax/upload/strange-behavior-with-the-cancel-button-in-radprogressarea.aspx) thread in the forum but it seems that the function to support cancelling a custom process is not supported at the time of the thread.

My questions:
  1. Has this changes until today?
  2. Is there any other way to use the progress area to display the custom process and its state change but also react on the user request to abort the operation?

Kind regards!
Peter Filipov
Telerik team
 answered on 30 Jun 2011
11 answers
295 views
I am implementing unique custom dictionaries for my users. It doesn't make any sense to store these .tdf files in the same place as the global dicitionary. They should be stored along with other user-specific data. There doesn't seem to be a way to specify a different path for custom dictionaries. Am I missing something?
Dobromir
Telerik team
 answered on 30 Jun 2011
1 answer
84 views
Hello,

If I have a RadTreeView embedded in radcombobox. Is there any way to display sorted tree view nodes in radcombobox ?
Veronica
Telerik team
 answered on 30 Jun 2011
1 answer
117 views
I'm Customizing Group Header expression like this demo page:

http://demos.telerik.com/aspnet-ajax/grid/examples/groupby/expressions/defaultcs.aspx

I have a TotalCharge field which shown its Sum in footer, I also want when I make this field grouped, Sum of group also shown in Header text.

The problem is I use drag and drop columns to do the grouping so don't know how to make it works.

I think I should do it some how with GroupChanging event. Could you please help me make this works?

Regards
Mazdak
Tamkeen
Top achievements
Rank 2
 answered on 30 Jun 2011
5 answers
60 views
Hello,

I have a website in root folder of a (development)web server and the skins of radcontrols works just fine.

When i publish the mentioned website to a production server, and the structure of folders of the server has a virtual directory in the root forlder to a subdomain.

Any configuration of radcontrols to publish in this scenario?

Thanks
Georgi Tunev
Telerik team
 answered on 30 Jun 2011
3 answers
78 views
is there a way to replace the ... in the numeric buttons to an image like < and >?
Pavlina
Telerik team
 answered on 30 Jun 2011
1 answer
87 views
I'd really like to use the File Explorer to allow user's to access and modify files in the home directory when they are off site. However, it appears that the File Explorer only allows you to view files and folders that are a part of your web application. Is it possible to get the File Explorer to access files outside of the web application and through a UNC path?
Marin Bratanov
Telerik team
 answered on 30 Jun 2011
1 answer
387 views

I have a radgrid control (with detail tables) on an aspx page . I have button column on the parent and  the child(detail

tables) as well.

Based on some criteria I have to disable/enable the button column on parent and/or the child.
what is the best way to do it?

To explain further, the parent display the order  and when click on the order it shows the order items for the order.
the button column is to duplicate an order. the button on the parent duplicates the whole order. the button on the child

(order items) duplicates an order with that particular order item.
Please advise the best solution,
Thanks

Shinu
Top achievements
Rank 2
 answered on 30 Jun 2011
5 answers
149 views
Hi,

I have one situation where i want to find the header of Grid and apply the custom css. In grid I have following column and want to get the header of this column in code
            <ExpandCollapseColumn Visible="True">
            </ExpandCollapseColumn>
                <telerik:GridTemplateColumn UniqueName="AssociateColumn">
                    <ItemTemplate>
                        <asp:HyperLink ID="Lnktest" runat="server" Text="test"></asp:HyperLink>
                    </ItemTemplate>
                </telerik:GridTemplateColumn>

I have follwoing code to get the header and i am able to get that for other columns but not for this above column.

if (e.Item is GridHeaderItem)
            {
                GridHeaderItem item = (GridHeaderItem)e.Item;
                foreach (GridColumn col in GridAttorney.MasterTableView.Columns)
                {
                    if (col is GridEditCommandColumn || col is GridButtonColumn)
                    {
                        item[col.UniqueName].CssClass = "gridsBlankheadercolumn";
                    }
                }
            }

Can anyone tell me How to get this Column header in this above code ? Also please see the attached screenshot for better understanding.

Thanks,
--Jai
Iana Tsolova
Telerik team
 answered on 30 Jun 2011
1 answer
232 views
hi,

I have a project that has been build on asp.net 2008 (based on vb.net)  and microsoft ajax, now I want to add telerik tree view to the project,
when I have added the component I got too many errors 'ScriptManager' is ambiguous in the namespace 'System.Web.UI'

so any idea how to solve this problem?
Peter
Telerik team
 answered on 30 Jun 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Bronze
Iron
Iron
yw
Top achievements
Rank 2
Iron
Iron
Stefan
Top achievements
Rank 2
Iron
Iron
Iron
Kao Hung
Top achievements
Rank 1
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?