Sparkle : Create dynamic UI with WPF & Silverlight
Creating dynamic UI project creates UI dynamically based on your assigned entity, properties and property’s attribute. Once you assign entity to DataContext on your control, your user control will create textboxes, dropdown, and checkbox and so on as per you entity and registered controls.
In the present state, the code generates the following UI control with the datatypes mentioned alongside the control:
String = Textbox
Int = Textbox
Long = Textbox
Decimal = Textbox
Boolean/bool = checkbox
datetime = date control
enum (any) = dropdown box
Demo Project :
In the demo project following fetures are included
Dynamic UI Controls
Dynamic menus
Dynamic Reports
Dunamic other links
Pre-requisites
VS2008
.Net 3.5 /4.0
And/Or Silverlight 3
Source code will be available at CodePlex.
No comments :
Post a Comment