Is there are way to allow the user to "copy" their screen (using PrtScrn button), and then "paste" the image into the dialog box? There would probably need to be a Java or ActiveX control to grab the image buffer from the client machine.
The inner value being evaluated is a string, not a date for some reason, and this is causing me many problems. Any reason why that may be? It errors when it's formatting the date; the code calls getFullYear(), but this throws an exception because it's a string.
I'm using the RadGrid and the columns aren't aligned with the header for a grid that's using client-side scrolling and a frozen header... do I have to setup widths for each column so they are aligned? If so, how is that done in Telerik? Seems odd that I'd have to programmably set the widths fo the columns; maybe this is a bug?
Telerik ASP.NET AJAX: Grid v2008.3.1125.35, ASP.NET 3.5
I am trying to implement a grid with autogenerated columns, Filters, Sorting, StaticHeaders, Scrolling, and has one of level Grouping. If I implement the grid in this way my Headers and Items get clipped like this "Final..." If I remove the only the Grouping OR only the StaticHeaders then the data is not clipped. But then I lose the functionality I need. I have tried setting the Header and Item Wraps, setting different widths for the grid, and using <nobr> tags around the data, but nothing fixes the issue with the clipping. What can I do to get rid of this clipping?
I am using a Telik Treeview and using NavigateUrl I am able to navigate to another page using the mouse click. I can move from one node to another using arrows from the keyboard, but I would like to navigate to another page by using Enter or something else.
Is it possible?
Telerik Rad Control really very nice good tools to use in build web sites
my question is : if i used the trial version from the Rad Control in design my web site does that will
make bad effect on my web site when i run it, i want to know if it will work on the right way that i want or it will not work ??
Does anyone know if I can get direct access to the HTML cleanup code that is used in the editor. I need to take a small portion of text blocks for a preview mode; but those blocks sometime have HTML in them and I don't have time to parse the HTML to find a safe spot to chop it. I've noticed that the editor always cleans up open or partial tags but I'm much rather do this server side or worse case do it directly in javascript instead of needed to create an editor just for this purpose.
We use Telerik for most of our UI-components and we are very happy with Telerik so far.
You guys have developed a quite extensive javascript-lib that we would like to use as much as possible in our application.
For example, we would like to always have access to $telerik.getClientBounds();
How do we "register" the Telerik components so we can access functions in Core.js for instance.
This without using any of the UI components, only the javascript functions in Core.js.
We don't want to manually copy Core.js etc to our project, is there another way to achive this?
With the definition below, if the user types 'M' only MRC0102 is displayed. I would expect to see all the Ms displayed and the first one auto selected. (EnableTextSelection is true). The filtering works as expected if I set MarksFirstmatch to false.