Table field select cursor blinking

Cableguy

Expert
Licensed User
Longtime User
Hi..
Is there anyway to prevent, that after clicking on a table field, the cursor blinks, as if the table was editable?
I whant to stop the blinking, but still get the selected row prop...
 

BjornF

Active Member
Licensed User
Longtime User
A simple solution is to create a column with the width of 0, then when the SelectionChanged occurs put the focus on the "0-column" in the same row. :)

all the best / Björn
 

Cableguy

Expert
Licensed User
Longtime User
I got that part working but now I can no longer see wich row was selected...
Any Ideas?

I just added another collumn wich will act as a marker...
Not the best soluon but A solution anyway...

Now I just need a way to prevent the colluns from being resizable by the user...
Help anyone?
 
Last edited:
Top