Search found 172 matches

Go to advanced search

by Sesztak
Tue Oct 11, 2016 6:57 am
Forum: Bug Reports
Topic: a TabControl bug
Replies: 5
Views: 8546

Re: a TabControl bug

Dear JS-Support, Do not joke with me !!: if you put only one TextBlock on a TabItem - yes, you are right !: no problem at all, But: It's clearly written in our previous message: " "Uncaught NotFoundError: Failed to execute 'removeChild' on 'Node': The node to be removed is not a child of t...
by Sesztak
Tue Oct 11, 2016 5:57 am
Forum: Bug Reports
Topic: a TabControl bug
Replies: 5
Views: 8546

Re: [SOLVED] a TabControl bug

Dear JS-Support, for your kind information the TabControl is better, but some other bug still exist : Symptoms: -Two TabItem get stucked: "two blue line" / like two tabitems selected at the same time: CSHTML5_10.1TabsStucked.JPG -Unhandled exception: "Uncaught NotFoundError: Failed to...
by Sesztak
Mon Oct 10, 2016 12:24 pm
Forum: Technical Support
Topic: how to select DataGrid CheckBox ? or another say toggle state with just 1 click ?
Replies: 0
Views: 10163

how to select DataGrid CheckBox ? or another say toggle state with just 1 click ?

Dear JS-Support, We have a question: Background / enviroment: we have a DataGrid with a DataGridCheckBoxColumn. (all the other <DataGrid.Columns> is ready only, no interactivity). As a present state: we (the user) needs 3 clicks (sic !!!) to toggle CheckBox state : -1st click: Select a row, -2nd cli...
by Sesztak
Mon Oct 10, 2016 2:45 am
Forum: Technical Support
Topic: using jQuery and what is the syntax?
Replies: 2
Views: 4401

Re: using jQuery and what is the syntax?

Great Thanks !
br,
Péter
by Sesztak
Mon Oct 10, 2016 2:41 am
Forum: Technical Support
Topic: CSHTML5 dataGrid huge performance issues
Replies: 4
Views: 6515

Re: CSHTML5 dataGrid huge performance issues

Hi JS-Support, For your kind information: we tried to implement a kind of quasi datagrid: ListBox + DataTemplate, the result (with exactly the same complexity of grid as mentioned at datagrid): -first time: apprx. 2000 millisec, -all other later: around 800 -1200 millisec. So, we should say: it gett...
by Sesztak
Mon Oct 10, 2016 2:33 am
Forum: Technical Support
Topic: CSHTML5 dataGrid huge performance issues
Replies: 4
Views: 6515

Re: CSHTML5 dataGrid huge performance issues

Hi JS-Support,
Thanks for your straightforward words, it helps to clarify next steps/make decisions.

Thanks again,
Br,
Péter
by Sesztak
Mon Oct 10, 2016 1:56 am
Forum: Technical Support
Topic: using jQuery and what is the syntax?
Replies: 2
Views: 4401

using jQuery and what is the syntax?

Dear JS-Support,

Is it possible to use jQuery with CSHTML ? What is the basic syntax to pass & get objects between CSHTML5 and jQuery ?

Waiting for your kind reply,
Br,
Péter
by Sesztak
Fri Oct 07, 2016 3:29 am
Forum: Bug Reports
Topic: [SOLVED] DataGridRow Key Already Exists Exception /priority support needed
Replies: 8
Views: 11573

Re: BUG: DataGridRow Key Already Exists Exception /priority support needed

Dear JS-Support,

background: why we need quick reply ?:
it's should be good to know as we started to implement self 'quasi-datagrid' solution : based on listbox with datatemplate.
(to eliminate duplicated working)

Waiting for your kind reply,
Best Regards,
Péter
by Sesztak
Fri Oct 07, 2016 2:53 am
Forum: Bug Reports
Topic: [SOLVED] DataGridRow Key Already Exists Exception /priority support needed
Replies: 8
Views: 11573

Re: BUG: DataGridRow Key Already Exists Exception /priority support needed

Hi dear JS-Support,

Great news !! -any estimated release time of Beta 10.1 ? :)

Is there any progress regarding the another datagrid problem: the performance issue (4 sec first time, 2 sec. after) ?

Br,
Péter
by Sesztak
Thu Oct 06, 2016 1:25 am
Forum: Technical Support
Topic: CSHTML5 dataGrid huge performance issues
Replies: 4
Views: 6515

CSHTML5 dataGrid huge performance issues

