You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
'
For CSS, I have found that putting the class into the template works consistently, so that is what I would recommend.
I have also found that embedding controls like this (including ko components) is fairly straightforward based off of the cell template library example below. I will try to add in an example of using KnockoutJS components for cell values.
NOTE: this assumes that there is a function you will want to pass some identifier to a function that will do this for you, and "$data.field" will need to be the ID of the row object.
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' + '
}
selectedItems: self.mySelections,
multiSelect: false
The text was updated successfully, but these errors were encountered: