Lightswitch datagrid change cell/column border color
-
Wednesday, February 22, 2012 6:55 AM
Is possible to change border color for datagrid cells or column?
I want to to help user to quickly indicate which cells are writable and which are not.
When we have many new rows in grid they looks grey and it's a little difficult for users to focus to next appropriate cell (in my situation I have more than 4 column)
All Replies
-
Wednesday, February 22, 2012 7:02 AM
One fast solution I can think of is Pixata Extensions that include a stylable textbox
http://visualstudiogallery.msdn.microsoft.com/9c342bec-e3e5-4c08-9993-35ccb26d3c9f?SRC=VSIDE
In general you can look for control extensions that allow you to override themed styling and replace in the grid row the default textbox with a custom styled one. This is the easiest and more "LightSwitch" way to achieve what you want.
Good luck :-).
1+1 = 3 for large values of 1
- Marked As Answer by ninoid Wednesday, February 22, 2012 7:16 AM
-
Wednesday, February 22, 2012 7:16 AM
Thanks Kostas. I also remember this solution later and I allready using it.