Dear JS-Support, We have made some performance test with your CSHTML5 dataGrid and found huge performance issues /bottleneck related of CSHTML5 dataGrid . (Server data sent by WCF basic http bindig to CSHTML5 clients, normal XML serialization). Test enviroment / conditions: -only 18 columns (some Da...
by Sesztak
Tue Oct 04, 2016 4:55 am
Forum: Technical Support
Topic: how to user RelativeSource ?
Replies: 2
Views: 12348

how to user RelativeSource ?

Dear JS- Support, in normal WPF enviroment if we want to databind some property to parent datacontext, we should do something like that: <TextBlock Text="{Binding Path=DataContext.Property, RelativeSource={RelativeSource AncestorType={x:Type DataGrid}}}"/> The problem is we've got error in...
by Sesztak
Tue Oct 04, 2016 3:48 am
Forum: Bug Reports
Topic: [SOLVED] DataGridRow Key Already Exists Exception /priority support needed
Replies: 8
Views: 11573

Re: BUG: DataGridRow Key Already Exists Exception /priority support needed

Dear JS-Support, for your kind information: we can get similar exception in Simulator as well: see PS: Best Regards, Péter PS: Exception in Simulator: --------------------------- --------------------------- Exception has been thrown by the target of an invocation. An item with the same key has alrea...
by Sesztak
Tue Oct 04, 2016 2:30 am
Forum: Bug Reports
Topic: [SOLVED] DataGridRow Key Already Exists Exception /priority support needed
Replies: 8
Views: 11573

[SOLVED] DataGridRow Key Already Exists Exception /priority support needed

Dear JS-Support, We have found a huge bug in DataGrid => DataGridRow: 'Key Already Exists Exception' Background info: we have a TabControl with some TabItem. There are some DataGrid on each. When we switch from one TabItem to other TabItem (from one DataGrid to another DataGrid): we got exception: '...
by Sesztak
Thu Sep 29, 2016 11:41 am
Forum: Bug Reports
Topic: [SOLVED] DateTime bug: Error "cannot construct UInt64 from negative number" exception localized
Replies: 7
Views: 11561

Re: [SOLVED] DateTime bug: Error "cannot construct UInt64 from negative number" exception localized

Dear rkmore, For your kind information: one important detail what I've forgotten to mention to you: Remember, that the earliset DateTime in JavaScript 1 January, 1970 UTC. reference: e.g.: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date "Date objects are based...
by Sesztak
Thu Sep 29, 2016 9:42 am
Forum: Bug Reports
Topic: Popup position problem (with V9.4 -as V10 is not possible to download)
Replies: 3
Views: 5889

Re: Popup position problem (with V9.4 -as V10 is not possible to download)

Dear JS-Support, Please, find bellow the cripped sample code -and see the attached complete solution as a zip file: Solution/Project name: CSHTML5_v10_PopUpPositionBUG XAML: <Page x:Class="CSHTML5_v10_PopUpPositionBUG.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/prese...
by Sesztak
Thu Sep 29, 2016 6:36 am
Forum: Bug Reports
Topic: Popup position problem (with V9.4 -as V10 is not possible to download)
Replies: 3
Views: 5889

Popup position problem (with V9.4 -as V10 is not possible to download)

Dear JS-Support. We have found a bug with Popup positioning. (HorizontalOffset and VerticalOffset). Background info: we have a TabControl with e.g. 3 TabItems. The tabitems has different heights: e.g. the first one short and a last one height is higher than a screen height (you have to use scrollbar...
by Sesztak
Thu Sep 29, 2016 6:26 am
Forum: Bug Reports
Topic: [SOLVED] DateTime bug: Error "cannot construct UInt64 from negative number" exception localized
Replies: 7
Views: 11561

Re: [SOLVED] DateTime bug: Error "cannot construct UInt64 from negative number" exception localized

Dear rkmore, just for your information to share our experience (only with v9.4 as v10 is not available for download actually -I do not know why): Background info : We use DateTime with WCF scenario : in this case CSHTML5 is a Client (consumer) of a WCF service. We have not been tested every situatio...
by Sesztak
Thu Sep 29, 2016 6:15 am
Forum: Pre-Releases, Downloads and Announcements
Topic: Beta 10.0 of C#/XAML for HTML5 released
Replies: 9
Views: 12252

Re: New Beta 10.0 released! [Download]

Dear JS-Support,
seems like there is no attachment :(
so, not possible to download V10.

Best Regards,
Péter

Go to advanced search

 

 

cron