Search found 21 matches

Go to advanced search

by Amrutha
Mon Jul 10, 2017 6:50 am
Forum: Technical Support
Topic: [SOLVED] Support for 'char' datatype
Replies: 2
Views: 5791

Re: Support for 'char' datatype

Hello Team,

Any update on this.

Regards,
-Amrutha
by Amrutha
Mon Jul 10, 2017 6:49 am
Forum: Technical Support
Topic: [SOLVED] Integer return type from webservice is not working in browser
Replies: 1
Views: 4422

[SOLVED] Integer return type from webservice is not working in browser

Hello Team, I have a webservice whose return type is " int ". The method when tested from Simulator returns the integer value from Webservice but fails in browser. The error thrown in browser is : Error: Type 'System.Runtime.CompilerServices.CallSite`1' has not been defined. at Object.JSIL...
by Amrutha
Mon Jun 19, 2017 10:29 pm
Forum: Technical Support
Topic: [SOLVED] Support for 'char' datatype
Replies: 2
Views: 5791

[SOLVED] Support for 'char' datatype

Hello Team, If we use 'char' datatype in our Webservice then an error is generated on the browser but not on the simulator. Below is a sample Webservice method : [OperationContract] public TestClass Test1() { TestClass t = new TestClass(); t.CharValue = 'A'; return t; } public class TestClass { publ...
by Amrutha
Thu Feb 16, 2017 6:01 am
Forum: Extensions and Plugins for CSHTML5
Topic: JSON Serializer/Deserializer Extension for CSHTML5
Replies: 20
Views: 276266

Re: JSON Serializer/Deserializer Extension for CSHTML5

Dear Team,

The extension file to convet to json 'JSONConverter' does not support DateTime conversion.

Kindly let us know if the file will support the DateTime conversion to json in future.

Thanks & Regards,
Amrutha
by Amrutha
Mon Jan 30, 2017 11:51 pm
Forum: Technical Support
Topic: [SOLVED] Button ToolTip Service Support
Replies: 2
Views: 5692

[SOLVED] Button ToolTip Service Support

Hello Team, The tooltip service property is not supported for button control. When adding a tooltip service it shows error : Property or field "ToolTipService" not found in type "Windows.UI.Xaml.Controls.Button" Eg: <Button x:Name="btnName" Margin="15 0 15 0" ...
by Amrutha
Mon Jan 30, 2017 5:29 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 9.3 of C#/XAML for HTML5 released
Replies: 6
Views: 13495

Re: Beta 9.3 of C#/XAML for HTML5 released

Hello Team,

Is the feature ToolTipService.ToolTip for binding fixed?

Eg: ToolTipService.ToolTip="{Binding SelectedValue.LocalTimeZones_Name, ElementName=CmbTimeZone}"

Thanks,
-A
by Amrutha
Mon Jan 30, 2017 4:48 am
Forum: Technical Support
Topic: [SOLVED] TextBox Maxlength
Replies: 2
Views: 5269

[SOLVED] TextBox Maxlength

Hello Team,

The property 'Maxlength' is currently not supported for textbox control .

When will this property be released?

Thanks & Regards,
Amrutha
by Amrutha
Thu Jan 12, 2017 11:14 pm
Forum: Technical Support
Topic: .Net Framework recommendation
Replies: 2
Views: 5473

Re: .Net Framework recommendation

Thank you team for your apt reply.

Regards,
-A
by Amrutha
Thu Jan 12, 2017 4:35 am
Forum: Technical Support
Topic: IValue Converter
Replies: 1
Views: 4605

IValue Converter

Hello Team, In the IValueConverter interface it is observed that the method definition is different as compared to the original one. The one observed in CSHTML5 is object Convert(object value, Type targetType, object parameter, string language); and in the Silverlight is it : object Convert(object v...
by Amrutha
Wed Jan 11, 2017 6:04 am
Forum: Technical Support
Topic: .Net Framework recommendation
Replies: 2
Views: 5473

.Net Framework recommendation

Hello Team, I am migrating my SilverLight application using the new template (SilverLight Migration Edition) Empty Application for my project. The existing Silverlight application was build using .Net 4.5. So my query was along with this new template which .Net Framework would be best to be used (.N...
by Amrutha
Tue Jan 10, 2017 6:21 am
Forum: Technical Support
Topic: Passing Dependency object to VisualTreeHelper
Replies: 1
Views: 4458

Passing Dependency object to VisualTreeHelper

Hello Team, I wanted to pass the DependencyObject's object to the VisualTreeHelper.GetChilderCount() but it is showing error as: Cannot convert from 'System.Windows.DependencyObject' to 'System.Windows.UIElement' It was possible to pass these objects in SilverLight Application but in CSHTML5 project...
by Amrutha
Tue Jan 10, 2017 5:07 am
Forum: Technical Support
Topic: Using jquery Ajax
Replies: 6
Views: 9792

Re: Using jquery Ajax

Thank you Team for your reply.

I will try to implement this.

Thanks and Regards,
Amrutha
by Amrutha
Tue Jan 03, 2017 11:30 pm
Forum: Technical Support
Topic: Using jquery Ajax
Replies: 6
Views: 9792

Re: Using jquery Ajax

Hello Team,

I was trying to implement Kendo UI Grid.

The client side change event is working but I need to get the selected rows value to C# side.

I was referring to this link for Kendo UI change/select event : http://dojo.telerik.com/AzOPu

Thanks & Regards,
A.
by Amrutha
Mon Jan 02, 2017 6:08 am
Forum: Technical Support
Topic: Using jquery Ajax
Replies: 6
Views: 9792

Re: Using jquery Ajax

Hello Team, Thank you for the new feature. But I want to call my local function i.e from my project, Is it possible? I tried to access it (eg : http://localhost ) but was not able. Example : In the given example for jquery.Ajax() it is calling a service , but i need to invoke a function/method from ...
by Amrutha
Wed Dec 28, 2016 6:24 am
Forum: Technical Support
Topic: Using jquery Ajax
Replies: 6
Views: 9792

Using jquery Ajax

Dear Team,

Is it possible to use jquery.ajax() using the inbuilt ExecuteJavaScriptAsync() so that value can be returned to the c# code ?

If possible then kindly share some sample code for the same.

Thanks & Regards,
-A
by Amrutha
Wed Dec 21, 2016 4:16 am
Forum: General Discussion and Other
Topic: Navigation between XAML pages
Replies: 11
Views: 24686

Re: Navigation between XAML pages

Hello Team, I wanted to implement the Frame and Navigation feature in my project. The sample code provided by you [PageContainer.Child = new MyPage1();] is a good alternative but in my case I need to use the Frame and Navigation feature. Please suggest if there are any other alternative. Kindly let ...
by Amrutha
Tue Nov 15, 2016 11:11 pm
Forum: Technical Support
Topic: Alternative for Microsoft.CUI.Controls
Replies: 2
Views: 5690

Re: Alternative for Microsoft.CUI.Controls

Dear Team,

I will try to implement the open source.

Thanks,
Amrutha
by Amrutha
Tue Nov 15, 2016 11:08 pm
Forum: Technical Support
Topic: AutoCompleteBox not supported
Replies: 2
Views: 5538

Re: AutoCompleteBox not supported

Dear Team ,

Thank you for your fast update.

Eagerly waiting for the examples.

Thanks,
Amrutha
by Amrutha
Tue Nov 15, 2016 6:26 am
Forum: Technical Support
Topic: AutoCompleteBox not supported
Replies: 2
Views: 5538

AutoCompleteBox not supported

Hello Team,

Is there any alternative for System.Windows.Controls.Input:AutoCompleteBox as I couldn't find any under Windows.UI.XAML.Controls.

Do I need to add some references for rendering these type of controls?

Thanks,
Amrutha
by Amrutha
Tue Nov 15, 2016 6:08 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 8.2 of C#/XAML for HTML5 released
Replies: 2
Views: 9471

Re: Beta 8.2 of C#/XAML for HTML5 released

Hello Team,

I have the new version 10.3 installed.

Most of the controls have Height="Auto" and Width="Auto".

But this feature is not supported in the new version.

Thanks,
Amrutha

Go to advanced search

 

 

cron