Telerik Forums
UI for ASP.NET AJAX Forum
1 answer
145 views

I'm trying to use the Find dialog functionality but keep getting an error:

 

I created a new ASP.NET project.  The RadEditorDialogs directory and files exist on the root of the project.

"Web.config registartation missing!  The Telerik dialogs require a HttpHandler registration in the web.config file."

I did you we Smart Tag to add the handler but still not working.

The following is in the web.config:

System.web section

<httpHandlers>

      <add path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" verb="*" validate="false" />      

    <add path="Telerik.Web.UI.DialogHandler.axd" type="Telerik.Web.UI.DialogHandler" verb="*" validate="false" />     

</httpHandlers>

System.webServer section

<handlers>       <add name="Telerik_Web_UI_WebResource_axd" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.WebResource.axd" type="Telerik.Web.UI.WebResource" />      

<add name="Telerik_Web_UI_DialogHandler_aspx" verb="*" preCondition="integratedMode" path="Telerik.Web.UI.DialogHandler.aspx" type="Telerik.Web.UI.DialogHandler" />    

</handlers>  

 

Any ideas??

CEAN
Top achievements
Rank 1
 answered on 23 May 2016
1 answer
210 views

I have RadScheduler which shows a TimelineView one day at a time. As its a hotel, they work until 03:00 in the next morning on the same shift.

This means on the TimeLineView, the "Date Header "shows "May 15-May 16" as dates by default for example, because of the 03:00 finish.

Its technically correct of course, but they have requested that I show only the start date to avoid confusion, so just "May 15"

Is there a 'hack' to stop the default timeline-view header showing the end date?

Veselin Tsvetanov
Telerik team
 answered on 23 May 2016
1 answer
45 views

I found a very small glitch.

1. Toggle full screen

2. Finish AJAX spell checker

3. Then full screen icon is not selected even the editor is in full screen mode.

Ivan Zhekov
Telerik team
 answered on 23 May 2016
4 answers
1.5K+ views
Hi,

We have a treeView which has multiple levels. Hence to make it easy for the users , we have put a search box to search for a particular text in the TreeView.

How do we find the text in the tree view? Otherwise,  how to bind the data in the tree to the search box and highlight the matching texts.

Thanks,
Sudha.
Shree
Top achievements
Rank 1
 answered on 23 May 2016
1 answer
206 views

Hi,

I've looked around and tried the Style Builder as well but can't find what I'm looking for, which is the CSS to make the bottom border on the Bootstrap Tab Strip Skin extend all the way to the right instead of stooping after the last tab.

All help appreciated.

Cheers,

J

 

 

Ivan Zhekov
Telerik team
 answered on 23 May 2016
2 answers
294 views

Hi,

I have a Radgrid within a dataform. When the user click edit on the Dataform I can get the Radgrid to display in Batch edit mode.

But on pressing the Update button on the Dataform, how do I get the values of the edited grid in code behind.

I already use the _ItemUpdating event for the Dataform, and thought I would be able to see the values of the edited grid with EditItems

But it seems not.

Many Thanks for any help

Mark

Eyup
Telerik team
 answered on 23 May 2016
7 answers
677 views
Is it possible to create an editable combo box, where the user can either select from the list, or type in any text at all (even if it is not in the list)?

If not, can be added in a future version?

Ivan Zhekov
Telerik team
 answered on 23 May 2016
1 answer
178 views

Hello,

Does anyone know of a way I can make all my Edit buttons in RadGrid larger? Currently, the 'Telerik' skin has an edit button which is 12 x 12 px, which is difficult to click. Is there a skin that uses bigger edit buttons (so far all the ones I've seen use the same small edit buttons). Alternatively, is there a way I can set my own edit button globally, without having to manipulate each and every GridEditCommandColumn?

Eyup
Telerik team
 answered on 23 May 2016
7 answers
378 views
Hi,
    We have an issue for GooleLike Filtering, we have a GoogleLike Filtering when we type special charcters like %,[,],<,> ...etc then the GoogleLike Filtering is not working. I drilled down to deep and found that when we pass normal text to column then the FilterExpression is getting formed as needed and Filtering working as desired, But When we pass and the text  with some special characetrs then FilterExpression is not getting formed and the grid filetring is not working.


Thanks,
Sanjeev
Eyup
Telerik team
 answered on 23 May 2016
4 answers
851 views
Hello,
I have a RadTreeView with several levels of nodes. I define a name of a node and after click on a button I need to show a node with this name. I know how select the node and expand parent nodes but I do not succeed to scroll to the selected node . I checked many examples by Google and in this forum but all they do not work. Particularly, example from Help does not work:
function ScrollNode()
{
   var tree = $find("<%= RadTreeView1.ClientID %>");
   var node = tree.findNodeByText("My Node");
   if(node)
   {
       node.scrollIntoView();
   }


So I really need a working example of this operation (preferably, in the client side).
Evgeny
Amir
Top achievements
Rank 1
 answered on 21 May 2016
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?