Row selection doesn't work on grid unless the underlying model has an id. #14177
-
DescriptionIf the underlying model for a grid row has an ID (appears to not be case sensitive) row selection doesn't work.
Steps to reproduce
ResultWhat is the actual result after following the steps to reproduce? Expected resultWhat is the expected result after following the steps to reproduce? AttachmentsAttach a sample if available, and screenshots, if applicable. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hello @tellingson, After carefully following the steps provided, I attempted to replicate the behavior described, but regrettably, I could not reproduce the anomaly on my end. On my side everything works as expected and I am able to select each row in the igx-grid component. The described scenario could be observed here: Here you will find my sample for your reference. Upon further analysis, I made an assumption that the discrepancy might stem from a potential oversight in the alteration of the id property to foo, maybe you didn't changed it everywhere within the financialData.ts file, as per your instructions. Considering this assumption, it's imperative for me to delve deeper into the matter to pinpoint the exact cause of the observed behavior. To facilitate a more thorough investigation, I kindly request that you provide me with an isolated sample that accurately reproduces the behavior described you're experiencing. |
Beta Was this translation helpful? Give feedback.
Hello @tellingson,
After carefully following the steps provided, I attempted to replicate the behavior described, but regrettably, I could not reproduce the anomaly on my end. On my side everything works as expected and I am able to select each row in the igx-grid component.
The described scenario could be observed here:
Here you will find my sample for your reference.
Upon further analysis, I made an assumption that the discrepancy might stem from a potential oversight in the alteration of the id property to foo, maybe you didn't changed it everywhere within the financialData.ts file, as per your instructions.
Considering this assumption, it's imperative for me to delve deeper into the …