@jackanderson80gmail-com
@jackanderson80gmail-com
Forum Replies Created
-
AuthorPosts
-
jackanderson80@gmail.comParticipant
One more question, did you try this with smart-webcomponents 14.2.40?
jackanderson80@gmail.comParticipantHi Johan,
You can try this instead:
@font-face { font-family: "smart-icons"; src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.eot"); src: url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff2") format("woff2"), url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.woff") format("woff"), url("https://raw.githubusercontent.com/HTMLElements/smart-webcomponents-angular/master/source/styles/font/smart-icons.ttf") format("truetype"); font-weight: normal; font-style: normal; }
jackanderson80@gmail.comParticipantHi,
You can use the Grid’s grid.getHorizontalScrollValue(); method to get the horizontal scroll value position or the grid.getVerticalScrollValue() for the vertical value. However, we do not raise events when the scroll value is changed.
Best Regards,
JackSmart UI Team
https://www.htmlelements.com/jackanderson80@gmail.comParticipantHi Rafa,
You can add an event listener to Grid cells like that:
const grid = document.querySelector('smart-grid'); grid.addEventListener('cellClick', function (event) { const detail = event.detail, cell = detail.cell, originalEvent = detail.originalEvent, id = detail.id, dataField = detail.dataField, isRightClick = detail.isRightClick, pageX = detail.pageX, pageY = detail.pageY; // event handling code goes here. })
The data field is the column’s data field and you will be able to identify the column by using that event.
Best regards,
JackSmart UI Team
https://www.htmlelements.com/jackanderson80@gmail.comParticipantHi,
We will need a sample in codepen, jsfiddle or similar which shows the issue which you experience. We use jQWidgets and Smart UI in apps together. For example, the theme builder app uses both libraries.
Best regards,
Jack
Smart UI Team
https://www.htmlelements.com/jackanderson80@gmail.comParticipantHi,
Please, take a look at Smart Gantt Web Component | Gantt | Smart UI for Web Components (htmlelements.com). The example shows how to add, remove and update tasks in the latest version of the Gantt.
Best regards,
Jack
Smart UI Team
https://www.htmlelements.com/jackanderson80@gmail.comParticipantHi Aviv,
Yes. Otherwise, recurrence rules will not work.
Best Regards,
Jack
Smart UI Team
jackanderson80@gmail.comParticipantHi Robert,
At present we do not have plans about building and providing figma designs. We will consider such options in the future.
Best regards,
Jack
Smart UI Team
jackanderson80@gmail.comParticipantHi Aviv,
We do not support such type of binding with Vue JS
Best regards,
Jack
Smart UI Team
https://www.htmlelements.com/jackanderson80@gmail.comParticipantHi Aviv,
We do not have such method in the current version. We will create for the upcoming release. We think it would be nice addition to the Scheduler.
Best regards,
Jack
Smart UI Team
https://www.htmlelements.com/ -
AuthorPosts