The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I have created a selection method that changes the row style color on cell click. I am running into problems when I click the cell, the cell goes into edit mode and the flag to change the row style color does not activate. I tried going into read only mode, but I still get a cursor indicating that I am in edit mode in the cell.
Any possibly solutions where I can click on the text cell, and no matter what, I can return a flag value.
ADAdministrator Syncfusion Team May 25, 2004 04:56 PM UTC
If you do not want the current cell to become active for editing when you click it, try setting grid.ActivateCurrentCellBehavior to None.
KMKevin MustersMay 25, 2004 05:02 PM UTC
That behaviour is already set in my DataBoundGrid. Unfortunately it does not solve my problem.
KMKevin MustersMay 25, 2004 05:19 PM UTC
I have gone over my code and your solution does benefit somewhat, but the problem I am facing is that I need to click on the cell and change a flag, no matter where I click, no matter what cell.
Thanks
ADAdministrator Syncfusion Team May 25, 2004 07:26 PM UTC
What event are you trying to use? Have you tried grid.MouseDown or grid.MouseUp?