ghiscoding / Angular-Slickgrid

Angular-Slickgrid is a wrapper of the lightning fast & customizable SlickGrid datagrid, it also includes multiple Styling Themes
https://ghiscoding.github.io/Angular-Slickgrid
MIT License
396 stars 118 forks source link

Row Details useRowClick false #439

Closed meta-akshita-agrawal closed 4 years ago

meta-akshita-agrawal commented 4 years ago

I'm submitting a Bug report

Your Environment

Software Version(s)
Angular 9.0.6
Angular-Slickgrid 2.17.11
TypeScript 3.7.5

Describe the Bug

Hi Author,

Thanks for making such a powerful library :). I am reporting this issue for row detail functionality. useRowClick : false does not work.

According to the docs I read, It says:

// false by default, clicking anywhere on the row will open the detail view // when set to false, only the "+" icon would open the row detail // if you use editor or cell navigation you would want this flag set to false (default)

So this is the actual scenario I have in my project I have rows with an editable column which is why I can't use useRowClick : true

Also, it says by default this property is false so I simply just commented that property and found that it behaves just as same only you don't have a cursor on the whole row. So I added the property useRowClick: false and after that, the row detail stopped rendering.

Then I downloaded your example from GitHub and used the same property as false and found that it does not work in your code either. Let me know if I am doing something wrong.

Steps to Reproduce

Thanks

close-issue-app[bot] commented 4 years ago

This issue was automatically closed by our bot because it does not meet our issue template requirements. Please fill in the questions/sections required in the issue template before submitting a new issue. Thank you.