Advanced Forum Search Results
-
From codebehind you can achieve this as follows
1) Add a property in the valueconverter to hold the itemsource collection.
2) Set this property from codebehind while setting the binding (codebehind).
From XAML i am not sure if we can do this...
Thanks
Jac
-
In this artilce there is a nice explanation of using an AutoCompleteTextbox control, after initial Gridview is explained.
http://blogs.msdn.com/brada/archive/2009/07/11/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-1-rich-data-query.aspx
This is an excellent article by Brad.
-
Checkout this article -
http://blogs.msdn.com/brada/archive/2009/07/11/business-apps-example-for-silverlight-3-rtm-and-net-ria-services-july-update-part-1-rich-data-query.aspx
-
to display a popup page, you can use the popup control
http://silverlight.net/forums/t/92825.aspx
To navigate to a page check the following links
http://silverlight.net/forums/t/115544.aspx
-
Checkout this menu from codeplex
http://slmenu.codeplex.com/
-
Did you try telerik radgrid
We are using it and seems like it does everything prettymuch well.
-
If you have a base class for your entity, then you can implement the isdirty property there.
else you can have partial class on client side with isdirty implementation
-
Blend is completely designed for web designers and not for pro coders.
For skinning what we have done is - take a sample standard theme, say, office_black, and edit it. I assure you it is not an easy task. :-).
-
Anil,
You can get the namespace only after loading the assembly.
You can have a .config file where you can add the same and read it from there.
-
Check page.xaml.vb for a possible declaration of txt_expected_date as string