Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
154 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
720 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
54 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
206 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
148 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
48 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
171 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
85 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
3 answers
267 views
hi friends, 
i need a solution to create dynamic Object Name in telerik report.
where in my report, different types of record binds in more than 5 tables
for every time in takes the count and runs in foreach loop according to the count and finally the result will bind as single report.

but now i can get the count and make run in foreach loop according to the count, but as the report object name is same, it displays the same result as respective to the count


i need to create the report object name dynamically
if any one haves the solution pls, share with me...

thanks in advance...
IvanY
Telerik team
 answered on 13 Nov 2013
1 answer
273 views
Hi
I cant find an event that will fire on selecting an item from the combobox apart from the selectedindexchanged which does not fire on repeatedly selecting the same item. So is it possible to fire a client event on selecting an item?

Thanks
Ivy
Shinu
Top achievements
Rank 2
 answered on 13 Nov 2013
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?