timepicker in Telerik mvc grid edit and insert mode - telerik-grid

I working on telerik mvc grid. My requirement is timepicker in mvc grid edit mode .
how to create time picker in telerik mvc grid please give me any example.
thanks and regards
shanker.B

You need to define an editor template for that property and use the DateTimePicker in it. You can check the DateTime.ascx file which is distributed with Telerik Extensions for ASP.NET MVC.

Related

How to use Telerik grid with MVC

I created a simple mvc 5 web application using database first approach.
I followed example as shown in this website.
https://www.asp.net/mvc/overview/getting-started/database-first-development/setting-up-database. We purchased the Telerik ASP.NET MVC Components. Can anyone guide me on how can I use the GRID component to connect to database table and display results in GRID. I really need detail steps like example above
Thanks You.
Have you looked at the Telerik demos:
http://demos.telerik.com/aspnet-mvc/grid/index
They have tons of recipes for doing just about everything you could want.

How to create navigation menu in JavaFX

I want to create navigation menu like this:
Is this a custom component or it's part of the standard JavaFX platform?
A breadcrumb navigation bar is not part of the JavaFX 2.2 core platform.
I created a feature request for a breadcrumb control against the ControlsFX 3rd party control project.
The image you provided comes from a screen shot of the open source Ensemble application.
Review the Ensemble source code, and see if you can adopt it's code for your application.

Adding HTML controls to SharePonint 2010 quick launch

We are migrating Lotus Notes application to SharePoint 2010. There are around 200 views on navigation pane of Lotus Notes. In order to provide similar kind of look and feel on SharePoint I am thinking to add dropdown on quick launch of my site.
Is it possible to add HTML controls like dropdown and add a functionality to navigate to respective view? Or else what could be the better solution for this case?
Thanks,
Pratima
You can use the ASP.NET placeholders available in the masterpage to host a control or WebPart beside the Quick Launch. The actual QuickLauch is generally customized by JavaScript unless you want to replace it with a completely new class.

XPages - how to assign OneUI3 theme?

I have a new XPages app with Domino 9 but I don't see an option to have OneUI3 there. I got also the XPages Demo App 2.0 from OpenNTF where this option exists, however I could not find where does it come from. If I just copy the demo app xsp.properties source code to my application, it does not work. Do I have to do something special with my application to get this theme?
There is no predefined choice or option for that.
Just edit the source of your XSP properties file OR create and use a theme. Extend the theme from the "oneuiv3.0.2" theme to get this working. Details here: http://mardou.dyndns.org/Privat/osnippets.nsf/snippet.xsp?documentId=96AB51B29A4F4369C1257B1D0064D05F

What is the best way to create an Html Table out of a sharepoint list in a Web Part?

I want to create a deployable .wsp Web Part and I want to fetch a Custom List and show it in an Html Table inside that web part.
I know how to create a .wsp web part, and I can also create the table overriding the RenderContents or CreateChildControls methods of WebPart class.
But I want to know the easy and best method for outputting an Html Table in a WebPart.
Should I use a UserControl so that, I can add any Asp.Net controls inside it and then load it in the Web Part ??
Please tell me any solutions ?
Puneet i would recommend using Data View webparts which uses xslt to customize the view in which a list data is rendered.
You can take help of SharePoint Desginer to add a Data View Web Part.
http://www.lcbridge.nl/vision/2009/dvwp.htm
Check out this video. It shows how to build a Visual Web Part (one that uses a user control for UI) in Visual Studio 2008 and shows how to bind data from a list to a GridView control.
http://www.vimeo.com/11285888

Resources