Knockout-Contrib / Knockout-Contrib/KoGrid

KOGrid Button in row open the dialog

Open
#294 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
277
Forks
124
PR merge metrics
No merged PRs in 30d

Description

Hi
I want a link/button in each row which open dialog box with details of row. My first row is working fine.
Some how not able to open the dialog box for other rows. CSS is applied to first button only.
{ field: 'StdID', displayName: 'Edit Details, cellTemplate:
'

' +
'Update' + '', width: '180'
}

selectedItems: self.mySelections,
multiSelect: false

  1. In another grid I want a data field to be link button when clicked which opens a dialog box with details of row.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the KOGrid cellTemplate entry point and the supplied button markup, then inspect how row selection through selectedItems is connected to dialog opening and styling. Reproduce the behavior across multiple rows; done means every row's button opens the corresponding row's details dialog and receives the intended CSS.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.