Hi, It's possible to set un-checkable specified rows in a gridpaging? T

Hi,
It's possible to set un-checkable specified rows in a gridpaging? There's a js example that iterates each checkbox?
Thank you...

OriginalPostID-67541

OriginalPostID-67541

  Discussion posts and replies are publicly visible

Parents
  • I'd recommend against using JS. You may want to consider any of the following two options. Have two paging grid (same set of columns) with one showing selectable row and another showing non-selectable row.
    Second option is to have all the rows as selectable in a single paging grid but validate the selection and bring the user back to the same page if they have selected a row that's 'non-selectable' for any action.
Reply
  • I'd recommend against using JS. You may want to consider any of the following two options. Have two paging grid (same set of columns) with one showing selectable row and another showing non-selectable row.
    Second option is to have all the rows as selectable in a single paging grid but validate the selection and bring the user back to the same page if they have selected a row that's 'non-selectable' for any action.
Children
No Data