Telerik Forums
UI for ASP.NET AJAX Forum
4 answers
856 views
Hi

When the asyncupload displays the client uploaded filenames, is it possible to display an icon along with it? My users upload either pdf or doc/docx files, so based on file type can I show separate icons along with file name?
Jane
Top achievements
Rank 1
 answered on 13 Nov 2013
2 answers
120 views
Hi,

Is there a way to do this from outside the bottom of the Grid's PagerTemplate?  Say from a dropdown of page numbers or a Next/Previous button elsewhere on the page.  For instance, my grid's page "1" has the following script reference when I mouse over it...

javascript:__doPostBack('ctl00$PageContent$MySearchControl$grdSearchResult$ctl00$ctl03$ctl01$ctl01','')


I know there the GetPostBackEventReference method, but I'm not sure how to use it with my Grid's pager.

Thanks, Dave.
David
Top achievements
Rank 1
 answered on 13 Nov 2013
1 answer
146 views
Hi guys
How can I clear the incorrect captcha label on clicking the refresh captcha link?

Karl.
Princy
Top achievements
Rank 2
 answered on 13 Nov 2013
1 answer
706 views
Hello,

I have a RadComboBox control. In that, am displaying (eg:Name). But now i need to display name and age etc for the same student.
The data is from database and fetching using the linq query as list of objects.
Please let me know how can I do this.

Regards,
Kothai 
Shinu
Top achievements
Rank 2
 answered on 13 Nov 2013
1 answer
46 views
I have kind of a strange issue with radcombobox and the IE "Stop Running this Script"  issue....

<div>
   <radcombobox>
   <radsplitter>
      <radpane>
          <radtreeview>
      <radpane>
         <radgrid>


I have a treeview and grid on the page ... I drag drop item from the treeview it does a little dance in the background and adds a new column to the grid. Then go to my combobox which is using custom text type 3 characters and the list loads ... I select an item and get the "Stop Running this Script" method - there are only a few results not thousands it is on the 'selection' that it crashes.

I know how this works with telerik 3 days from now rather than answer the question you're going to respond with another question asking me to post all of our proprietary source code or somehow detach all of the propriety code from the project to provide you with a sample of exactly what I described above.... so I'm just going to throw the question out there anyway in the hope someone out there has experienced a similar issue and can be of help.
Hristo Valyavicharski
Telerik team
 answered on 13 Nov 2013
3 answers
196 views
Any idea when your Ajax product will support VS 2013. I know your defcraft supports it already but I am talking about your regular product.
Dyanko
Telerik team
 answered on 13 Nov 2013
5 answers
134 views
Good morning,
is this possible to have radcombobox inside the other radcombobox.
If yes,could you please sent an example.

Thanks.
Princy
Top achievements
Rank 2
 answered on 13 Nov 2013
1 answer
42 views
Hello,

In my SharePoint 2013 site, I have activated the "Use RadEditor to edit HTML fields" feature. All is OK when my ToolbarMode is on default. But, when I try the "ShowOnFocus" mode, the Toolbar follow the page "scrolling" (please watch the Video for seeing the issue).

Is it normal?

Thank a lot for your help.

Regards

Éric



Ianko
Telerik team
 answered on 13 Nov 2013
1 answer
161 views
I'm trying to use the RadFilter to get the expression tree so that I can use it in a Linq Where clause. 
In WPF, I can use the DataFilter control to do this:
(IQueryable<SomeModel>)theContext.SomeModel.Where(theDataFilter.FilterDescriptors);
Is it possible to do the same kind of thing with the RadFilter? In the ApplyExpressions event I can get the e.ExpressionRoot.Expressions property but I can't see a way to convert that to anything usable by Linq.

Antonio Stoilkov
Telerik team
 answered on 13 Nov 2013
1 answer
80 views
Hi,

Can you help me in how to Put All Items in Edit Mode but AutoGeneratedDeleteColumn and insert template in a radgrid with MasterTableView editmode="batch".

I am using the following code to put all items in edit mode but the AutoGeneratedDeleteColumn does not work (I can´t see it) and when I try to insert new items have the same behavior(I can´t see the columns).


private void RadGrid1_PreRender(object sender, System.EventArgs e)
{
    if (!IsPostBack)
    {
        foreach (GridItem item in RadGrid1.MasterTableView.Items)
        {
            if (item is GridEditableItem)
            {
                GridEditableItem editableItem = item as GridDataItem;
                editableItem.Edit = true;
            }
        }
        RadGrid1.Rebind();
    }
}



Thanks
Kostadin
Telerik team
 answered on 13 Nov 2013
Narrow your results
Selected tags
Tags
+? more
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
Top achievements
Rank 2
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Boardy
Top achievements
Rank 2
Veteran
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
ivory
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
ClausDC
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?