@boikom

@boikom

Forum Replies Created

Viewing 15 posts - 526 through 540 (of 923 total)
  • Author
    Posts
  • in reply to: Mapping dataField to complex JSON structure #101243
    admin
    Keymaster

    Hi Nikhil Jain,
    Could you post an example how you exactly try to bind the data grid? I just want to check whether the upcoming release which is now in a test phase covers your scenario.
    Looking forward to your reply.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: On the mixed use of sorting and editing functions #101241
    admin
    Keymaster

    Hi LC,
    The selection with sorting behavior is the same as in the most datagrids available and is always by the Row ID. The ‘select’ method accepts a row id as an argument.
    To select a row by its index, you can use this: grid.rows[0].selected = true; to select a first row.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: On the mixed use of sorting and editing functions #101239
    admin
    Keymaster

    Hi LC,
    The selection is by row, not by index. When you select a row and change the sort order, the row stays selected even if it is not in the same position in the data grid. For example, select the row with first name = “Andrew”. Now change the sort order. The row remains selected after changing the sort order.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: On the mixed use of sorting and editing functions #101237
    admin
    Keymaster

    Hi LC,
    1. We were unable to reproduce the ‘jumping cursor’. We will need a codepen or stackblitz example to see the behavior.
    2. Regarding the second issue with the sorting being not applied after adding a new row. We were able to reproduce this. You can call ‘refreshSort’ after adding a new datagrid row. This can be used as a workaround.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: smart-password-text-box #101230
    admin
    Keymaster

    Hi AURAGARD,
    Thank you for the feedback. We will fix this in the next release. As a temporary workaround, you can add a label tag before the smart-password-text-box html tag.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: minor issue with window #101229
    admin
    Keymaster

    It is not possible to drag a minimized window by design.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: locating minimized window #101228
    admin
    Keymaster

    Hi,
    As far as I see, you have Javascript code in your example which does that. The way you do it seems to be OK.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: Two or more task in one row #101219
    admin
    Keymaster

    Hi,
    No, this is mot possible in this version of the gantt chart. We will consider adding such functionality in the next version.
    Regards,
    Boyko
    Smart UI
    Htmlelements.com

    in reply to: Virtual Scrolling in Tree Grid #101215
    admin
    Keymaster

    Hi Nikhil Jain,
    TreeGrid virtualization is about loading on demand of new data when a row is expanded. That is the Virtualization UI Design for Tree-like data structures. Virtual scrolling in Tree-mode is something which is not possible for such type of data structure and so it cannot be implemented even if we want to.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: Not getting selectedRows in rowClick() event #101212
    admin
    Keymaster

    Hi Nikhil Jain,
    We will consider. We suggest you to use the ‘change’ event which is the special event for selection.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: Data binding of grid component #101209
    admin
    Keymaster

    Hi,
    You can access the datasource members by index and there is also a length property i.e quite easy an artay can be retrieved by just looping through the datasource with for i = 0 to datasource.length.
    Regards,
    Peter

    in reply to: allowHide is not working #101207
    admin
    Keymaster

    Hi Nikhil,
    allowHide does not hide a column. It determines whether a column can be hidden via the column chooser. To hide a column you should use the visible property and set it to false.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: Data binding of grid component #101205
    admin
    Keymaster

    Hi LC,
    You can use the grid.dataSource property to get the Grid’s data source with the edits made by the end-user or through API. You can use it in order to update your parent component.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

    in reply to: Kanban loading is slow when many columns as same level #101203
    admin
    Keymaster

    Hi Mitesh,
    Our next release is currently planned for the second half of this month.
    Best regards,
    Peter
    Smart HTML Elements Team
    https://www.htmlelements.com

    in reply to: Not getting selectedRows in rowClick() event #101199
    admin
    Keymaster

    Hi Nikhil Jain,
    The ‘change’ event which is raised by the Grid is only raised when selection changes and will have event.detail object. This can be used for detection whether the event is raised by the Grid or by some internal HTML element which is used as an editor for example.
    Best regards,
    Peter Stoev
    Smart UI Team
    https://www.htmlelements.com/

Viewing 15 posts - 526 through 540 (of 923 total)