Create FileManager (FileBrowser, ImageBrowser) with Telerik Kendo UI for ASP.NET MVC - telerik-mvc

I was waiting Telerik along time to create this control, now I created it on my own with Telerik Kendo UI and sharing for everyone. I think many peoples need this so much.
Please see bellow
Happy coding

I Created project at: https://github.com/vndevil/TelerikFileManager
And this is demo in image

Related

I want to develop kendo UI listview with endless scroll . Can anyone suggeset me the references

I want to develop Kendo UI List view with endless scroll, please suggest me the solutions. or references
First, take the pagesize off your datasource. Second, don't use a pager control. Here is an example:
http://dojo.telerik.com/OLUFA
See the api here.

Any client side RichText Editor like DevExpress RichEdit

last two weeks, i researched richtext component to use our application in our company. Now, we use ckeditor but we want to change it more beautiful component on ui side. I integrated Devexpress richeditor with mvc in our application but it was server sided component and it does not fit for requirements on client side. Because we need to make some jobs on client side with text editor. The question is, is there any client sided richtext editor "LIKE DEVEXPRESS RICHEDIT" in ui. There are some editors, e.g "txcontrol" "fckeditor", "tinymce", "markitup" and etc. But the main thing is, the client sided components does not split the pages. Do you know any component? We are using "asp.net mvc and angular.js" Thansk for advice...
You can try this because you are using angularjs http://textangular.com/
Or Telerik Kendo UI text editor http://demos.telerik.com/kendo-ui/editor/index
The newest DevExpress Web RichEdit version is now completely client-side/JavaScript based.
It can be used in a pure JS code or within any framework (such as the jQuery or Angular).

Using Multi select grid sencha ext js 4.1

I am new to Sencha. In one of my projects I have to use a Multiselect Grid Panel and update the store to and from the Grid. I have no clue as to how to achieve this.
I will highly appreciate if someone can send me their sample code or even links that display the usage of Multiselect grids. I found a few but unfortunately those links dont use Ext JS 4.1.
Thanks guys
First, have a look at the API docs:
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.selection.RowModel-cfg-mode
http://docs.sencha.com/ext-js/4-1/#!/example
Then look at the infinite grid example:
http://docs.sencha.com/ext-js/4-1/#!/example/grid/infinite-scroll.html
Oddly enough, this example uses an undocumented "multiSelect" config on the grid... but it could have been defined on the selection model per the API docs.

How to add Custom Template in Telerik MVC combobox?

Is there a way to add custom template inside Telerik MVC Combobox.?
I have a need to add checkboxes and images for each options inside combobox.
Telerik have this feature for Rad control for combobox.
How to do it in MVC control?
Thanks in advance.
I think this is not possible now with Telerik MVC extensions but it is with KendoUI. Since the next release of KendoUI will include MVC extensions you may want to check it that works for you

Implementing Telerik MVC TabStrip with inner Menus

I am currently using the Telerik MVC TabStrip for navigation in my application. However, the navigation requirements have become more involved and I now need to implement a sub-menu potentially under each tab option (by using the Telerik MVC Menu).
Does anybody have a working example of this?
Secondly, I would ideally like to bind the whole navigation setup to a sitemap file. Any help on this would be appreciated.
You can define the menu in each partial view which is displayed by the tabstrip. Unfortunately you cannot use the same sitemap to bind both the tabstrip and the menus.

Resources