How to confirm node's event type by parameters
@Yamasan wrote: I have some event functions on node, for example, mouseEnter, mouseLeave, click, doubleClick and so on. When one of them is fired, if there is a way to let me know which event is fired...
View ArticleGOJS SetKeyForNodeData
@ng wrote: i have set nodeKeyProperty = 'id' of diagram model. when i drag and drop data into diagram model , id is automatically assigned with some unique value . in External objects dropped event ,...
View ArticleHow to place the nodes in palette arbitrarily
@Fred wrote: I have several nodes of different types in a palette. In order to classify the nodes, I need to arrange them in different rows.For example, four nodes are placed within one row in the...
View ArticleRolling back nested transactions
@Nerkalipsu wrote: Hi. Last question :) If I have a nested transaction that is commited and then the parent transaction is rolled back, will the committed transaction also be rolled back? Posts: 2...
View ArticleLink Disconnect
@kenai wrote: Hello everyone, I need a help. How to handle link disconnected event? Maybe I think it is impossible am I right? Posts: 2 Participants: 2 Read full topic
View ArticleGo.js recent update
@Manisha wrote: Hi,I just found that due to the recent update of your library we can see a huge change in the functionality of the code at our end. Earlier, I was using the code below to create a...
View ArticleDelete键会删除节点的问题
@wenbi wrote: 当我点击一个节点之后,再按键盘的delete键,就会删除掉这个节点,怎么让它禁止删除 Posts: 3 Participants: 2 Read full topic
View ArticlePinch Zoom not working in Surface pro
@sreejit.p wrote: Hi Team, Pinch Zoom option is not working in Firefox and IE in Surface pro. I have updated to the latest version of Firefox (ver 55) and IE in Safari. Could you please try it and let...
View Article为什么我不能随意的拖动整体
@wenbi wrote: image.png1770x522 25.7 KB 当我拖动整体结构时,到了边缘就不能拖动了,这是为什么 Posts: 1 Participants: 1 Read full topic
View ArticleSelect the node according to the primary key
@MaggieFanqi wrote: Search node function: Set the search node to the selected state based on the node name entered by the user. Posts: 2 Participants: 2 Read full topic
View ArticleGojs Table panel
@jvasanthu wrote: Please help in Gojs Table panel I created table row 0 , column 0 with rowspan 6 and colspan 3 with an Image.and created another image with row 6 column 4 it is not appearing at row...
View Article我该怎么找到面板的最大宽度
@wenbi wrote: image.png1549x282 23 KB 我想找到宽度最长的那个面板,并把所有的面板长度设置为最长面板的长度,现在我的面板类型是auto,我应该怎么做? Posts: 3 Participants: 2 Read full topic
View ArticleAdornment resizing
@marin wrote: Is it possible to resize an adornment depending on the size on the size of a node? I am asking because I have node with a go.Picture element that changes size when the picture...
View ArticleHow to move the node of group in the example of Tree Mapper?
@SailorLw wrote: I want to move or drag and drop the node in the example of Tree Mapper, how to do? Posts: 1 Participants: 1 Read full topic
View ArticleTree Expander Button
@phucngo wrote: How can I hide the tree expander button of specific tree node when all its children are invisible. Posts: 6 Participants: 2 Read full topic
View ArticleGOJS.NET diagram and JQuery Color Picker Dialogbox
@Rajeshpatil74 wrote: I need to build style setter component, where provided setting for changing color, opacity level etc. For changing opacity level, provided slider control but it doesn't look well...
View ArticleUnresponsive Script Problem
@YogeshMohan wrote: While loading 400 items in gojs myDiagram.model having different nodeTemplateMap,node Style and shape Styletaking too much time to render and get unresponsive script on Firefox and...
View ArticleGoJS version 1.7.24
@walter wrote: Fixed a regression introduced in 1.7.18 with pinch-zooming on Microsoft touch devices in IE. Fixed a visibility bug when a non-visible Part switches layers. Events on the Diagram now...
View ArticleCheck if new nodes are added after re-initialize the diagram
@spammer007 wrote: Hi,I have a diagram that had been initialized with only one group. Now I call a function to add a child of that group by adding new data from Ajax response to nodeDataArray.How can...
View ArticleRemove selection of Row Column when multi selection done
@sreejit.p wrote: Hi Team, We are having a multi selection node feature in our project created using GO(DragCreatingTool). I need to remove my row or column selection in my matrix, whenever user tries...
View Article