Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1415
Disable to click on particular cell if clicked once
posted

Hi Team,

I am using igx data grid. On cell click, i open a slider that displays data. 

Requirement: Once the user clicked on particular cell and slider opens with data, i want to a feature that the user will not be able to click again on that particular cell and can click next cell.

I think to use event.cancel() but not sure what condition to put. 

Example: For id column i have oncellclick() method. When i click on id = 1, then slider opens with data. Now if the user tries to click on id =1 the cell won't be clickable.

Please provide a reply soon.

Thanks.